OLD | NEW |
---|---|
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 && $runtime == jsshell ] | 5 [ $compiler == dart2js && $runtime == jsshell ] |
6 async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7 728. | 6 async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7 728. |
7 async/catch_errors18_test: Fail # Timer interface not supported: Issue 7728. | 7 async/catch_errors18_test: Fail # Timer interface not supported: Issue 7728. |
8 async/catch_errors19_test: Fail # Timer interface not supported: Issue 7728. | 8 async/catch_errors19_test: Fail # Timer interface not supported: Issue 7728. |
9 async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728. | 9 async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728. |
10 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728. | 10 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728. |
11 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. | 11 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. |
12 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728 . | 12 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728 . |
13 mirrors/*: Skip # Mirrors not supported on jsshell. | |
14 | |
15 [ $compiler == dart2js && $runtime == d8 ] | |
16 mirrors/*: Skip # Mirrors not supported on d8. | |
13 | 17 |
14 [ $compiler == dart2js ] | 18 [ $compiler == dart2js ] |
15 async/future_or_strong_test: RuntimeError | 19 async/future_or_strong_test: RuntimeError |
20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | |
21 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 | |
22 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 | |
23 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | |
16 | 24 |
17 [ $compiler != dart2js ] | 25 [ $compiler != dart2js ] |
18 async/dart2js_uncaught_error_test: Skip # JS-integration only test | 26 async/dart2js_uncaught_error_test: Skip # JS-integration only test |
27 | |
28 [ $compiler == dart2js && $fast_startup ] | |
29 mirrors/circular_factory_redirection_test/0*: Pass # expects failure, but it fai ls for the wrong reason | |
Bob Nystrom
2017/08/23 22:10:05
As per the email today, you can simplify all of th
| |
OLD | NEW |