| 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 && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 await_future_test: RuntimeError # Issue 22332 | 6 await_future_test: RuntimeError # Issue 22332 |
| 7 async_test/none: RuntimeError # Issue 22332 | 7 async_test/none: RuntimeError # Issue 22332 |
| 8 | 8 |
| 9 [ $compiler == dart2js ] | 9 [ $compiler == dart2js ] |
| 10 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 | 10 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 # renamed, but the symbol naming it it is not. | 212 # renamed, but the symbol naming it it is not. |
| 213 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 213 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 214 | 214 |
| 215 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | 215 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] |
| 216 # This test happens not to fail in minified, because the type-argument is | 216 # This test happens not to fail in minified, because the type-argument is |
| 217 # renamed, but the unresolved reference to it is not. | 217 # renamed, but the unresolved reference to it is not. |
| 218 type_variable_conflict2_test/04: Fail # Issue 19725 | 218 type_variable_conflict2_test/04: Fail # Issue 19725 |
| 219 | 219 |
| 220 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] | 220 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] |
| 221 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 221 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 222 sync_generator3_test/test1: Fail | |
| 223 sync_generator3_test/test2: Fail | 222 sync_generator3_test/test2: Fail |
| 224 | 223 |
| 225 [ $compiler == dart2dart ] | 224 [ $compiler == dart2dart ] |
| 226 asyncstar_concat_test: CompileTimeError # Issue 21404 | 225 asyncstar_concat_test: CompileTimeError # Issue 21404 |
| 227 asyncstar_yield_test: CompileTimeError # Issue 21404 | 226 asyncstar_yield_test: CompileTimeError # Issue 21404 |
| 228 asyncstar_yieldstar_test: CompileTimeError # Issue 21404 | 227 asyncstar_yieldstar_test: CompileTimeError # Issue 21404 |
| 229 | 228 |
| 230 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 229 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 231 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 230 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 232 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 231 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 299 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 301 super_call4_test: Fail, OK # hardcoded names. | 300 super_call4_test: Fail, OK # hardcoded names. |
| 302 | 301 |
| 303 [ $minified ] | 302 [ $minified ] |
| 304 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 303 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 305 regress_21795_test: RuntimeError # Issue 12605 | 304 regress_21795_test: RuntimeError # Issue 12605 |
| 306 | 305 |
| 307 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 306 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 308 *deferred*: Skip # Issue 17458 | 307 *deferred*: Skip # Issue 17458 |
| 309 cha_deopt*: Skip # Issue 17458 | 308 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |