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

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

Issue 2798313002: Update status file with dart2js crash. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | 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
(...skipping 19 matching lines...) Expand all
30 30
31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm || $runtime == flutter)] 31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm || $runtime == flutter)]
32 string_trimlr_test/02: RuntimeError # Issue 29060 32 string_trimlr_test/02: RuntimeError # Issue 29060
33 33
34 [ $compiler == precompiler || $compiler == app_jit ] 34 [ $compiler == precompiler || $compiler == app_jit ]
35 string_trimlr_test/02: RuntimeError # Issue 29060 35 string_trimlr_test/02: RuntimeError # Issue 29060
36 36
37 # #void should be a valid symbol. 37 # #void should be a valid symbol.
38 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ] 38 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ]
39 symbol_reserved_word_test/02: CompileTimeError # bug 20191 39 symbol_reserved_word_test/02: CompileTimeError # bug 20191
40 symbol_reserved_word_test/05: CompileTimeError # bug 20191
41 40
42 # With the exception of 'void', const Symbol() should not accept reserved 41 # With the exception of 'void', const Symbol() should not accept reserved
43 # words. 42 # words.
44 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 43 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
45 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 44 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
46 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 45 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
47 46
48 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 47 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
49 package_resource_test: RuntimeError # Issue 26842 48 package_resource_test: RuntimeError # Issue 26842
50 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 49 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
51 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 50 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
52 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 51 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
53 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 52 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
54 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 53 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
55 main_test: Fail # Dartium needs to check for both main() and main(args). 54 main_test: Fail # Dartium needs to check for both main() and main(args).
56 55
57 [ $compiler == dart2js ] 56 [ $compiler == dart2js ]
58 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed. 57 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed.
59 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 58 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
60 int_parse_radix_test/02: Fail # No bigints. 59 int_parse_radix_test/02: Fail # No bigints.
61 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 60 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
62 integer_to_radix_string_test: RuntimeError # issue 22045 61 integer_to_radix_string_test: RuntimeError # issue 22045
63 int_modulo_arith_test/bignum: RuntimeError # No bigints. 62 int_modulo_arith_test/bignum: RuntimeError # No bigints.
64 int_modulo_arith_test/modPow: RuntimeError # No bigints. 63 int_modulo_arith_test/modPow: RuntimeError # No bigints.
65 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 64 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
65 symbol_reserved_word_test/05: Crash # bug 20191
66 66
67 [ $compiler == dart2js && $fast_startup ] 67 [ $compiler == dart2js && $fast_startup ]
68 apply3_test: Fail # mirrors not supported 68 apply3_test: Fail # mirrors not supported
69 69
70 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != dartium && $runtime != drt ] 70 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != dartium && $runtime != drt ]
71 symbol_test/02: MissingCompileTimeError # bug 11669 71 symbol_test/02: MissingCompileTimeError # bug 11669
72 symbol_test/03: MissingCompileTimeError # bug 11669 72 symbol_test/03: MissingCompileTimeError # bug 11669
73 73
74 [ $runtime == ff || $runtime == jsshell ] 74 [ $runtime == ff || $runtime == jsshell ]
75 unicode_test: Fail 75 unicode_test: Fail
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 350 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
351 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 351 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
352 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 352 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
353 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 353 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
354 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 354 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
355 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 355 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
356 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 356 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
357 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 357 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
358 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 358 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
359 main_test: RuntimeError # Flutter Issue 9111 359 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698