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

Side by Side Diff: tests/language/language_dart2js.status

Issue 2962153002: Add assert-in-initializer-list to formal specification. (Closed)
Patch Set: Update status files more. Created 3 years, 5 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/language/language_analyzer2.status ('k') | tests/language/language_kernel.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 == dart2js ] 5 [ $compiler == dart2js ]
6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
7 enum_test: Fail # Issue 28340 7 enum_test: Fail # Issue 28340
8 regress_28341_test: Fail # Issue 28340 8 regress_28341_test: Fail # Issue 28340
9 regress_29349_test: CompileTimeError # Issue 29745 9 regress_29349_test: CompileTimeError # Issue 29745
10 regress_29481_test: Crash # Issue 29754 10 regress_29481_test: Crash # Issue 29754
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 bad_typedef_test/00: Crash # Issue 28214 44 bad_typedef_test/00: Crash # Issue 28214
45 generic_function_typedef2_test/00: Crash # Issue 28214 45 generic_function_typedef2_test/00: Crash # Issue 28214
46 generic_function_typedef2_test/01: Crash # Issue 28214 46 generic_function_typedef2_test/01: Crash # Issue 28214
47 generic_function_typedef2_test/02: Crash # Issue 28214 47 generic_function_typedef2_test/02: Crash # Issue 28214
48 generic_function_typedef2_test/03: Crash # Issue 28214 48 generic_function_typedef2_test/03: Crash # Issue 28214
49 generic_function_typedef2_test/05: Crash # Issue 28214 49 generic_function_typedef2_test/05: Crash # Issue 28214
50 generic_function_typedef2_test/06: Crash # Issue 28214 50 generic_function_typedef2_test/06: Crash # Issue 28214
51 51
52 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl iant. 52 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl iant.
53 53
54 assertion_initializer_const_error2_test/cc01: Crash
55 assertion_initializer_const_error2_test/cc02: Crash
56 assertion_initializer_const_error2_test/cc03: Crash
57 assertion_initializer_const_error2_test/cc04: Crash
58 assertion_initializer_const_error2_test/cc05: Crash
59 assertion_initializer_const_error2_test/cc06: Crash
60 assertion_initializer_const_error2_test/cc07: Crash
61 assertion_initializer_const_error2_test/cc08: Crash
62 assertion_initializer_const_error2_test/cc09: Crash
63 assertion_initializer_const_function_error_test/01: Crash
64 assertion_initializer_const_function_test/01: CompileTimeError
65 assertion_initializer_test: Crash
66
67 [$compiler == dart2js && $runtime == d8 && $checked]
68 assertion_initializer_const_function_test/none: RuntimeError
69
54 [ $compiler == dart2js && $fast_startup ] 70 [ $compiler == dart2js && $fast_startup ]
55 const_evaluation_test/*: Fail # mirrors not supported 71 const_evaluation_test/*: Fail # mirrors not supported
56 deferred_constraints_constants_test/none: Fail # mirrors not supported 72 deferred_constraints_constants_test/none: Fail # mirrors not supported
57 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported 73 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported
58 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason 74 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason
59 enum_mirror_test: Fail # mirrors not supported 75 enum_mirror_test: Fail # mirrors not supported
60 field_increment_bailout_test: Fail # mirrors not supported 76 field_increment_bailout_test: Fail # mirrors not supported
61 instance_creation_in_function_annotation_test: Fail # mirrors not supported 77 instance_creation_in_function_annotation_test: Fail # mirrors not supported
62 invocation_mirror2_test: Fail # mirrors not supported 78 invocation_mirror2_test: Fail # mirrors not supported
63 invocation_mirror_invoke_on2_test: Fail # mirrors not supported 79 invocation_mirror_invoke_on2_test: Fail # mirrors not supported
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 deferred_global_test: Crash # Issue 27394 585 deferred_global_test: Crash # Issue 27394
570 factory6_test/00: Crash # Issue 27394 586 factory6_test/00: Crash # Issue 27394
571 factory_redirection_test/01: Crash # Issue 27394 587 factory_redirection_test/01: Crash # Issue 27394
572 factory_redirection_test/02: Crash # Issue 27394 588 factory_redirection_test/02: Crash # Issue 27394
573 factory_redirection_test/03: Crash # Issue 27394 589 factory_redirection_test/03: Crash # Issue 27394
574 named_parameters_test/01: Crash # Issue 27394 590 named_parameters_test/01: Crash # Issue 27394
575 named_parameters_test/03: Crash # Issue 27394 591 named_parameters_test/03: Crash # Issue 27394
576 named_parameters_test/05: Crash # Issue 27394 592 named_parameters_test/05: Crash # Issue 27394
577 named_parameters_test/07: Crash # Issue 27394 593 named_parameters_test/07: Crash # Issue 27394
578 named_parameters_test/09: Crash # Issue 27394 594 named_parameters_test/09: Crash # Issue 27394
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698