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 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 | 10 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 call_through_null_getter_test: Fail | 183 call_through_null_getter_test: Fail |
184 closure3_test: Fail | 184 closure3_test: Fail |
185 execute_finally3_test: Fail | 185 execute_finally3_test: Fail |
186 method_invocation_test: Fail | 186 method_invocation_test: Fail |
187 stack_overflow_test: Fail | 187 stack_overflow_test: Fail |
188 stack_overflow_stacktrace_test: Fail | 188 stack_overflow_stacktrace_test: Fail |
189 closure_call_wrong_argument_count_negative_test: Skip | 189 closure_call_wrong_argument_count_negative_test: Skip |
190 label_test: Skip | 190 label_test: Skip |
191 | 191 |
192 [ $compiler == dart2dart && $builder_tag == new_backend ] | 192 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 193 asyncstar_throw_in_catch_test: CompileTimeError # Issue 21404 |
193 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 | 194 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 |
194 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 | 195 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 |
195 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 | 196 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 |
196 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 | 197 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 |
197 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 | 198 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 |
198 sync_generator3_test/test2: RuntimeError # Issue 21404 | 199 sync_generator3_test/test2: RuntimeError # Issue 21404 |
199 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 | 200 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 |
200 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 | 201 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 |
201 | 202 |
202 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] | 203 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 292 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
292 super_call4_test: Fail, OK # hardcoded names. | 293 super_call4_test: Fail, OK # hardcoded names. |
293 | 294 |
294 [ $minified ] | 295 [ $minified ] |
295 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 296 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
296 regress_21795_test: RuntimeError # Issue 12605 | 297 regress_21795_test: RuntimeError # Issue 12605 |
297 | 298 |
298 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 299 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
299 *deferred*: Skip # Issue 17458 | 300 *deferred*: Skip # Issue 17458 |
300 cha_deopt*: Skip # Issue 17458 | 301 cha_deopt*: Skip # Issue 17458 |
OLD | NEW |