| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 call_through_null_getter_test: Fail | 187 call_through_null_getter_test: Fail |
| 188 closure3_test: Fail | 188 closure3_test: Fail |
| 189 execute_finally3_test: Fail | 189 execute_finally3_test: Fail |
| 190 method_invocation_test: Fail | 190 method_invocation_test: Fail |
| 191 stack_overflow_test: Fail | 191 stack_overflow_test: Fail |
| 192 stack_overflow_stacktrace_test: Fail | 192 stack_overflow_stacktrace_test: Fail |
| 193 closure_call_wrong_argument_count_negative_test: Skip | 193 closure_call_wrong_argument_count_negative_test: Skip |
| 194 label_test: Skip | 194 label_test: Skip |
| 195 | 195 |
| 196 [ $compiler == dart2dart && $builder_tag == new_backend ] | 196 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 197 await_for_test: RuntimeError # Issue 22051 | 197 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 |
| 198 await_regression_test: RuntimeError # Issue 22051 | 198 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 |
| 199 async_await_syntax_test/a06a: RuntimeError # Issue 22051 | 199 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 |
| 200 async_await_syntax_test/b06a: RuntimeError # Issue 22051 | 200 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 |
| 201 async_await_syntax_test/c06a: RuntimeError # Issue 22051 | 201 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 |
| 202 async_await_syntax_test/d06a: RuntimeError # Issue 22051 | 202 sync_generator3_test/test2: RuntimeError # Issue 21404 |
| 203 async_control_structures_test: RuntimeError # Issue 22051 | 203 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 |
| 204 async_test/none: RuntimeError # Issue 22051 | 204 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 |
| 205 async_test/type-mismatch1: RuntimeError # Issue 22051 | |
| 206 async_test/type-mismatch2: RuntimeError # Issue 22051 | |
| 207 async_test/type-mismatch3: RuntimeError # Issue 22051 | |
| 208 async_test/type-mismatch4: RuntimeError # Issue 22051 | |
| 209 | 205 |
| 210 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] | 206 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] |
| 211 # This test fails in minified, because the type-argument is | 207 # This test fails in minified, because the type-argument is |
| 212 # renamed, but the symbol naming it it is not. | 208 # renamed, but the symbol naming it it is not. |
| 213 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 209 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 214 | 210 |
| 215 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | 211 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] |
| 216 # This test happens not to fail in minified, because the type-argument is | 212 # This test happens not to fail in minified, because the type-argument is |
| 217 # renamed, but the unresolved reference to it is not. | 213 # renamed, but the unresolved reference to it is not. |
| 218 type_variable_conflict2_test/04: Fail # Issue 19725 | 214 type_variable_conflict2_test/04: Fail # Issue 19725 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 295 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 300 super_call4_test: Fail, OK # hardcoded names. | 296 super_call4_test: Fail, OK # hardcoded names. |
| 301 | 297 |
| 302 [ $minified ] | 298 [ $minified ] |
| 303 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 299 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 304 regress_21795_test: RuntimeError # Issue 12605 | 300 regress_21795_test: RuntimeError # Issue 12605 |
| 305 | 301 |
| 306 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 302 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 307 *deferred*: Skip # Issue 17458 | 303 *deferred*: Skip # Issue 17458 |
| 308 cha_deopt*: Skip # Issue 17458 | 304 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |