| 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 compile_time_constant_c_test/none: Fail # Issue 11583 | |
| 7 null_test/03: Fail # Issue 12445. | 6 null_test/03: Fail # Issue 12445. |
| 8 black_listed_test/none: Fail # Issue 12446. | 7 black_listed_test/none: Fail # Issue 12446. |
| 9 malformed_test/none: Fail # Issue 12695 | 8 malformed_test/none: Fail # Issue 12695 |
| 10 malformed_test/05: Fail # Issue 12695 | 9 malformed_test/05: Fail # Issue 12695 |
| 11 malformed_test/06: Fail # Issue 12695 | 10 malformed_test/06: Fail # Issue 12695 |
| 12 full_stacktrace1_test: Pass, Fail # Issue 12698 | 11 full_stacktrace1_test: Pass, Fail # Issue 12698 |
| 13 full_stacktrace2_test: Pass, Fail # Issue 12698 | 12 full_stacktrace2_test: Pass, Fail # Issue 12698 |
| 14 full_stacktrace3_test: Pass, Fail # Issue 12698 | 13 full_stacktrace3_test: Pass, Fail # Issue 12698 |
| 15 stacktrace_test: Pass, Fail # # Issue 12698 | 14 stacktrace_test: Pass, Fail # # Issue 12698 |
| 16 | 15 |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 import_core_prefix_test: Pass | 352 import_core_prefix_test: Pass |
| 354 prefix22_test: Pass | 353 prefix22_test: Pass |
| 355 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 354 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 356 super_call4_test: Fail, OK # hardcoded names. | 355 super_call4_test: Fail, OK # hardcoded names. |
| 357 | 356 |
| 358 [ $minified ] | 357 [ $minified ] |
| 359 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 358 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 360 | 359 |
| 361 [ $runtime == ie9 ] | 360 [ $runtime == ie9 ] |
| 362 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 361 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |