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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 uri_retention_test: Fail # Issue 26504 | 47 uri_retention_test: Fail # Issue 26504 |
48 | 48 |
49 [ $unchecked ] | 49 [ $unchecked ] |
50 exit_code_test: Skip # This tests requires checked mode. | 50 exit_code_test: Skip # This tests requires checked mode. |
51 serialization*: Slow, Pass | 51 serialization*: Slow, Pass |
52 | 52 |
53 [ $checked ] | 53 [ $checked ] |
54 analyze_dart2js_helpers_test: Pass, Slow | 54 analyze_dart2js_helpers_test: Pass, Slow |
55 analyze_dart2js_test: Pass, Slow | 55 analyze_dart2js_test: Pass, Slow |
56 analyze_unused_dart2js_test: Pass, Slow | 56 analyze_unused_dart2js_test: Pass, Slow |
| 57 dart2js_resolver_test: Pass, Slow |
57 deferred_mirrors_test: Pass, Slow | 58 deferred_mirrors_test: Pass, Slow |
58 duplicate_library_test: Pass, Slow | 59 duplicate_library_test: Pass, Slow |
59 exit_code_test: Pass, Slow | 60 exit_code_test: Pass, Slow |
60 import_mirrors_test: Slow, Pass | 61 import_mirrors_test: Slow, Pass |
61 interop_anonymous_unreachable_test: Pass, Slow | 62 interop_anonymous_unreachable_test: Pass, Slow |
62 mirror_final_field_inferrer2_test: Pass, Slow | 63 mirror_final_field_inferrer2_test: Pass, Slow |
63 source_map_pub_build_validity_test: Pass, Slow | 64 source_map_pub_build_validity_test: Pass, Slow |
64 serialization*: Slow, Pass | 65 serialization*: Slow, Pass |
65 uri_retention_test: Pass, Slow | 66 uri_retention_test: Pass, Slow |
66 value_range_test: Pass, Slow | 67 value_range_test: Pass, Slow |
(...skipping 20 matching lines...) Expand all Loading... |
87 source_map_pub_build_validity_test: Pass, Slow | 88 source_map_pub_build_validity_test: Pass, Slow |
88 | 89 |
89 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 90 # Don't mark these tests as failing. Instead, fix the errors/warnings that they |
90 # report or update the whitelist in the test-files to temporarily allow | 91 # report or update the whitelist in the test-files to temporarily allow |
91 # digression. | 92 # digression. |
92 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 93 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
93 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 94 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
94 | 95 |
95 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] | 96 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] |
96 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). | 97 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). |
OLD | NEW |