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