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 | 23 simple_inferrer_const_closure_default_test/09: Fail # Issue 24297 |
26 simple_inferrer_const_closure_default_test/10: Fail # Issue 24297 | 24 simple_inferrer_const_closure_default_test/10: Fail # Issue 24297 |
27 simple_inferrer_const_closure_default_test/11: Fail # Issue 24297 | 25 simple_inferrer_const_closure_default_test/11: Fail # Issue 24297 |
28 simple_inferrer_const_closure_default_test/12: Fail # Issue 24297 | 26 simple_inferrer_const_closure_default_test/12: Fail # Issue 24297 |
29 | 27 |
30 logical_expression_test: Fail # Issue 17027 | 28 logical_expression_test: Fail # Issue 17027 |
31 | 29 |
32 gvn_dynamic_field_get_test: Fail # Issue 18519 | 30 gvn_dynamic_field_get_test: Fail # Issue 18519 |
33 | 31 |
34 backend_dart/opt_cyclic_redundant_phi_test: Fail # Issue 20159 | 32 backend_dart/opt_cyclic_redundant_phi_test: Fail # Issue 20159 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 source_map_pub_build_validity_test: Pass, Slow | 90 source_map_pub_build_validity_test: Pass, Slow |
93 | 91 |
94 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 92 # Don't mark these tests as failing. Instead, fix the errors/warnings that they |
95 # report or update the whitelist in the test-files to temporarily allow | 93 # report or update the whitelist in the test-files to temporarily allow |
96 # digression. | 94 # digression. |
97 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 95 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
98 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 96 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
99 | 97 |
100 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] | 98 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] |
101 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). | 99 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). |
OLD | NEW |