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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 | 257 |
258 [ $arch == mips ] | 258 [ $arch == mips ] |
259 *: Skip # Issue 13650 | 259 *: Skip # Issue 13650 |
260 | 260 |
261 [ $arch == arm ] | 261 [ $arch == arm ] |
262 *: Skip # Issue 13624 | 262 *: Skip # Issue 13624 |
263 | 263 |
264 [ $arch == simarm && $checked ] | 264 [ $arch == simarm && $checked ] |
265 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 | 265 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 |
266 | 266 |
| 267 [ $arch == simarm64 ] |
| 268 *: Skip |
| 269 |
267 # Skip serialization test that explicitly has no library declaration in the | 270 # Skip serialization test that explicitly has no library declaration in the |
268 # test on Dartium, which requires all tests to have a library. | 271 # test on Dartium, which requires all tests to have a library. |
269 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 272 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
270 serialization/test/no_library_test: Skip # Expected Failure | 273 serialization/test/no_library_test: Skip # Expected Failure |
271 serialization/test/serialization_test: Fail # 13921 | 274 serialization/test/serialization_test: Fail # 13921 |
272 unittest/test/unittest_async_exception_test: Fail # 13921 | 275 unittest/test/unittest_async_exception_test: Fail # 13921 |
273 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 | 276 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 |
274 unittest/test/unittest_completion_test: Fail # 13921 | 277 unittest/test/unittest_completion_test: Fail # 13921 |
275 unittest/test/unittest_correct_callback_test: Fail # 13921 | 278 unittest/test/unittest_correct_callback_test: Fail # 13921 |
276 unittest/test/unittest_exception_test: Fail # 13921 | 279 unittest/test/unittest_exception_test: Fail # 13921 |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 348 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
346 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 349 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
347 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 350 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
348 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 351 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
349 | 352 |
350 [ $use_repository_packages ] | 353 [ $use_repository_packages ] |
351 analyzer/test/*: PubGetError | 354 analyzer/test/*: PubGetError |
352 | 355 |
353 [ $runtime == ie9 ] | 356 [ $runtime == ie9 ] |
354 polymer: Pass, Fail, Timeout # Issue 16717 | 357 polymer: Pass, Fail, Timeout # Issue 16717 |
OLD | NEW |