| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 compile_time_constant_checked2_test/05: Fail, OK | 291 compile_time_constant_checked2_test/05: Fail, OK |
| 292 compile_time_constant_checked2_test/06: Fail, OK | 292 compile_time_constant_checked2_test/06: Fail, OK |
| 293 compile_time_constant_checked3_test/01: Fail, OK | 293 compile_time_constant_checked3_test/01: Fail, OK |
| 294 compile_time_constant_checked3_test/02: Fail, OK | 294 compile_time_constant_checked3_test/02: Fail, OK |
| 295 compile_time_constant_checked3_test/03: Fail, OK | 295 compile_time_constant_checked3_test/03: Fail, OK |
| 296 compile_time_constant_checked3_test/04: Fail, OK | 296 compile_time_constant_checked3_test/04: Fail, OK |
| 297 compile_time_constant_checked3_test/05: Fail, OK | 297 compile_time_constant_checked3_test/05: Fail, OK |
| 298 compile_time_constant_checked3_test/06: Fail, OK | 298 compile_time_constant_checked3_test/06: Fail, OK |
| 299 malformed2_test/01: Fail, OK | 299 malformed2_test/01: Fail, OK |
| 300 | 300 |
| 301 unicode_bom_test: Fail # Issue 16067 | |
| 302 | |
| 303 [ $compiler == dart2dart && $checked ] | 301 [ $compiler == dart2dart && $checked ] |
| 304 # Dart VM problems | 302 # Dart VM problems |
| 305 malbounded_type_cast_test: Fail # Issue 14123 | 303 malbounded_type_cast_test: Fail # Issue 14123 |
| 306 malbounded_type_test_test/01: Fail # Issue 14131 | 304 malbounded_type_test_test/01: Fail # Issue 14131 |
| 307 malbounded_instantiation_test/01: Fail # Issue 14132 | 305 malbounded_instantiation_test/01: Fail # Issue 14132 |
| 308 | 306 |
| 309 [ $compiler == dart2dart && $minified ] | 307 [ $compiler == dart2dart && $minified ] |
| 310 cyclic_type_test: Fail # Issue 12605. | 308 cyclic_type_test: Fail # Issue 12605. |
| 311 cyclic_type2_test: Fail # Issue 12605. | 309 cyclic_type2_test: Fail # Issue 12605. |
| 312 super_getter_setter_test: Fail # Issue 11065. | 310 super_getter_setter_test: Fail # Issue 11065. |
| (...skipping 11 matching lines...) Expand all Loading... |
| 324 super_call4_test: Fail, OK # hardcoded names. | 322 super_call4_test: Fail, OK # hardcoded names. |
| 325 | 323 |
| 326 [ $minified ] | 324 [ $minified ] |
| 327 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 325 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 328 | 326 |
| 329 [ $runtime == ie9 ] | 327 [ $runtime == ie9 ] |
| 330 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 328 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 331 | 329 |
| 332 [ $compiler == dart2js && $host_checked ] | 330 [ $compiler == dart2js && $host_checked ] |
| 333 const_factory_with_body_test/01: Crash | 331 const_factory_with_body_test/01: Crash |
| OLD | NEW |