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

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

Issue 2748003002: Revert "Remove U+180E from whitespace in js_runtime and tests" (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « sdk/lib/_internal/js_runtime/lib/js_string.dart ('k') | tests/corelib/double_parse_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 == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
11 int_from_environment3_test: Skip 11 int_from_environment3_test: Skip
12 int_from_environment_test: Skip 12 int_from_environment_test: Skip
13 string_from_environment2_test: Skip 13 string_from_environment2_test: Skip
14 string_from_environment3_test: Skip 14 string_from_environment3_test: Skip
15 string_from_environment_test: Skip 15 string_from_environment_test: Skip
16 16
17 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 17 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
18 unicode_test: Fail # Bug 6706 18 unicode_test: Fail # Bug 6706
19 compare_to2_test: Fail # Bug 4018 19 compare_to2_test: Fail # Bug 4018
20
20 symbol_test/01: Fail, Pass # bug 11669 21 symbol_test/01: Fail, Pass # bug 11669
21 22
22 # With the exception of 'void', new Symbol() should not accept reserved words. 23 # With the exception of 'void', new Symbol() should not accept reserved words.
23 symbol_reserved_word_test/06: RuntimeError # bug 11669 24 symbol_reserved_word_test/06: RuntimeError # bug 11669
24 symbol_reserved_word_test/09: RuntimeError # bug 11669 25 symbol_reserved_word_test/09: RuntimeError # bug 11669
25 symbol_reserved_word_test/12: RuntimeError # bug 11669 26 symbol_reserved_word_test/12: RuntimeError # bug 11669
26 27
27 symbol_test/none: Fail # bug 11669 28 symbol_test/none: Fail # bug 11669
28 symbol_operator_test/03: Fail # bug 11669 29 symbol_operator_test/03: Fail # bug 11669
29 string_case_test/01: Fail # Bug 18061 30 string_case_test/01: Fail # Bug 18061
30 31
31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm )]
32 string_trimlr_test/02: Fail # Issue 29060
33
34 # #void should be a valid symbol. 32 # #void should be a valid symbol.
35 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ] 33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ]
36 symbol_reserved_word_test/02: CompileTimeError # bug 20191 34 symbol_reserved_word_test/02: CompileTimeError # bug 20191
37 symbol_reserved_word_test/05: CompileTimeError # bug 20191 35 symbol_reserved_word_test/05: CompileTimeError # bug 20191
38 36
39 # With the exception of 'void', const Symbol() should not accept reserved 37 # With the exception of 'void', const Symbol() should not accept reserved
40 # words. 38 # words.
41 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
42 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
43 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
(...skipping 29 matching lines...) Expand all
73 # Firefox takes advantage of the ECMAScript number parsing cop-out clause 71 # Firefox takes advantage of the ECMAScript number parsing cop-out clause
74 # (presumably added to allow Mozilla's existing behavior) 72 # (presumably added to allow Mozilla's existing behavior)
75 # and only looks at the first 20 significant digits. 73 # and only looks at the first 20 significant digits.
76 # The Dart VM and the other ECMAScript implementations follow the correct 74 # The Dart VM and the other ECMAScript implementations follow the correct
77 # IEEE-754 rounding algorithm. 75 # IEEE-754 rounding algorithm.
78 double_parse_test/02: Fail, OK 76 double_parse_test/02: Fail, OK
79 77
80 [ $runtime == safari || $runtime == safarimobilesim ] 78 [ $runtime == safari || $runtime == safarimobilesim ]
81 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 79 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
82 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 80 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
83 string_trimlr_test/02: Fail # Uses Unicode 6.2.0 or earlier.
84 81
85 [ $runtime == ff ] 82 [ $runtime == ff ]
86 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1. 83 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1.
87 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1. 84 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1.
88 85
89 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 86 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
90 core_runtime_types_test: Pass, Fail # Issue 27913 87 core_runtime_types_test: Pass, Fail # Issue 27913
91 88
92 [ $compiler == dart2js ] 89 [ $compiler == dart2js ]
93 error_stack_trace1_test: RuntimeError # Issue 12399 90 error_stack_trace1_test: RuntimeError # Issue 12399
94 hash_set_test/01: RuntimeError # Issue 11551 91 hash_set_test/01: RuntimeError # Issue 11551
95 integer_to_string_test/01: RuntimeError # Issue 1533 92 integer_to_string_test/01: RuntimeError # Issue 1533
96 iterable_return_type_test/01: RuntimeError # Issue 20085 93 iterable_return_type_test/01: RuntimeError # Issue 20085
97 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 94 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
98 iterable_to_list_test/01: RuntimeError # Issue 26501 95 iterable_to_list_test/01: RuntimeError # Issue 26501
99 96
100 big_integer_*: Skip # VM specific test. 97 big_integer_*: Skip # VM specific test.
101 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 98 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
102 compare_to2_test: RuntimeError, OK # Requires bigint support. 99 compare_to2_test: RuntimeError, OK # Requires bigint support.
103 string_base_vm_test: RuntimeError, OK # VM specific test. 100 string_base_vm_test: RuntimeError, OK # VM specific test.
104 nan_infinity_test/01: Fail # Issue 11551 101 nan_infinity_test/01: Fail # Issue 11551
105 regexp/pcre_test: Pass, Slow # Issue 21593 102 regexp/pcre_test: Pass, Slow # Issue 21593
106 regress_r21715_test: RuntimeError # Requires bigint support. 103 regress_r21715_test: RuntimeError # Requires bigint support.
107 104
108 [ $compiler == dart2js && $runtime == none ] 105 [ $compiler == dart2js && $runtime == none ]
109 *: Fail, Pass # TODO(ahe): Triage these tests. 106 *: Fail, Pass # TODO(ahe): Triage these tests.
110 107
111 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 108 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
112 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 109 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
113 string_trimlr_test/02: Fail # Browser uses Unicode 6.2.0 or earlier.
114 110
115 [ $compiler == dart2js && $runtime == safarimobilesim ] 111 [ $compiler == dart2js && $runtime == safarimobilesim ]
116 string_split_test: RuntimeError # Issue 21431 112 string_split_test: RuntimeError # Issue 21431
117 113
118 [ $compiler == dart2js && $runtime == safarimobilesim ] 114 [ $compiler == dart2js && $runtime == safarimobilesim ]
119 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 115 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
120 string_trimlr_test/01: Fail 116 string_trimlr_test/none: Fail
121 string_trimlr_test/02: Fail # Browser uses Unicode 6.2.0 or earlier.
122 117
123 [ $compiler == dart2js && $runtime == ie10 ] 118 [ $compiler == dart2js && $runtime == ie10 ]
124 string_case_test/01: Fail, OK # Bug in IE. 119 string_case_test/01: Fail, OK # Bug in IE.
125 string_case_test/02: Fail, OK # Bug in IE. 120 string_case_test/02: Fail, OK # Bug in IE.
126 string_trimlr_test/02: Fail # Browser uses Unicode 6.2.0 or earlier.
127 121
128 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 122 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
129 string_case_test/01: Fail, OK # Bug in Firefox. 123 string_case_test/01: Fail, OK # Bug in Firefox.
124 int_parse_radix_test/none: Pass, RuntimeError # Issue 28983
125 string_trim2_test: Pass, RuntimeError # Issue 28983
126 string_trimlr_test/01: Pass, RuntimeError # Issue 28983
127 string_trimlr_test/none: Pass, RuntimeError # Issue 28983
128 double_parse_test/03: Pass, RuntimeError # Issue 28983
129 double_parse_test/none: Pass, RuntimeError # Issue 28983
130 num_parse_test/01: Pass, RuntimeError # Issue 28983
131 num_parse_test/none: Pass, RuntimeError # Issue 28983
130 132
131 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) && $fast_start up == false] 133 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) && $fast_start up == false]
132 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox 134 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
133 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox 135 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
134 136
135 [ $compiler == dart2js && $runtime == dartium ] 137 [ $compiler == dart2js && $runtime == dartium ]
136 string_case_test/02: Fail, OK # Bug in dartium version of V8. 138 string_case_test/02: Fail, OK # Bug in dartium version of V8.
137 string_case_test/03: Fail, OK # Bug in dartium version of V8. 139 string_case_test/03: Fail, OK # Bug in dartium version of V8.
138 140
139 # Analyzer's implementation of fromEnvironment assumes that undefined 141 # Analyzer's implementation of fromEnvironment assumes that undefined
(...skipping 21 matching lines...) Expand all
161 [ $compiler == dart2analyzer && $builder_tag == strong ] 163 [ $compiler == dart2analyzer && $builder_tag == strong ]
162 *: Skip # Issue 28649 164 *: Skip # Issue 28649
163 165
164 [ $system == windows && $arch == x64 ] 166 [ $system == windows && $arch == x64 ]
165 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 167 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
166 168
167 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] 169 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
168 # The regexp tests are not verified to work on non d8/vm platforms yet. 170 # The regexp tests are not verified to work on non d8/vm platforms yet.
169 regexp/*: Skip 171 regexp/*: Skip
170 172
171 [ $runtime == d8 ]
172 string_trimlr_test/02: Fail # Uses Unicode 6.2.0 or earlier.
173
174 [ $runtime == vm || $runtime == dart_precompiled ] 173 [ $runtime == vm || $runtime == dart_precompiled ]
175 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 174 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
176 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 175 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008
177 176
178 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] 177 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
179 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 178 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
180 file_resource_test: Skip, OK # VM specific test, uses dart:io. 179 file_resource_test: Skip, OK # VM specific test, uses dart:io.
181 http_resource_test: Skip, OK # VM specific test, uses dart:io. 180 http_resource_test: Skip, OK # VM specific test, uses dart:io.
182 181
183 [ $compiler == dart2js && $browser == false ] 182 [ $compiler == dart2js && $browser == false ]
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 symbol_reserved_word_test/12: RuntimeError # Issue 27394 255 symbol_reserved_word_test/12: RuntimeError # Issue 27394
257 symbol_test/none: RuntimeError # Issue 27394 256 symbol_test/none: RuntimeError # Issue 27394
258 uri_example_test: RuntimeError # Issue 27394 257 uri_example_test: RuntimeError # Issue 27394
259 uri_http_test: RuntimeError # Issue 27394 258 uri_http_test: RuntimeError # Issue 27394
260 uri_parameters_all_test: RuntimeError # Issue 27394 259 uri_parameters_all_test: RuntimeError # Issue 27394
261 uri_query_test: RuntimeError # Issue 27394 260 uri_query_test: RuntimeError # Issue 27394
262 uri_test: RuntimeError # Issue 27394 261 uri_test: RuntimeError # Issue 27394
263 262
264 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 263 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
265 regress/4562_test/01: Crash # Issue 27394 264 regress/4562_test/01: Crash # Issue 27394
OLDNEW
« no previous file with comments | « sdk/lib/_internal/js_runtime/lib/js_string.dart ('k') | tests/corelib/double_parse_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698