| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 # printed. Unminified versions of these tests exist that test the behavior when | 197 # printed. Unminified versions of these tests exist that test the behavior when |
| 198 # not minified. | 198 # not minified. |
| 199 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S | 199 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S |
| 200 | 200 |
| 201 [ $arch == mips ] | 201 [ $arch == mips ] |
| 202 *: Skip # Issue 13650 | 202 *: Skip # Issue 13650 |
| 203 | 203 |
| 204 [ $arch == arm ] | 204 [ $arch == arm ] |
| 205 *: Skip # Issue 13624 | 205 *: Skip # Issue 13624 |
| 206 | 206 |
| 207 [ $arch == simarm ] | 207 [ $arch == simarm || $arch == simmips ] |
| 208 watcher/test/no_subscription_test: Pass, Fail # Issue 13705. | 208 watcher/test/no_subscription_test: Pass, Fail # Issue 13705. |
| 209 | 209 |
| 210 [ $arch == simarm || $arch == simmips ] | 210 [ $arch == simarm || $arch == simmips ] |
| 211 third_party/html5lib/test/tokenizer_test: Pass, Slow | 211 third_party/html5lib/test/tokenizer_test: Pass, Slow |
| 212 | 212 |
| 213 # Skip serialization test that explicitly has no library declaration in the | 213 # Skip serialization test that explicitly has no library declaration in the |
| 214 # test on Dartium, which requires all tests to have a library. | 214 # test on Dartium, which requires all tests to have a library. |
| 215 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 215 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 216 serialization/test/no_library_test: Skip # Expected Failure | 216 serialization/test/no_library_test: Skip # Expected Failure |
| 217 | 217 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 236 | 236 |
| 237 [ $compiler == none && $runtime == vm ] | 237 [ $compiler == none && $runtime == vm ] |
| 238 observe/test/observe_test: Pass, Fail # Issue 13543 | 238 observe/test/observe_test: Pass, Fail # Issue 13543 |
| 239 | 239 |
| 240 [ $compiler == none && $runtime == vm && $checked ] | 240 [ $compiler == none && $runtime == vm && $checked ] |
| 241 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 | 241 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 |
| 242 | 242 |
| 243 [ $compiler == none && $runtime == dartium ] | 243 [ $compiler == none && $runtime == dartium ] |
| 244 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 244 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 245 | 245 |
| OLD | NEW |