| 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 ] | 5 [ $compiler == dart2js ] |
| 6 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 | 6 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 |
| 7 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 9 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 9 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 10 | 10 |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 closure_call_wrong_argument_count_negative_test: Skip | 182 closure_call_wrong_argument_count_negative_test: Skip |
| 183 label_test: Skip | 183 label_test: Skip |
| 184 | 184 |
| 185 [ $compiler == dart2dart && $builder_tag == new_backend ] | 185 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 186 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404 | 186 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404 |
| 187 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 | 187 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 |
| 188 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 | 188 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 |
| 189 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 | 189 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 |
| 190 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 | 190 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 |
| 191 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 | 191 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 |
| 192 sync_generator3_test/test2: RuntimeError # Issue 21404 | |
| 193 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 | 192 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 |
| 194 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 | 193 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 |
| 195 regress_13494_test: Pass # Issue 22370, passes for the wrong reason | 194 regress_13494_test: Pass # Issue 22370, passes for the wrong reason |
| 196 | 195 |
| 197 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] | 196 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] |
| 198 # This test fails in minified, because the type-argument is | 197 # This test fails in minified, because the type-argument is |
| 199 # renamed, but the symbol naming it it is not. | 198 # renamed, but the symbol naming it it is not. |
| 200 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 199 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 201 | 200 |
| 202 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | 201 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] |
| 203 # This test happens not to fail in minified, because the type-argument is | 202 # This test happens not to fail in minified, because the type-argument is |
| 204 # renamed, but the unresolved reference to it is not. | 203 # renamed, but the unresolved reference to it is not. |
| 205 type_variable_conflict2_test/04: Fail # Issue 19725 | 204 type_variable_conflict2_test/04: Fail # Issue 19725 |
| 206 | 205 |
| 207 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] | 206 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] |
| 208 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 207 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 209 sync_generator3_test/test2: Fail | |
| 210 | 208 |
| 211 [ $compiler == dart2dart ] | 209 [ $compiler == dart2dart ] |
| 212 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 210 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 213 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 211 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 214 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 212 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 215 await_for_cancel_test: RuntimeError # Issue 21404 | 213 await_for_cancel_test: RuntimeError # Issue 21404 |
| 216 | 214 |
| 217 regress_13494_test: Fail # Issue 22370 | 215 regress_13494_test: Fail # Issue 22370 |
| 218 | 216 |
| 219 enum_duplicate_test/01: CompileTimeError # Issue 22169 | 217 enum_duplicate_test/01: CompileTimeError # Issue 22169 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 275 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 278 super_call4_test: Fail, OK # hardcoded names. | 276 super_call4_test: Fail, OK # hardcoded names. |
| 279 | 277 |
| 280 [ $minified ] | 278 [ $minified ] |
| 281 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 279 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 282 regress_21795_test: RuntimeError # Issue 12605 | 280 regress_21795_test: RuntimeError # Issue 12605 |
| 283 | 281 |
| 284 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 282 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 285 *deferred*: Skip # Issue 17458 | 283 *deferred*: Skip # Issue 17458 |
| 286 cha_deopt*: Skip # Issue 17458 | 284 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |