| 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 20 matching lines...) Expand all Loading... |
| 31 mirrors/library_exports_shown_test: Fail | 31 mirrors/library_exports_shown_test: Fail |
| 32 mirrors/library_imports_hidden_test: Fail | 32 mirrors/library_imports_hidden_test: Fail |
| 33 mirrors/library_imports_prefixed_test: Fail | 33 mirrors/library_imports_prefixed_test: Fail |
| 34 mirrors/library_imports_prefixed_show_hide_test: Fail | 34 mirrors/library_imports_prefixed_show_hide_test: Fail |
| 35 mirrors/library_imports_shown_test: Fail | 35 mirrors/library_imports_shown_test: Fail |
| 36 | 36 |
| 37 patch_test/bug: RuntimeError # Issue 21132 | 37 patch_test/bug: RuntimeError # Issue 21132 |
| 38 | 38 |
| 39 quarantined/http_test: Pass, Slow | 39 quarantined/http_test: Pass, Slow |
| 40 | 40 |
| 41 # These tests are for the now-deleted dart2dart variant of the CPS IR. | |
| 42 # We want to adapt them to test the JS variant of the CPS IR instead, | |
| 43 # but for now they are disabled. | |
| 44 backend_dart/end2end_test: Skip | |
| 45 backend_dart/sexpr2_test: Skip | |
| 46 backend_dart/sexpr_test: Skip | |
| 47 backend_dart/opt_constprop_test: Skip | |
| 48 backend_dart/opt_shrinking_test: Skip | |
| 49 backend_dart/opt_redundant_phi_test: Skip | |
| 50 | |
| 51 # Source information is not correct due to inlining. | 41 # Source information is not correct due to inlining. |
| 52 js_backend_cps_ir_source_information_test: Fail | |
| 53 sourcemaps/source_mapping_operators_test: Pass, Slow | 42 sourcemaps/source_mapping_operators_test: Pass, Slow |
| 54 sourcemaps/source_mapping_invokes_test: Pass, Slow | 43 sourcemaps/source_mapping_invokes_test: Pass, Slow |
| 55 | 44 |
| 56 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th
e CPS backend | 45 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th
e CPS backend |
| 57 | 46 |
| 58 uri_retention_test: Fail # Issue 26504 | 47 uri_retention_test: Fail # Issue 26504 |
| 59 | 48 |
| 60 [ $unchecked ] | 49 [ $unchecked ] |
| 61 exit_code_test: Skip # This tests requires checked mode. | 50 exit_code_test: Skip # This tests requires checked mode. |
| 62 | 51 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 source_map_pub_build_validity_test: Pass, Slow | 86 source_map_pub_build_validity_test: Pass, Slow |
| 98 | 87 |
| 99 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 88 # 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 | 89 # report or update the whitelist in the test-files to temporarily allow |
| 101 # digression. | 90 # digression. |
| 102 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 91 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. | 92 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
| 104 | 93 |
| 105 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] | 94 [ $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). | 95 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). |
| OLD | NEW |