| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 # Source information is not correct due to inlining. | 52 # Source information is not correct due to inlining. |
| 53 js_backend_cps_ir_source_information_test: Fail | 53 js_backend_cps_ir_source_information_test: Fail |
| 54 sourcemaps/source_mapping_operators_test: Pass, Slow | 54 sourcemaps/source_mapping_operators_test: Pass, Slow |
| 55 sourcemaps/source_mapping_invokes_test: Pass, Slow | 55 sourcemaps/source_mapping_invokes_test: Pass, Slow |
| 56 | 56 |
| 57 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 |
| 58 | 58 |
| 59 uri_retention_test: Fail # Issue 26504 |
| 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 |
| 62 [ $checked ] | 64 [ $checked ] |
| 63 analyze_dart2js_helpers_test: Pass, Slow | 65 analyze_dart2js_helpers_test: Pass, Slow |
| 64 analyze_dart2js_test: Pass, Slow | 66 analyze_dart2js_test: Pass, Slow |
| 65 analyze_unused_dart2js_test: Pass, Slow | 67 analyze_unused_dart2js_test: Pass, Slow |
| 66 deferred_mirrors_test: Pass, Slow | 68 deferred_mirrors_test: Pass, Slow |
| 67 duplicate_library_test: Pass, Slow | 69 duplicate_library_test: Pass, Slow |
| 68 exit_code_test: Pass, Slow | 70 exit_code_test: Pass, Slow |
| (...skipping 26 matching lines...) Expand all 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 |