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. | |
9 malformed_test/05: MissingCompileTimeError # Issue 12695 | 8 malformed_test/05: MissingCompileTimeError # Issue 12695 |
10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 9 malformed_test/06: MissingCompileTimeError # Issue 12695 |
11 malformed_inheritance_test/07: MissingCompileTimeError # Issue 13994 | 10 malformed_inheritance_test/07: MissingCompileTimeError # Issue 13994 |
12 malformed_inheritance_test/08: MissingCompileTimeError # Issue 13994 | 11 malformed_inheritance_test/08: MissingCompileTimeError # Issue 13994 |
13 malformed_inheritance_test/11: MissingCompileTimeError # Issue 13994 | 12 malformed_inheritance_test/11: MissingCompileTimeError # Issue 13994 |
14 malformed_inheritance_test/12: MissingCompileTimeError # Issue 13994 | 13 malformed_inheritance_test/12: MissingCompileTimeError # Issue 13994 |
15 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 14 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
16 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 15 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
17 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 | 16 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 |
18 stacktrace_test: Pass, RuntimeError # # Issue 12698 | 17 stacktrace_test: Pass, RuntimeError # # Issue 12698 |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 import_core_prefix_test: Pass | 318 import_core_prefix_test: Pass |
320 prefix22_test: Pass | 319 prefix22_test: Pass |
321 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 320 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
322 super_call4_test: Fail, OK # hardcoded names. | 321 super_call4_test: Fail, OK # hardcoded names. |
323 | 322 |
324 [ $minified ] | 323 [ $minified ] |
325 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 324 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
326 | 325 |
327 [ $runtime == ie9 ] | 326 [ $runtime == ie9 ] |
328 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 327 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
OLD | NEW |