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 compile_with_empty_libraries_test: Fail # Issue 24223 | 5 compile_with_empty_libraries_test: Fail # Issue 24223 |
6 | 6 |
7 boolified_operator_test: Fail # Issue 8001 | 7 boolified_operator_test: Fail # Issue 8001 |
8 | 8 |
9 async_await_js_transform_test/01: RuntimeError # Issue 23997 | 9 async_await_js_transform_test/01: RuntimeError # Issue 23997 |
10 | 10 |
11 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 11 # Don't mark these tests as failing. Instead, fix the errors/warnings that they |
12 # report or update the whitelist in the test-files to temporarily allow | 12 # report or update the whitelist in the test-files to temporarily allow |
13 # digression. | 13 # digression. |
14 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE. | 14 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE. |
15 | 15 |
16 # simple_function_subtype_test is temporarily(?) disabled due to new method for | 16 # simple_function_subtype_test is temporarily(?) disabled due to new method for |
17 # building function type tests. | 17 # building function type tests. |
18 simple_function_subtype_test: Fail | 18 simple_function_subtype_test: Fail |
19 | 19 |
20 simple_inferrer_const_closure_test: Fail # Issue 16507 | 20 simple_inferrer_const_closure_test: Fail # Issue 16507 |
21 simple_inferrer_const_closure2_test: Fail # Issue 16507 | 21 simple_inferrer_const_closure2_test: Fail # Issue 16507 |
22 simple_inferrer_global_field_closure_test: Fail # Issue 16507 | 22 simple_inferrer_global_field_closure_test: Fail # Issue 16507 |
| 23 simple_inferrer_const_closure_default_test/05: Fail # Issue 24297 |
| 24 simple_inferrer_const_closure_default_test/06: Fail # Issue 24297 |
| 25 simple_inferrer_const_closure_default_test/09: Fail # Issue 24297 |
| 26 simple_inferrer_const_closure_default_test/10: Fail # Issue 24297 |
| 27 simple_inferrer_const_closure_default_test/11: Fail # Issue 24297 |
| 28 simple_inferrer_const_closure_default_test/12: Fail # Issue 24297 |
23 | 29 |
24 logical_expression_test: Fail # Issue 17027 | 30 logical_expression_test: Fail # Issue 17027 |
25 | 31 |
26 gvn_dynamic_field_get_test: Fail # Issue 18519 | 32 gvn_dynamic_field_get_test: Fail # Issue 18519 |
27 | 33 |
28 backend_dart/opt_cyclic_redundant_phi_test: Fail # Issue 20159 | 34 backend_dart/opt_cyclic_redundant_phi_test: Fail # Issue 20159 |
29 | 35 |
30 mirrors/library_exports_hidden_test: Fail | 36 mirrors/library_exports_hidden_test: Fail |
31 mirrors/library_exports_shown_test: Fail | 37 mirrors/library_exports_shown_test: Fail |
32 mirrors/library_imports_hidden_test: Fail | 38 mirrors/library_imports_hidden_test: Fail |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 source_map_pub_build_validity_test: Pass, Slow | 91 source_map_pub_build_validity_test: Pass, Slow |
86 | 92 |
87 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 93 # Don't mark these tests as failing. Instead, fix the errors/warnings that they |
88 # report or update the whitelist in the test-files to temporarily allow | 94 # report or update the whitelist in the test-files to temporarily allow |
89 # digression. | 95 # digression. |
90 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 96 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
91 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 97 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
92 | 98 |
93 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] | 99 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] |
94 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). | 100 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). |
OLD | NEW |