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

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

Issue 1507933005: The newly added regression test may actually not crash under dart2js. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101 46 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101
47 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101 47 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101
48 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101 48 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101
49 mixin_super_constructor_named_test/01: Fail # Issue 15101 49 mixin_super_constructor_named_test/01: Fail # Issue 15101
50 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 50 mixin_super_constructor_positionals_test/01: Fail # Issue 15101
51 mixin_super_test: CompileTimeError # Issue 23773 51 mixin_super_test: CompileTimeError # Issue 23773
52 mixin_super_2_test: CompileTimeError # Issue 23773 52 mixin_super_2_test: CompileTimeError # Issue 23773
53 mixin_super_bound2_test: CompileTimeError # Issue 23773 53 mixin_super_bound2_test: CompileTimeError # Issue 23773
54 mixin_super_use_test: CompileTimeError # Issue 23773 54 mixin_super_use_test: CompileTimeError # Issue 23773
55 mixin_superclass_test: CompileTimeError # Issue 23773 55 mixin_superclass_test: CompileTimeError # Issue 23773
56 regress_25122_test: Crash # Issue 25181
57 56
58 ref_before_declaration_test/00: MissingCompileTimeError 57 ref_before_declaration_test/00: MissingCompileTimeError
59 ref_before_declaration_test/01: MissingCompileTimeError 58 ref_before_declaration_test/01: MissingCompileTimeError
60 ref_before_declaration_test/02: MissingCompileTimeError 59 ref_before_declaration_test/02: MissingCompileTimeError
61 ref_before_declaration_test/03: MissingCompileTimeError 60 ref_before_declaration_test/03: MissingCompileTimeError
62 ref_before_declaration_test/04: MissingCompileTimeError 61 ref_before_declaration_test/04: MissingCompileTimeError
63 ref_before_declaration_test/05: MissingCompileTimeError 62 ref_before_declaration_test/05: MissingCompileTimeError
64 ref_before_declaration_test/06: MissingCompileTimeError 63 ref_before_declaration_test/06: MissingCompileTimeError
65 64
66 regress_22976_test/01: CompileTimeError # Issue 23132 65 regress_22976_test/01: CompileTimeError # Issue 23132
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 357 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
359 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 358 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
360 type_variable_nested_test: RuntimeError # Please triage this failure. 359 type_variable_nested_test: RuntimeError # Please triage this failure.
361 360
362 [ $compiler == dart2js && $cps_ir && $host_checked ] 361 [ $compiler == dart2js && $cps_ir && $host_checked ]
363 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 362 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
364 async_throw_in_catch_test/none: Crash # Issue 24485 363 async_throw_in_catch_test/none: Crash # Issue 24485
365 execute_finally9_test: Crash # Issue 24485 364 execute_finally9_test: Crash # Issue 24485
366 regress_21795_test: Crash # Issue 24485 365 regress_21795_test: Crash # Issue 24485
367 regress_23537_test: Crash # Issue 24485 366 regress_23537_test: Crash # Issue 24485
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