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 && $csp && $browser ] | 5 [ $compiler == dart2js && $csp && $browser ] |
6 deferred_mixin_test: RuntimeError # Issue 21863 | 6 deferred_mixin_test: RuntimeError # Issue 21863 |
7 | 7 |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 async_control_structures_test: CompileTimeError # Issue 21411 | 9 async_control_structures_test: CompileTimeError # Issue 21411 |
10 async_test/none: CompileTimeError # Issue 21411 | 10 async_test/none: CompileTimeError # Issue 21411 |
11 await_backwards_compatibility_test/none: CompileTimeError # Issue 21411 | 11 await_backwards_compatibility_test/none: CompileTimeError # Issue 21411 |
12 await_exceptions_test: CompileTimeError # Issue 21411 | 12 await_exceptions_test: CompileTimeError # Issue 21411 |
13 await_for_test: CompileTimeError # Issue 21411 | 13 await_for_test: CompileTimeError # Issue 21411 |
14 await_future_test: CompileTimeError # Issue 21411 | 14 await_future_test: CompileTimeError # Issue 21411 |
15 await_nonfuture_test: CompileTimeError # Issue 21411 | 15 await_nonfuture_test: CompileTimeError # Issue 21411 |
16 await_regression_test: CompileTimeError # Issue 21411 | 16 await_regression_test: CompileTimeError # Issue 21411 |
17 await_test: CompileTimeError # Issue 21411 | 17 await_test: CompileTimeError # Issue 21411 |
| 18 async_await_syntax_test/a01a: CompileTimeError # Issue 21411 |
| 19 async_await_syntax_test/a02a: CompileTimeError # Issue 21411 |
| 20 async_await_syntax_test/a03a: CompileTimeError # Issue 21411 |
| 21 async_await_syntax_test/a04a: CompileTimeError # Issue 21411 |
| 22 async_await_syntax_test/a05a: CompileTimeError # Issue 21411 |
| 23 async_await_syntax_test/a05b: CompileTimeError # Issue 21411 |
| 24 async_await_syntax_test/a06a: CompileTimeError # Issue 21411 |
| 25 async_await_syntax_test/a07a: CompileTimeError # Issue 21411 |
| 26 async_await_syntax_test/a08a: CompileTimeError # Issue 21411 |
| 27 async_await_syntax_test/a09a: CompileTimeError # Issue 21411 |
| 28 async_await_syntax_test/a10a: CompileTimeError # Issue 21411 |
| 29 async_await_syntax_test/a11b: CompileTimeError # Issue 21411 |
| 30 async_await_syntax_test/a11c: CompileTimeError # Issue 21411 |
| 31 async_await_syntax_test/a11d: CompileTimeError # Issue 21411 |
| 32 async_await_syntax_test/b01a: CompileTimeError # Issue 21411 |
| 33 async_await_syntax_test/b02a: CompileTimeError # Issue 21411 |
| 34 async_await_syntax_test/b03a: CompileTimeError # Issue 21411 |
| 35 async_await_syntax_test/b04a: CompileTimeError # Issue 21411 |
| 36 async_await_syntax_test/b05a: CompileTimeError # Issue 21411 |
| 37 async_await_syntax_test/b06a: CompileTimeError # Issue 21411 |
| 38 async_await_syntax_test/b07a: CompileTimeError # Issue 21411 |
| 39 async_await_syntax_test/b08a: CompileTimeError # Issue 21411 |
| 40 async_await_syntax_test/b09a: CompileTimeError # Issue 21411 |
| 41 async_await_syntax_test/b10a: CompileTimeError # Issue 21411 |
| 42 async_await_syntax_test/b11b: CompileTimeError # Issue 21411 |
| 43 async_await_syntax_test/b11c: CompileTimeError # Issue 21411 |
| 44 async_await_syntax_test/b11d: CompileTimeError # Issue 21411 |
| 45 async_await_syntax_test/c01a: CompileTimeError # Issue 21411 |
| 46 async_await_syntax_test/c02a: CompileTimeError # Issue 21411 |
| 47 async_await_syntax_test/c03a: CompileTimeError # Issue 21411 |
| 48 async_await_syntax_test/c04a: CompileTimeError # Issue 21411 |
| 49 async_await_syntax_test/c05a: CompileTimeError # Issue 21411 |
| 50 async_await_syntax_test/c06a: CompileTimeError # Issue 21411 |
| 51 async_await_syntax_test/c07a: CompileTimeError # Issue 21411 |
| 52 async_await_syntax_test/c08a: CompileTimeError # Issue 21411 |
| 53 async_await_syntax_test/c09a: CompileTimeError # Issue 21411 |
| 54 async_await_syntax_test/c10a: CompileTimeError # Issue 21411 |
| 55 async_await_syntax_test/d01a: CompileTimeError # Issue 21411 |
| 56 async_await_syntax_test/d02a: CompileTimeError # Issue 21411 |
| 57 async_await_syntax_test/d03a: CompileTimeError # Issue 21411 |
| 58 async_await_syntax_test/d04a: CompileTimeError # Issue 21411 |
| 59 async_await_syntax_test/d05a: CompileTimeError # Issue 21411 |
| 60 async_await_syntax_test/d06a: CompileTimeError # Issue 21411 |
| 61 async_await_syntax_test/d07a: CompileTimeError # Issue 21411 |
| 62 async_await_syntax_test/d08a: CompileTimeError # Issue 21411 |
| 63 async_await_syntax_test/d08b: CompileTimeError # Issue 21411 |
| 64 async_await_syntax_test/d09a: CompileTimeError # Issue 21411 |
| 65 async_await_syntax_test/d10a: CompileTimeError # Issue 21411 |
18 | 66 |
19 [ $compiler == dart2js && $unchecked ] | 67 [ $compiler == dart2js && $unchecked ] |
20 async_test/type-mismatch1: CompileTimeError # Issue 21411 | 68 async_test/type-mismatch1: CompileTimeError # Issue 21411 |
21 async_test/type-mismatch2: CompileTimeError # Issue 21411 | 69 async_test/type-mismatch2: CompileTimeError # Issue 21411 |
22 async_test/type-mismatch3: CompileTimeError # Issue 21411 | 70 async_test/type-mismatch3: CompileTimeError # Issue 21411 |
23 async_test/type-mismatch4: CompileTimeError # Issue 21411 | 71 async_test/type-mismatch4: CompileTimeError # Issue 21411 |
24 | 72 |
25 [ $compiler == dart2js || $compiler == dart2dart ] | 73 [ $compiler == dart2js || $compiler == dart2dart ] |
26 symbol_literal_test/*: Fail # Issue 21825 | 74 symbol_literal_test/*: Fail # Issue 21825 |
27 constructor_duplicate_final_test/01: Fail # Issue 13363 | 75 constructor_duplicate_final_test/01: Fail # Issue 13363 |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 string_interpolate_null_test: Fail # Issue: 7413 | 234 string_interpolate_null_test: Fail # Issue: 7413 |
187 call_through_null_getter_test: Fail | 235 call_through_null_getter_test: Fail |
188 closure3_test: Fail | 236 closure3_test: Fail |
189 execute_finally3_test: Fail | 237 execute_finally3_test: Fail |
190 method_invocation_test: Fail | 238 method_invocation_test: Fail |
191 stack_overflow_test: Fail | 239 stack_overflow_test: Fail |
192 stack_overflow_stacktrace_test: Fail | 240 stack_overflow_stacktrace_test: Fail |
193 closure_call_wrong_argument_count_negative_test: Skip | 241 closure_call_wrong_argument_count_negative_test: Skip |
194 label_test: Skip | 242 label_test: Skip |
195 | 243 |
| 244 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 245 await_for_test: RuntimeError # Issue 22051 |
| 246 await_regression_test: RuntimeError # Issue 22051 |
| 247 async_await_syntax_test/a06a: RuntimeError # Issue 22051 |
| 248 async_await_syntax_test/b06a: RuntimeError # Issue 22051 |
| 249 async_await_syntax_test/c06a: RuntimeError # Issue 22051 |
| 250 async_await_syntax_test/d06a: RuntimeError # Issue 22051 |
| 251 async_control_structures_test: RuntimeError # Issue 22051 |
| 252 async_test/none: RuntimeError # Issue 22051 |
| 253 async_test/type-mismatch1: RuntimeError # Issue 22051 |
| 254 async_test/type-mismatch2: RuntimeError # Issue 22051 |
| 255 async_test/type-mismatch3: RuntimeError # Issue 22051 |
| 256 async_test/type-mismatch4: RuntimeError # Issue 22051 |
| 257 |
196 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] | 258 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] |
197 # This test fails in minified, because the type-argument is | 259 # This test fails in minified, because the type-argument is |
198 # renamed, but the symbol naming it it is not. | 260 # renamed, but the symbol naming it it is not. |
199 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 261 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
200 | 262 |
201 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | 263 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] |
202 # This test happens not to fail in minified, because the type-argument is | 264 # This test happens not to fail in minified, because the type-argument is |
203 # renamed, but the unresolved reference to it is not. | 265 # renamed, but the unresolved reference to it is not. |
204 type_variable_conflict2_test/04: Fail # Issue 19725 | 266 type_variable_conflict2_test/04: Fail # Issue 19725 |
205 | 267 |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 332 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
271 super_call4_test: Fail, OK # hardcoded names. | 333 super_call4_test: Fail, OK # hardcoded names. |
272 | 334 |
273 [ $minified ] | 335 [ $minified ] |
274 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 336 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
275 regress_21795_test: RuntimeError # Issue 12605 | 337 regress_21795_test: RuntimeError # Issue 12605 |
276 | 338 |
277 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 339 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
278 *deferred*: Skip # Issue 17458 | 340 *deferred*: Skip # Issue 17458 |
279 cha_deopt*: Skip # Issue 17458 | 341 cha_deopt*: Skip # Issue 17458 |
OLD | NEW |