| 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 black_listed_test/none: CompileTimeError # Issue 12446. | 8 black_listed_test/none: CompileTimeError # Issue 12446. |
| 9 malformed_test/05: MissingCompileTimeError # Issue 12695 | 9 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 10 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 11 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 11 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 12 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 12 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| 13 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 | 13 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 |
| 14 stacktrace_test: Pass, RuntimeError # # Issue 12698 | 14 stacktrace_test: Pass, RuntimeError # # Issue 12698 |
| 15 illegal_invocation_test/01: CompileTimeError # Issue 13630 | 15 illegal_invocation_test/01: CompileTimeError # Issue 13630 |
| 16 instantiate_type_variable_test/01: CompileTimeError # Issue 13631 | 16 instantiate_type_variable_test/01: CompileTimeError # Issue 13631 |
| 17 library_ambiguous_test/00: CompileTimeError # Issue 13632 | 17 library_ambiguous_test/00: CompileTimeError # Issue 13632 |
| 18 library_ambiguous_test/01: CompileTimeError # Issue 13632 | 18 library_ambiguous_test/01: CompileTimeError # Issue 13632 |
| 19 library_ambiguous_test/02: CompileTimeError # Issue 13632 | 19 library_ambiguous_test/02: CompileTimeError # Issue 13632 |
| 20 library_ambiguous_test/03: CompileTimeError # Issue 13632 | 20 library_ambiguous_test/03: CompileTimeError # Issue 13632 |
| 21 | 21 |
| 22 implicit_setter_test: Fail # Issue 13919 |
| 23 |
| 22 # VM specific tests that should not be run by dart2js. | 24 # VM specific tests that should not be run by dart2js. |
| 23 vm/*: Skip # Issue 12699 | 25 vm/*: Skip # Issue 12699 |
| 24 | 26 |
| 25 [ $compiler == dart2js && $checked ] | 27 [ $compiler == dart2js && $checked ] |
| 26 checked_setter2_test: Fail # Issue 11273 | 28 checked_setter2_test: Fail # Issue 11273 |
| 27 default_factory2_test/01: Fail # Issue 12700 | 29 default_factory2_test/01: Fail # Issue 12700 |
| 28 type_variable_bounds_test/01: Fail # Issue 12702 | 30 type_variable_bounds_test/01: Fail # Issue 12702 |
| 29 type_variable_bounds_test/02: Fail # Issue 12702 | 31 type_variable_bounds_test/02: Fail # Issue 12702 |
| 30 type_variable_bounds_test/04: Fail # Issue 12702 | 32 type_variable_bounds_test/04: Fail # Issue 12702 |
| 31 type_variable_bounds_test/05: Fail # Issue 12702 | 33 type_variable_bounds_test/05: Fail # Issue 12702 |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 import_core_prefix_test: Pass | 313 import_core_prefix_test: Pass |
| 312 prefix22_test: Pass | 314 prefix22_test: Pass |
| 313 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 315 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 314 super_call4_test: Fail, OK # hardcoded names. | 316 super_call4_test: Fail, OK # hardcoded names. |
| 315 | 317 |
| 316 [ $minified ] | 318 [ $minified ] |
| 317 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 319 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 318 | 320 |
| 319 [ $runtime == ie9 ] | 321 [ $runtime == ie9 ] |
| 320 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 322 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |