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 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
10 | 10 |
11 async_star_test/02: RuntimeError # 22853 | 11 async_star_test/02: RuntimeError # 22853 |
12 async_star_test/05: RuntimeError, Timeout | 12 async_star_test/05: RuntimeError, Timeout |
| 13 tearoff_basic_test: Skip # Tear-off not supported |
13 | 14 |
14 try_catch_on_syntax_test/10: Fail # Issue 19823 | 15 try_catch_on_syntax_test/10: Fail # Issue 19823 |
15 try_catch_on_syntax_test/11: Fail # Issue 19823 | 16 try_catch_on_syntax_test/11: Fail # Issue 19823 |
16 | 17 |
17 [ $compiler == dart2js && $runtime == jsshell ] | 18 [ $compiler == dart2js && $runtime == jsshell ] |
18 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 19 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
19 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 20 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
20 | 21 |
21 [ $compiler == dart2js ] | 22 [ $compiler == dart2js ] |
22 nan_identical_test: Fail # Issue 11551 | 23 nan_identical_test: Fail # Issue 11551 |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 try_catch_test/none: Crash # The null object does not have a getter '_element'. | 483 try_catch_test/none: Crash # The null object does not have a getter '_element'. |
483 type_parameter_test/01: Crash # Invalid argument(s) | 484 type_parameter_test/01: Crash # Invalid argument(s) |
484 type_parameter_test/02: Crash # Invalid argument(s) | 485 type_parameter_test/02: Crash # Invalid argument(s) |
485 type_parameter_test/03: Crash # Invalid argument(s) | 486 type_parameter_test/03: Crash # Invalid argument(s) |
486 type_parameter_test/04: Crash # Invalid argument(s) | 487 type_parameter_test/04: Crash # Invalid argument(s) |
487 type_parameter_test/05: Crash # Invalid argument(s) | 488 type_parameter_test/05: Crash # Invalid argument(s) |
488 type_parameter_test/06: Crash # Invalid argument(s) | 489 type_parameter_test/06: Crash # Invalid argument(s) |
489 type_parameter_test/none: Crash # Invalid argument(s) | 490 type_parameter_test/none: Crash # Invalid argument(s) |
490 type_variable_closure2_test: RuntimeError # Please triage this failure. | 491 type_variable_closure2_test: RuntimeError # Please triage this failure. |
491 type_variable_closure_test: Crash # Invalid argument(s) | 492 type_variable_closure_test: Crash # Invalid argument(s) |
OLD | NEW |