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 # Don't run any test-like files that show up in packages directories. It | 5 # Don't run any test-like files that show up in packages directories. It |
6 # shouldn't be necessary to run "pub install" in these packages, but if you do | 6 # shouldn't be necessary to run "pub install" in these packages, but if you do |
7 # it shouldn't break the tests. | 7 # it shouldn't break the tests. |
8 */packages/*/*: Skip | 8 */packages/*/*: Skip |
9 */*/packages/*/*: Skip | 9 */*/packages/*/*: Skip |
10 */*/*/packages/*/*: Skip | 10 */*/*/packages/*/*: Skip |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 path/test/browser_test: Fail, OK # Uses dart:html | 55 path/test/browser_test: Fail, OK # Uses dart:html |
56 intl/test/find_default_locale_browser_test: Skip | 56 intl/test/find_default_locale_browser_test: Skip |
57 intl/test/date_time_format_http_request_test: Skip | 57 intl/test/date_time_format_http_request_test: Skip |
58 | 58 |
59 [ $runtime == vm && $system == windows ] | 59 [ $runtime == vm && $system == windows ] |
60 docgen/test/single_library_test: Fail # Issue 11985 | 60 docgen/test/single_library_test: Fail # Issue 11985 |
61 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 61 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
62 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 | 62 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 |
63 | 63 |
64 [ $compiler == dart2js ] | 64 [ $compiler == dart2js ] |
65 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230 | |
66 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 | 65 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 |
67 | 66 |
68 [ $compiler == dartanalyzer || $compiler == dart2analyzer] | 67 [ $compiler == dartanalyzer || $compiler == dart2analyzer] |
69 # These tests are runtime negative but statically positive, so we skip | 68 # These tests are runtime negative but statically positive, so we skip |
70 # them in the analyzer. | 69 # them in the analyzer. |
71 unittest/test/mock_regexp_negative_test: Skip | 70 unittest/test/mock_regexp_negative_test: Skip |
72 unittest/test/mock_stepwise_negative_test: Skip | 71 unittest/test/mock_stepwise_negative_test: Skip |
73 | 72 |
74 [ $compiler == dart2js && $csp ] | 73 [ $compiler == dart2js && $csp ] |
75 unittest/test/mirror_matchers_test: Skip # Issue 12151 | 74 unittest/test/mirror_matchers_test: Skip # Issue 12151 |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 custom_element: Skip | 182 custom_element: Skip |
184 mdv: Skip | 183 mdv: Skip |
185 mutation_observer: Skip | 184 mutation_observer: Skip |
186 | 185 |
187 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] | 186 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] |
188 docgen/test/single_library_test: Skip # Uses dart:io | 187 docgen/test/single_library_test: Skip # Uses dart:io |
189 | 188 |
190 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 189 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
191 # TODO(vsm): Triage from latest Blink merge | 190 # TODO(vsm): Triage from latest Blink merge |
192 custom_element/test/custom_element_test: Skip | 191 custom_element/test/custom_element_test: Skip |
OLD | NEW |