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 packages/*: Skip # Skip packages folder | 5 packages/*: Skip # Skip packages folder |
6 | 6 |
7 compile_with_empty_libraries_test: Fail # Issue 24223 | 7 compile_with_empty_libraries_test: Fail # Issue 24223 |
8 | 8 |
9 boolified_operator_test: Fail # Issue 8001 | 9 boolified_operator_test: Fail # Issue 8001 |
10 | 10 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 # These tests are for the now-deleted dart2dart variant of the CPS IR. | 42 # These tests are for the now-deleted dart2dart variant of the CPS IR. |
43 # We want to adapt them to test the JS variant of the CPS IR instead, | 43 # We want to adapt them to test the JS variant of the CPS IR instead, |
44 # but for now they are disabled. | 44 # but for now they are disabled. |
45 backend_dart/end2end_test: Skip | 45 backend_dart/end2end_test: Skip |
46 backend_dart/sexpr2_test: Skip | 46 backend_dart/sexpr2_test: Skip |
47 backend_dart/sexpr_test: Skip | 47 backend_dart/sexpr_test: Skip |
48 backend_dart/opt_constprop_test: Skip | 48 backend_dart/opt_constprop_test: Skip |
49 backend_dart/opt_shrinking_test: Skip | 49 backend_dart/opt_shrinking_test: Skip |
50 backend_dart/opt_redundant_phi_test: Skip | 50 backend_dart/opt_redundant_phi_test: Skip |
51 | 51 |
52 serialization/compilation_test: Fail # Disabled to land fix for Issue 26406 | |
53 | |
54 # Source information is not correct due to inlining. | 52 # Source information is not correct due to inlining. |
55 js_backend_cps_ir_source_information_test: Fail | 53 js_backend_cps_ir_source_information_test: Fail |
56 sourcemaps/source_mapping_operators_test: Pass, Slow | 54 sourcemaps/source_mapping_operators_test: Pass, Slow |
57 sourcemaps/source_mapping_invokes_test: Pass, Slow | 55 sourcemaps/source_mapping_invokes_test: Pass, Slow |
58 | 56 |
59 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th
e CPS backend | 57 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th
e CPS backend |
60 | 58 |
61 [ $unchecked ] | 59 [ $unchecked ] |
62 exit_code_test: Skip # This tests requires checked mode. | 60 exit_code_test: Skip # This tests requires checked mode. |
63 | 61 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 source_map_pub_build_validity_test: Pass, Slow | 95 source_map_pub_build_validity_test: Pass, Slow |
98 | 96 |
99 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 97 # Don't mark these tests as failing. Instead, fix the errors/warnings that they |
100 # report or update the whitelist in the test-files to temporarily allow | 98 # report or update the whitelist in the test-files to temporarily allow |
101 # digression. | 99 # digression. |
102 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 100 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
103 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 101 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
104 | 102 |
105 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] | 103 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] |
106 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). | 104 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). |
OLD | NEW |