| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 closure3_test: Fail | 176 closure3_test: Fail |
| 177 execute_finally3_test: Fail | 177 execute_finally3_test: Fail |
| 178 method_invocation_test: Fail | 178 method_invocation_test: Fail |
| 179 stack_overflow_test: Fail | 179 stack_overflow_test: Fail |
| 180 stack_overflow_stacktrace_test: Fail | 180 stack_overflow_stacktrace_test: Fail |
| 181 closure_call_wrong_argument_count_negative_test: Skip | 181 closure_call_wrong_argument_count_negative_test: Skip |
| 182 label_test: Skip | 182 label_test: Skip |
| 183 | 183 |
| 184 [ $compiler == dart2dart && $builder_tag == new_backend ] | 184 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 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 | |
| 187 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 | |
| 188 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 | |
| 189 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 | |
| 190 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 | |
| 191 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 | |
| 192 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 | |
| 193 regress_13494_test: Pass # Issue 22370, passes for the wrong reason | 186 regress_13494_test: Pass # Issue 22370, passes for the wrong reason |
| 194 | 187 |
| 195 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] | 188 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] |
| 196 # This test fails in minified, because the type-argument is | 189 # This test fails in minified, because the type-argument is |
| 197 # renamed, but the symbol naming it it is not. | 190 # renamed, but the symbol naming it it is not. |
| 198 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 191 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 199 | 192 |
| 200 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | 193 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] |
| 201 # This test happens not to fail in minified, because the type-argument is | 194 # This test happens not to fail in minified, because the type-argument is |
| 202 # renamed, but the unresolved reference to it is not. | 195 # renamed, but the unresolved reference to it is not. |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 267 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 275 super_call4_test: Fail, OK # hardcoded names. | 268 super_call4_test: Fail, OK # hardcoded names. |
| 276 | 269 |
| 277 [ $minified ] | 270 [ $minified ] |
| 278 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 271 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 279 regress_21795_test: RuntimeError # Issue 12605 | 272 regress_21795_test: RuntimeError # Issue 12605 |
| 280 | 273 |
| 281 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 274 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 282 *deferred*: Skip # Issue 17458 | 275 *deferred*: Skip # Issue 17458 |
| 283 cha_deopt*: Skip # Issue 17458 | 276 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |