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

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

Issue 1639313002: dart2js CPS: implement special handling of the Symbol constructor. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « tests/co19/co19-dart2js.status ('k') | tests/lib/lib.status » ('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 || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ] 5 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ]
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
(...skipping 11 matching lines...) Expand all
22 22
23 # #void should be a valid symbol. 23 # #void should be a valid symbol.
24 [ ($compiler == none || $compiler == precompiler) || $compiler == dart2js ] 24 [ ($compiler == none || $compiler == precompiler) || $compiler == dart2js ]
25 symbol_reserved_word_test/02: CompileTimeError # bug 20191 25 symbol_reserved_word_test/02: CompileTimeError # bug 20191
26 symbol_reserved_word_test/05: CompileTimeError # bug 20191 26 symbol_reserved_word_test/05: CompileTimeError # bug 20191
27 27
28 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ] 28 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ]
29 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 29 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
30 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 30 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
31 31
32 # new Symbol('void') should be allowed.
33 [ $compiler == dart2js ] 32 [ $compiler == dart2js ]
34 symbol_reserved_word_test/03: RuntimeError # bug 19972 33 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed.
35 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 34 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
36 int_parse_radix_test/02: Fail # No bigints. 35 int_parse_radix_test/02: Fail # No bigints.
37 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 36 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
38 integer_to_radix_string_test: RuntimeError # issue 22045 37 integer_to_radix_string_test: RuntimeError # issue 22045
39 int_modulo_arith_test/bignum: RuntimeError # No bigints. 38 int_modulo_arith_test/bignum: RuntimeError # No bigints.
40 int_modulo_arith_test/modPow: RuntimeError # No bigints. 39 int_modulo_arith_test/modPow: RuntimeError # No bigints.
41 40
42 41
43 # With the exception of 'void', const Symbol() should not accept reserved 42 # With the exception of 'void', const Symbol() should not accept reserved
44 # words. 43 # words.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 180
182 [ $mode == debug ] 181 [ $mode == debug ]
183 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 182 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
184 183
185 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] 184 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
186 int_parse_radix_test/*: Pass, Slow 185 int_parse_radix_test/*: Pass, Slow
187 big_integer_parsed_mul_div_vm_test: Pass, Slow 186 big_integer_parsed_mul_div_vm_test: Pass, Slow
188 187
189 [ $compiler == dart2js && $cps_ir ] 188 [ $compiler == dart2js && $cps_ir ]
190 data_resource_test: Crash # (await for(var byteSlice in resource.openRead()){str eamBytes.addAll(byteSlice);}): await for 189 data_resource_test: Crash # (await for(var byteSlice in resource.openRead()){str eamBytes.addAll(byteSlice);}): await for
191 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction
192 growable_list_test: RuntimeError # Typed lists 190 growable_list_test: RuntimeError # Typed lists
193 iterable_empty_test: RuntimeError # Please triage this failure. 191 iterable_empty_test: RuntimeError # Please triage this failure.
194 iterable_return_type_test/none: RuntimeError # Please triage this failure. 192 iterable_return_type_test/none: RuntimeError # Please triage this failure.
195 iterable_to_list_test: RuntimeError # Please triage this failure. 193 iterable_to_list_test: RuntimeError # Please triage this failure.
196 iterable_to_set_test: RuntimeError # Please triage this failure. 194 iterable_to_set_test: RuntimeError # Please triage this failure.
197 list_filled_type_argument_test: RuntimeError # Please triage this failure. 195 list_filled_type_argument_test: RuntimeError # Please triage this failure.
198 list_unmodifiable_test: RuntimeError # Please triage this failure. 196 list_unmodifiable_test: RuntimeError # Please triage this failure.
199 package_resource_test: Crash # (await for(var byteSlice in resource.openRead()){ streamBytes.addAll(byteSlice);}): await for 197 package_resource_test: Crash # (await for(var byteSlice in resource.openRead()){ streamBytes.addAll(byteSlice);}): await for
200 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. 198 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy.
201 symbol_operator_test/03: RuntimeError # Issue 24878
202 symbol_reserved_word_test/03: Pass # Please triage this failure.
203 symbol_reserved_word_test/06: RuntimeError # Please triage this failure.
204 symbol_reserved_word_test/09: RuntimeError # Please triage this failure.
205 symbol_reserved_word_test/12: RuntimeError # Please triage this failure.
206 symbol_test/none: RuntimeError # Please triage this failure.
207 199
208 [ $compiler == dart2js && $cps_ir && $host_checked ] 200 [ $compiler == dart2js && $cps_ir && $host_checked ]
209 regexp/pcre_test: Crash # Stack Overflow 201 regexp/pcre_test: Crash # Stack Overflow
210 202
211 [ ($noopt || $compiler == precompiler) ] 203 [ ($noopt || $compiler == precompiler) ]
212 apply3_test: CompileTimeError # Imports dart:mirrors 204 apply3_test: CompileTimeError # Imports dart:mirrors
213 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 205 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
214 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 206 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
215 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify 207 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
216 int_parse_radix_test: Pass, Timeout # --no_intrinsify 208 int_parse_radix_test: Pass, Timeout # --no_intrinsify
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698