| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 malbounded_instantiation_test/01: Fail # Issue 14132 | 297 malbounded_instantiation_test/01: Fail # Issue 14132 |
| 298 | 298 |
| 299 [ $compiler == dart2dart && $minified ] | 299 [ $compiler == dart2dart && $minified ] |
| 300 cyclic_type_test: Fail # Issue 12605. | 300 cyclic_type_test: Fail # Issue 12605. |
| 301 super_getter_setter_test: Fail # Issue 11065. | 301 super_getter_setter_test: Fail # Issue 11065. |
| 302 f_bounded_quantification4_test: Fail # Issue 12605. | 302 f_bounded_quantification4_test: Fail # Issue 12605. |
| 303 f_bounded_quantification5_test: Fail # Issue 12605. | 303 f_bounded_quantification5_test: Fail # Issue 12605. |
| 304 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 | 304 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 305 overridden_no_such_method_test: Pass, Fail # Issue 13078 | 305 overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 306 no_such_method_test: Pass, Fail # Issue 13078 | 306 no_such_method_test: Pass, Fail # Issue 13078 |
| 307 type_variable_typedef_test: Fail # Issue 11467 |
| 307 | 308 |
| 308 import_core_prefix_test: Pass | 309 import_core_prefix_test: Pass |
| 309 prefix22_test: Pass | 310 prefix22_test: Pass |
| 310 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 311 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 311 super_call4_test: Fail, OK # hardcoded names. | 312 super_call4_test: Fail, OK # hardcoded names. |
| 312 | 313 |
| 313 [ $minified ] | 314 [ $minified ] |
| 314 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 315 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 315 | 316 |
| 316 [ $runtime == ie9 ] | 317 [ $runtime == ie9 ] |
| 317 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 318 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 318 | 319 |
| 319 [ $compiler == dart2js && $host_checked ] | 320 [ $compiler == dart2js && $host_checked ] |
| 320 const_factory_with_body_test/01: Crash | 321 const_factory_with_body_test/01: Crash |
| OLD | NEW |