OLD | NEW |
---|---|
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 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
7 method_name_test: Fail # issue 25574 | 7 method_name_test: Fail # issue 25574 |
8 setter4_test: CompileTimeError # issue 13669 | |
Harry Terkelsen
2016/07/06 16:15:12
I don't think this is the right issue: https://git
Johnni Winther
2016/07/08 08:23:53
Should have been 13639!
| |
8 | 9 |
9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
10 tearoff_basic_test: Skip # Tear-off not supported | 11 tearoff_basic_test: Skip # Tear-off not supported |
11 tearoff_constructor_basic_test: Skip # Tear-off not supported | 12 tearoff_constructor_basic_test: Skip # Tear-off not supported |
12 | 13 |
13 try_catch_on_syntax_test/10: Fail # Issue 19823 | 14 try_catch_on_syntax_test/10: Fail # Issue 19823 |
14 try_catch_on_syntax_test/11: Fail # Issue 19823 | 15 try_catch_on_syntax_test/11: Fail # Issue 19823 |
15 | 16 |
16 deep_nesting1_negative_test: Crash # Issue 25557 | 17 deep_nesting1_negative_test: Crash # Issue 25557 |
17 deep_nesting2_negative_test: Crash # Issue 25557 | 18 deep_nesting2_negative_test: Crash # Issue 25557 |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
95 mixin_superclass_test: CompileTimeError # Issue 23773 | 96 mixin_superclass_test: CompileTimeError # Issue 23773 |
96 | 97 |
97 ref_before_declaration_test/00: MissingCompileTimeError | 98 ref_before_declaration_test/00: MissingCompileTimeError |
98 ref_before_declaration_test/01: MissingCompileTimeError | 99 ref_before_declaration_test/01: MissingCompileTimeError |
99 ref_before_declaration_test/02: MissingCompileTimeError | 100 ref_before_declaration_test/02: MissingCompileTimeError |
100 ref_before_declaration_test/03: MissingCompileTimeError | 101 ref_before_declaration_test/03: MissingCompileTimeError |
101 ref_before_declaration_test/04: MissingCompileTimeError | 102 ref_before_declaration_test/04: MissingCompileTimeError |
102 ref_before_declaration_test/05: MissingCompileTimeError | 103 ref_before_declaration_test/05: MissingCompileTimeError |
103 ref_before_declaration_test/06: MissingCompileTimeError | 104 ref_before_declaration_test/06: MissingCompileTimeError |
104 | 105 |
105 regress_22976_test/01: CompileTimeError # Issue 23132 | 106 regress_22976_test: CompileTimeError # Issue 23132 |
106 regress_22976_test/02: CompileTimeError # Issue 23132 | |
107 | 107 |
108 if_null_assignment_behavior_test/13: Crash # Issue 23491 | 108 if_null_assignment_behavior_test/13: Crash # Issue 23491 |
109 if_null_assignment_behavior_test/14: Crash # Issue 23491 | 109 if_null_assignment_behavior_test/14: Crash # Issue 23491 |
110 | 110 |
111 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 | 111 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 |
112 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 | 112 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 |
113 | 113 |
114 # VM specific tests that should not be run by dart2js. | 114 # VM specific tests that should not be run by dart2js. |
115 vm/*: Skip # Issue 12699 | 115 vm/*: Skip # Issue 12699 |
116 | 116 |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
330 accessor_conflict_export_test: Crash # Duplicate export of 'x' | 330 accessor_conflict_export_test: Crash # Duplicate export of 'x' |
331 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 331 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
332 async_throw_in_catch_test/none: Crash # Issue 24485 | 332 async_throw_in_catch_test/none: Crash # Issue 24485 |
333 execute_finally9_test: Crash # Issue 24485 | 333 execute_finally9_test: Crash # Issue 24485 |
334 regress_21795_test: Crash # Issue 24485 | 334 regress_21795_test: Crash # Issue 24485 |
335 regress_23537_test: Crash # Issue 24485 | 335 regress_23537_test: Crash # Issue 24485 |
336 try_finally_regress_25333_test: Crash # Issue 24485 | 336 try_finally_regress_25333_test: Crash # Issue 24485 |
337 | 337 |
338 [ $compiler == dart2js && $cps_ir && $checked ] | 338 [ $compiler == dart2js && $cps_ir && $checked ] |
339 *: Skip # `assert` not implemented | 339 *: Skip # `assert` not implemented |
OLD | NEW |