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

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

Issue 2953843003: Reintroducing parser changes to cause compile-time errors when trying to reinitialize a final field… (Closed)
Patch Set: Created 3 years, 6 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
11 deferred_not_loaded_check_test: Fail # Issue 27577 11 deferred_not_loaded_check_test: Fail # Issue 27577
12 getter_setter_in_lib_test: Fail # Issue 23288 12 getter_setter_in_lib_test: Fail # Issue 23288
13 method_name_test: Fail # issue 25574 13 method_name_test: Fail # issue 25574
14 setter4_test: CompileTimeError # issue 13639 14 setter4_test: CompileTimeError # issue 13639
15 15
16 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 16 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
17 17
18 try_catch_on_syntax_test/10: Fail # Issue 19823 18 try_catch_on_syntax_test/10: Fail # Issue 19823
19 try_catch_on_syntax_test/11: Fail # Issue 19823 19 try_catch_on_syntax_test/11: Fail # Issue 19823
20 20
21 call_function_apply_test: RuntimeError # Issue 23873 21 call_function_apply_test: RuntimeError # Issue 23873
22 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 22 mixin_supertype_subclass_test: CompileTimeError # Issue 23773
23 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 23 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773
24 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 24 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773
25 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 25 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773
26 mixin_of_mixin_test: CompileTimeError # Issue 23773 26 mixin_of_mixin_test: CompileTimeError # Issue 23773
27 27
28 final_attempt_reinitialization_test.dart: Skip # Issue 29659
29
28 # The following tests are supposed to fail. 30 # The following tests are supposed to fail.
29 # In testing-mode, dart2js supports all dart:X libraries (because it 31 # In testing-mode, dart2js supports all dart:X libraries (because it
30 # uses '--categories=all'). 32 # uses '--categories=all').
31 library_env_test/has_no_html_support: RuntimeError, OK 33 library_env_test/has_no_html_support: RuntimeError, OK
32 library_env_test/has_no_io_support: RuntimeError, OK 34 library_env_test/has_no_io_support: RuntimeError, OK
33 library_env_test/has_no_mirror_support: RuntimeError, OK 35 library_env_test/has_no_mirror_support: RuntimeError, OK
34 36
35 accessor_conflict_import2_test: RuntimeError # Issue 25626 37 accessor_conflict_import2_test: RuntimeError # Issue 25626
36 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 38 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
37 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 39 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ref_before_declaration_test/03: MissingCompileTimeError 130 ref_before_declaration_test/03: MissingCompileTimeError
129 ref_before_declaration_test/04: MissingCompileTimeError 131 ref_before_declaration_test/04: MissingCompileTimeError
130 ref_before_declaration_test/05: MissingCompileTimeError 132 ref_before_declaration_test/05: MissingCompileTimeError
131 ref_before_declaration_test/06: MissingCompileTimeError 133 ref_before_declaration_test/06: MissingCompileTimeError
132 134
133 regress_22976_test: CompileTimeError # Issue 23132 135 regress_22976_test: CompileTimeError # Issue 23132
134 136
135 if_null_assignment_behavior_test/13: Crash # Issue 23491 137 if_null_assignment_behavior_test/13: Crash # Issue 23491
136 if_null_assignment_behavior_test/14: Crash # Issue 23491 138 if_null_assignment_behavior_test/14: Crash # Issue 23491
137 139
138 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618
139 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618
140
141 # VM specific tests that should not be run by dart2js. 140 # VM specific tests that should not be run by dart2js.
142 vm/*: Skip # Issue 12699 141 vm/*: Skip # Issue 12699
143 142
144 multiline_newline_test/01: CompileTimeError # Issue 23888 143 multiline_newline_test/01: CompileTimeError # Issue 23888
145 multiline_newline_test/02: CompileTimeError # Issue 23888 144 multiline_newline_test/02: CompileTimeError # Issue 23888
146 multiline_newline_test/03: CompileTimeError # Issue 23888 145 multiline_newline_test/03: CompileTimeError # Issue 23888
147 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 146 multiline_newline_test/04: MissingCompileTimeError # Issue 23888
148 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 147 multiline_newline_test/05: MissingCompileTimeError # Issue 23888
149 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 148 multiline_newline_test/06: MissingCompileTimeError # Issue 23888
150 multiline_newline_test/none: RuntimeError # Issue 23888 149 multiline_newline_test/none: RuntimeError # Issue 23888
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 deferred_global_test: Crash # Issue 27394 574 deferred_global_test: Crash # Issue 27394
576 factory6_test/00: Crash # Issue 27394 575 factory6_test/00: Crash # Issue 27394
577 factory_redirection_test/01: Crash # Issue 27394 576 factory_redirection_test/01: Crash # Issue 27394
578 factory_redirection_test/02: Crash # Issue 27394 577 factory_redirection_test/02: Crash # Issue 27394
579 factory_redirection_test/03: Crash # Issue 27394 578 factory_redirection_test/03: Crash # Issue 27394
580 named_parameters_test/01: Crash # Issue 27394 579 named_parameters_test/01: Crash # Issue 27394
581 named_parameters_test/03: Crash # Issue 27394 580 named_parameters_test/03: Crash # Issue 27394
582 named_parameters_test/05: Crash # Issue 27394 581 named_parameters_test/05: Crash # Issue 27394
583 named_parameters_test/07: Crash # Issue 27394 582 named_parameters_test/07: Crash # Issue 27394
584 named_parameters_test/09: Crash # Issue 27394 583 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