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 ] | |
6 await_future_test: RuntimeError # Issue 22332 | |
7 async_test/none: RuntimeError # Issue 22332 | |
8 | |
9 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
10 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 | 6 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 |
11 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
12 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
13 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 9 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
14 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 | 10 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 |
15 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 | 11 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 |
16 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 | 12 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 |
17 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 | 13 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 |
18 | 14 |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 call_through_null_getter_test: Fail | 183 call_through_null_getter_test: Fail |
188 closure3_test: Fail | 184 closure3_test: Fail |
189 execute_finally3_test: Fail | 185 execute_finally3_test: Fail |
190 method_invocation_test: Fail | 186 method_invocation_test: Fail |
191 stack_overflow_test: Fail | 187 stack_overflow_test: Fail |
192 stack_overflow_stacktrace_test: Fail | 188 stack_overflow_stacktrace_test: Fail |
193 closure_call_wrong_argument_count_negative_test: Skip | 189 closure_call_wrong_argument_count_negative_test: Skip |
194 label_test: Skip | 190 label_test: Skip |
195 | 191 |
196 [ $compiler == dart2dart && $builder_tag == new_backend ] | 192 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 193 asyncstar_throw_in_catch_test: CompileTimeError # Issue 21404 |
197 await_for_test: RuntimeError # Issue 22051 | 194 await_for_test: RuntimeError # Issue 22051 |
198 await_regression_test: RuntimeError # Issue 22051 | 195 await_regression_test: RuntimeError # Issue 22051 |
199 async_await_syntax_test/a06a: RuntimeError # Issue 22051 | 196 async_await_syntax_test/a06a: RuntimeError # Issue 22051 |
200 async_await_syntax_test/b06a: RuntimeError # Issue 22051 | 197 async_await_syntax_test/b06a: RuntimeError # Issue 22051 |
201 async_await_syntax_test/c06a: RuntimeError # Issue 22051 | 198 async_await_syntax_test/c06a: RuntimeError # Issue 22051 |
202 async_await_syntax_test/d06a: RuntimeError # Issue 22051 | 199 async_await_syntax_test/d06a: RuntimeError # Issue 22051 |
203 async_control_structures_test: RuntimeError # Issue 22051 | 200 async_control_structures_test: RuntimeError # Issue 22051 |
204 async_test/none: RuntimeError # Issue 22051 | 201 async_test/none: RuntimeError # Issue 22051 |
205 async_test/type-mismatch1: RuntimeError # Issue 22051 | 202 async_test/type-mismatch1: RuntimeError # Issue 22051 |
206 async_test/type-mismatch2: RuntimeError # Issue 22051 | 203 async_test/type-mismatch2: RuntimeError # Issue 22051 |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 296 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
300 super_call4_test: Fail, OK # hardcoded names. | 297 super_call4_test: Fail, OK # hardcoded names. |
301 | 298 |
302 [ $minified ] | 299 [ $minified ] |
303 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 300 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
304 regress_21795_test: RuntimeError # Issue 12605 | 301 regress_21795_test: RuntimeError # Issue 12605 |
305 | 302 |
306 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 303 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
307 *deferred*: Skip # Issue 17458 | 304 *deferred*: Skip # Issue 17458 |
308 cha_deopt*: Skip # Issue 17458 | 305 cha_deopt*: Skip # Issue 17458 |
OLD | NEW |