| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 bad_constructor_test/05: CompileTimeError # Issue 13669 | 6 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 7 block_scope_test: CompileTimeError # Issue 13204. | 7 block_scope_test: CompileTimeError # Issue 13204. |
| 8 malformed_test/05: MissingCompileTimeError # Issue 12695 | 8 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 9 malformed_test/06: MissingCompileTimeError # Issue 12695 | 9 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 type_variable_conflict_test/04: Fail # Issue 13702 | 23 type_variable_conflict_test/04: Fail # Issue 13702 |
| 24 type_variable_conflict_test/05: Fail # Issue 13702 | 24 type_variable_conflict_test/05: Fail # Issue 13702 |
| 25 type_variable_conflict_test/06: Fail # Issue 13702 | 25 type_variable_conflict_test/06: Fail # Issue 13702 |
| 26 | 26 |
| 27 ref_before_declaration_test/00: MissingCompileTimeError | 27 ref_before_declaration_test/00: MissingCompileTimeError |
| 28 ref_before_declaration_test/01: MissingCompileTimeError | 28 ref_before_declaration_test/01: MissingCompileTimeError |
| 29 ref_before_declaration_test/02: MissingCompileTimeError | 29 ref_before_declaration_test/02: MissingCompileTimeError |
| 30 ref_before_declaration_test/03: MissingCompileTimeError | 30 ref_before_declaration_test/03: MissingCompileTimeError |
| 31 ref_before_declaration_test/04: MissingCompileTimeError | 31 ref_before_declaration_test/04: MissingCompileTimeError |
| 32 ref_before_declaration_test/05: MissingCompileTimeError | 32 ref_before_declaration_test/05: MissingCompileTimeError |
| 33 ref_before_declaration_test/06: MissingCompileTimeError |
| 33 | 34 |
| 34 # VM specific tests that should not be run by dart2js. | 35 # VM specific tests that should not be run by dart2js. |
| 35 vm/*: Skip # Issue 12699 | 36 vm/*: Skip # Issue 12699 |
| 36 | 37 |
| 37 [ $compiler == dart2js && $checked ] | 38 [ $compiler == dart2js && $checked ] |
| 38 checked_setter2_test: Fail # Issue 11273 | 39 checked_setter2_test: Fail # Issue 11273 |
| 39 type_variable_bounds_test/02: Fail # Issue 12702 | 40 type_variable_bounds_test/02: Fail # Issue 12702 |
| 40 type_variable_bounds2_test/01: Fail # Issue 12702 | 41 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 41 type_variable_bounds2_test/04: Fail # Issue 12702 | 42 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 42 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 43 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 import_core_prefix_test: Pass | 292 import_core_prefix_test: Pass |
| 292 prefix22_test: Pass | 293 prefix22_test: Pass |
| 293 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 294 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 294 super_call4_test: Fail, OK # hardcoded names. | 295 super_call4_test: Fail, OK # hardcoded names. |
| 295 | 296 |
| 296 [ $minified ] | 297 [ $minified ] |
| 297 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 298 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 298 | 299 |
| 299 [ $runtime == ie9 ] | 300 [ $runtime == ie9 ] |
| 300 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 301 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |