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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 deferred_mirrors_test: Pass, Slow | 68 deferred_mirrors_test: Pass, Slow |
69 duplicate_library_test: Pass, Slow | 69 duplicate_library_test: Pass, Slow |
70 exit_code_test: Pass, Slow | 70 exit_code_test: Pass, Slow |
71 import_mirrors_test: Slow, Pass | 71 import_mirrors_test: Slow, Pass |
72 interop_anonymous_unreachable_test: Pass, Slow | 72 interop_anonymous_unreachable_test: Pass, Slow |
73 mirror_final_field_inferrer2_test: Pass, Slow | 73 mirror_final_field_inferrer2_test: Pass, Slow |
74 source_map_pub_build_validity_test: Pass, Slow | 74 source_map_pub_build_validity_test: Pass, Slow |
75 serialization*: Slow, Pass | 75 serialization*: Slow, Pass |
76 uri_retention_test: Pass, Slow | 76 uri_retention_test: Pass, Slow |
77 value_range_test: Pass, Slow | 77 value_range_test: Pass, Slow |
| 78 jsinterop/world_test: Pass, Slow |
78 | 79 |
79 [ $mode == debug ] | 80 [ $mode == debug ] |
80 check_elements_invariants_test: Skip # Slow and only needs to be run in one | 81 check_elements_invariants_test: Skip # Slow and only needs to be run in one |
81 # configuration | 82 # configuration |
82 | 83 |
83 mirror_final_field_inferrer2_test: Crash, Pass, Slow # Issue 15581 | 84 mirror_final_field_inferrer2_test: Crash, Pass, Slow # Issue 15581 |
84 | 85 |
85 analyze_unused_dart2js_test: Pass, Slow | 86 analyze_unused_dart2js_test: Pass, Slow |
86 check_members_test: Pass, Slow | 87 check_members_test: Pass, Slow |
87 dart2js_batch_test: Pass, Slow | 88 dart2js_batch_test: Pass, Slow |
88 deferred_load_graph_segmentation_test: Pass, Slow | 89 deferred_load_graph_segmentation_test: Pass, Slow |
89 deferred_load_mapping_test: Pass, Slow | 90 deferred_load_mapping_test: Pass, Slow |
90 deferred_mirrors_test: Pass, Slow | 91 deferred_mirrors_test: Pass, Slow |
91 duplicate_library_test: Pass, Slow | 92 duplicate_library_test: Pass, Slow |
92 exit_code_test: Pass, Slow | 93 exit_code_test: Pass, Slow |
93 import_mirrors_test: Pass, Slow | 94 import_mirrors_test: Pass, Slow |
94 in_user_code_test: Pass, Slow | 95 in_user_code_test: Pass, Slow |
95 message_kind_test: Pass, Slow | 96 message_kind_test: Pass, Slow |
96 show_package_warnings_test: Pass, Slow | 97 show_package_warnings_test: Pass, Slow |
97 source_map_pub_build_validity_test: Pass, Slow | 98 source_map_pub_build_validity_test: Pass, Slow |
98 | 99 |
99 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 100 # 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 | 101 # report or update the whitelist in the test-files to temporarily allow |
101 # digression. | 102 # digression. |
102 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 103 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. | 104 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
104 | 105 |
105 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime
== firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] | 106 [ $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). | 107 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). |
OLD | NEW |