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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 | 116 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 |
117 | 117 |
118 [ $compiler == dartanalyzer || $compiler == dart2analyzer] | 118 [ $compiler == dartanalyzer || $compiler == dart2analyzer] |
119 # These tests are runtime negative but statically positive, so we skip | 119 # These tests are runtime negative but statically positive, so we skip |
120 # them in the analyzer. | 120 # them in the analyzer. |
121 unittest/test/mock_regexp_negative_test: Skip | 121 unittest/test/mock_regexp_negative_test: Skip |
122 unittest/test/mock_stepwise_negative_test: Skip | 122 unittest/test/mock_stepwise_negative_test: Skip |
123 | 123 |
124 [ $compiler == dart2js && $csp ] | 124 [ $compiler == dart2js && $csp ] |
125 unittest/test/mirror_matchers_test: Skip # Issue 12151 | 125 unittest/test/mirror_matchers_test: Skip # Issue 12151 |
| 126 polymer/test: Fail # Issue 14300 |
126 | 127 |
127 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 128 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
128 mutation_observer: Skip | 129 mutation_observer: Skip |
129 | 130 |
130 [ $compiler == dart2js && $minified ] | 131 [ $compiler == dart2js && $minified ] |
131 # The unminified unittest tests test that the real names of Dart types are | 132 # The unminified unittest tests test that the real names of Dart types are |
132 # printed. Minified versions of these tests exist that test the behavior when | 133 # printed. Minified versions of these tests exist that test the behavior when |
133 # minified. | 134 # minified. |
134 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS | 135 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS |
135 | 136 |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 294 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
294 custom_element/test/analyzer_test: fail | 295 custom_element/test/analyzer_test: fail |
295 mdv/test/analyzer_test: fail | 296 mdv/test/analyzer_test: fail |
296 observe/test/observe_test: fail | 297 observe/test/observe_test: fail |
297 | 298 |
298 # pkg issue 13945; Missing inherited member 'Trace.frames' | 299 # pkg issue 13945; Missing inherited member 'Trace.frames' |
299 observe/test/observe_test: fail | 300 observe/test/observe_test: fail |
300 | 301 |
301 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 302 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
302 polymer/test/prop_attr_reflection_test: Fail # Issue 14295 | 303 polymer/test/prop_attr_reflection_test: Fail # Issue 14295 |
OLD | NEW |