Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: tests/corelib/corelib.status

Issue 213293002: Optimize one-byte string's toUpperCase. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Update status to address issue 17857. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | tests/corelib/string_case_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 [ $compiler == dartanalyzer ] 45 [ $compiler == dartanalyzer ]
46 string_from_environment_test: Crash # http://dartbug.com/17234 46 string_from_environment_test: Crash # http://dartbug.com/17234
47 int_from_environment2_test: Crash # http://dartbug.com/17234 47 int_from_environment2_test: Crash # http://dartbug.com/17234
48 48
49 [ $compiler == none ] 49 [ $compiler == none ]
50 unicode_test: Fail # Bug 6706 50 unicode_test: Fail # Bug 6706
51 compare_to2_test: Fail # Bug 4018 51 compare_to2_test: Fail # Bug 4018
52 52
53 symbol_test/01: Fail, Pass # bug 11669 53 symbol_test/01: Fail, Pass # bug 11669
54 54
55 string_case_test/01: Fail # Bug 18061
56
55 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ] 57 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ]
56 symbol_test/02: MissingCompileTimeError # bug 11669 58 symbol_test/02: MissingCompileTimeError # bug 11669
57 symbol_test/03: MissingCompileTimeError # bug 11669 59 symbol_test/03: MissingCompileTimeError # bug 11669
58 60
59 [ $compiler == none || $compiler == dart2dart ] 61 [ $compiler == none || $compiler == dart2dart ]
60 symbol_test/none: Fail # bug 11669 62 symbol_test/none: Fail # bug 11669
61 symbol_operator_test/03: Fail # bug 11669 63 symbol_operator_test/03: Fail # bug 11669
62 64
63 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 65 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
64 main_test: Fail # Dartium needs to check for both main() and main(args). 66 main_test: Fail # Dartium needs to check for both main() and main(args).
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 shuffle_test: Fail # IE doesn't support typed data. 106 shuffle_test: Fail # IE doesn't support typed data.
105 107
106 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 108 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
107 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 109 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
108 110
109 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 111 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
110 112
111 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d rt || $runtime == safari) ] 113 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d rt || $runtime == safari) ]
112 string_trimlr_test/none: Fail # Bug in v8. Fixed in v8 r19222, 2014-02-10. 114 string_trimlr_test/none: Fail # Bug in v8. Fixed in v8 r19222, 2014-02-10.
113 115
116 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ]
117 string_case_test/02: Fail, OK # Bug in our version of V8.
118
119 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
120 string_case_test/01: Fail, OK # Bug in IE.
121 string_case_test/02: Fail, OK # Bug in IE.
122
123 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
124 string_case_test/01: Fail, OK # Bug in Firefox.
125
126 [ $compiler == dart2js && $runtime == dartium ]
127 string_case_test/02: Fail, OK # Bug in dartium version of V8.
128 string_case_test/03: Fail, OK # Bug in dartium version of V8.
129
130
114 [ $compiler == dart2js && $checked ] 131 [ $compiler == dart2js && $checked ]
115 map_test: Crash # Issue 17829 132 map_test: Crash # Issue 17829
116 133
117 [ $compiler == dart2dart ] 134 [ $compiler == dart2dart ]
118 compare_to2_test: Fail # inherited from VM 135 compare_to2_test: Fail # inherited from VM
119 unicode_test: Fail # inherited from VM 136 unicode_test: Fail # inherited from VM
120 137
121 [ $compiler == dart2dart && $minified ] 138 [ $compiler == dart2dart && $minified ]
122 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. 139 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames.
123 140
(...skipping 27 matching lines...) Expand all
151 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 168 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
152 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 169 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
153 string_test: StaticWarning, OK # Test generates error on purpose. 170 string_test: StaticWarning, OK # Test generates error on purpose.
154 171
155 [ $compiler == dart2js && $runtime == safari ] 172 [ $compiler == dart2js && $runtime == safari ]
156 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 173 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
157 174
158 [ $runtime == ie9 || $runtime == ie10 ] 175 [ $runtime == ie9 || $runtime == ie10 ]
159 num_parse_test: RuntimeError # Issue 15316 176 num_parse_test: RuntimeError # Issue 15316
160 num_parse_test/01: RuntimeError # Issue 15316 177 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | tests/corelib/string_case_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698