| 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 |
| 52 # Source information is not correct due to inlining. | 54 # Source information is not correct due to inlining. |
| 53 js_backend_cps_ir_source_information_test: Fail | 55 js_backend_cps_ir_source_information_test: Fail |
| 54 sourcemaps/source_mapping_operators_test: Pass, Slow | 56 sourcemaps/source_mapping_operators_test: Pass, Slow |
| 55 sourcemaps/source_mapping_invokes_test: Pass, Slow | 57 sourcemaps/source_mapping_invokes_test: Pass, Slow |
| 56 | 58 |
| 57 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th
e CPS backend | 59 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th
e CPS backend |
| 58 | 60 |
| 59 [ $unchecked ] | 61 [ $unchecked ] |
| 60 exit_code_test: Skip # This tests requires checked mode. | 62 exit_code_test: Skip # This tests requires checked mode. |
| 61 | 63 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 source_map_pub_build_validity_test: Pass, Slow | 97 source_map_pub_build_validity_test: Pass, Slow |
| 96 | 98 |
| 97 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 99 # Don't mark these tests as failing. Instead, fix the errors/warnings that they |
| 98 # report or update the whitelist in the test-files to temporarily allow | 100 # report or update the whitelist in the test-files to temporarily allow |
| 99 # digression. | 101 # digression. |
| 100 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 102 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
| 101 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 103 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
| 102 | 104 |
| 103 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] | 105 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] |
| 104 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). | 106 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). |
| OLD | NEW |