| 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 malformed_test/05: MissingCompileTimeError # Issue 12695 | 7 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 8 malformed_test/06: MissingCompileTimeError # Issue 12695 | 8 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK | 68 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK |
| 69 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK | 69 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK |
| 70 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK | 70 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK |
| 71 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK | 71 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK |
| 72 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK | 72 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK |
| 73 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK | 73 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK |
| 74 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK | 74 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK |
| 75 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK | 75 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK |
| 76 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK | 76 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK |
| 77 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK | 77 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK |
| 78 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK |
| 78 malformed2_test/01: MissingCompileTimeError, OK | 79 malformed2_test/01: MissingCompileTimeError, OK |
| 79 generic_test: RuntimeError, OK | 80 generic_test: RuntimeError, OK |
| 80 named_parameters_type_test/01: MissingRuntimeError, OK | 81 named_parameters_type_test/01: MissingRuntimeError, OK |
| 81 named_parameters_type_test/02: MissingRuntimeError, OK | 82 named_parameters_type_test/02: MissingRuntimeError, OK |
| 82 named_parameters_type_test/03: MissingRuntimeError, OK | 83 named_parameters_type_test/03: MissingRuntimeError, OK |
| 83 positional_parameters_type_test/01: MissingRuntimeError, OK | 84 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 84 positional_parameters_type_test/02: MissingRuntimeError, OK | 85 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 85 issue13474_test: RuntimeError, OK | 86 issue13474_test: RuntimeError, OK |
| 86 | 87 |
| 87 [ $compiler == dart2js && $minified ] | 88 [ $compiler == dart2js && $minified ] |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 super_call4_test: Fail, OK # hardcoded names. | 288 super_call4_test: Fail, OK # hardcoded names. |
| 288 | 289 |
| 289 [ $minified ] | 290 [ $minified ] |
| 290 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 291 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 291 | 292 |
| 292 [ $runtime == ie9 ] | 293 [ $runtime == ie9 ] |
| 293 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 294 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 294 | 295 |
| 295 [ $compiler == dart2js && $host_checked ] | 296 [ $compiler == dart2js && $host_checked ] |
| 296 const_factory_with_body_test/01: Crash | 297 const_factory_with_body_test/01: Crash |
| OLD | NEW |