| 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 internal_library_test/02: Crash # Issue 13328 |
| 7 script2_negative_test: Crash # Issue 13328 |
| 8 source_self_negative_test: Crash # Issue 13328 |
| 6 block_scope_test: Fail # Issue 13204. | 9 block_scope_test: Fail # Issue 13204. |
| 7 compile_time_constant_c_test/none: Fail # Issue 11583 | 10 compile_time_constant_c_test/none: Fail # Issue 11583 |
| 8 null_test/03: Fail # Issue 12445. | 11 null_test/03: Fail # Issue 12445. |
| 9 black_listed_test/none: Fail # Issue 12446. | 12 black_listed_test/none: Fail # Issue 12446. |
| 10 malformed_test/none: Fail # Issue 12695 | 13 malformed_test/none: Fail # Issue 12695 |
| 11 malformed_test/05: Fail # Issue 12695 | 14 malformed_test/05: Fail # Issue 12695 |
| 12 malformed_test/06: Fail # Issue 12695 | 15 malformed_test/06: Fail # Issue 12695 |
| 13 full_stacktrace1_test: Pass, Fail # Issue 12698 | 16 full_stacktrace1_test: Pass, Fail # Issue 12698 |
| 14 full_stacktrace2_test: Pass, Fail # Issue 12698 | 17 full_stacktrace2_test: Pass, Fail # Issue 12698 |
| 15 full_stacktrace3_test: Pass, Fail # Issue 12698 | 18 full_stacktrace3_test: Pass, Fail # Issue 12698 |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 import_core_prefix_test: Pass | 349 import_core_prefix_test: Pass |
| 347 prefix22_test: Pass | 350 prefix22_test: Pass |
| 348 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 351 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 349 super_call4_test: Fail, OK # hardcoded names. | 352 super_call4_test: Fail, OK # hardcoded names. |
| 350 | 353 |
| 351 [ $minified ] | 354 [ $minified ] |
| 352 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 355 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 353 | 356 |
| 354 [ $runtime == ie9 ] | 357 [ $runtime == ie9 ] |
| 355 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 358 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |