| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 [ $arch == mips ] | 246 [ $arch == mips ] |
| 247 *: Skip # Issue 13650 | 247 *: Skip # Issue 13650 |
| 248 | 248 |
| 249 [ $arch == arm ] | 249 [ $arch == arm ] |
| 250 *: Skip # Issue 13624 | 250 *: Skip # Issue 13624 |
| 251 | 251 |
| 252 [ $arch == simarm || $arch == simmips ] | 252 [ $arch == simarm || $arch == simmips ] |
| 253 barback/test/too_many_open_files_test: Pass, Slow, Fail # 14220 | 253 barback/test/too_many_open_files_test: Pass, Slow, Fail # 14220 |
| 254 third_party/html5lib/test/tokenizer_test: Pass, Slow | 254 third_party/html5lib/test/tokenizer_test: Pass, Slow |
| 255 | 255 |
| 256 [ $arch == simmips ] | |
| 257 barback/test/package_graph/repetition_test: Pass, Crash # http://dartbug.com/152
35 | |
| 258 | |
| 259 # Skip serialization test that explicitly has no library declaration in the | 256 # Skip serialization test that explicitly has no library declaration in the |
| 260 # test on Dartium, which requires all tests to have a library. | 257 # test on Dartium, which requires all tests to have a library. |
| 261 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 258 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 262 serialization/test/no_library_test: Skip # Expected Failure | 259 serialization/test/no_library_test: Skip # Expected Failure |
| 263 serialization/test/serialization_test: Fail # 13921 | 260 serialization/test/serialization_test: Fail # 13921 |
| 264 unittest/test/unittest_async_exception_test: Fail # 13921 | 261 unittest/test/unittest_async_exception_test: Fail # 13921 |
| 265 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 | 262 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 |
| 266 unittest/test/unittest_completion_test: Fail # 13921 | 263 unittest/test/unittest_completion_test: Fail # 13921 |
| 267 unittest/test/unittest_correct_callback_test: Fail # 13921 | 264 unittest/test/unittest_correct_callback_test: Fail # 13921 |
| 268 unittest/test/unittest_exception_test: Fail # 13921 | 265 unittest/test/unittest_exception_test: Fail # 13921 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 watcher/test/*/linux_test: Skip | 330 watcher/test/*/linux_test: Skip |
| 334 | 331 |
| 335 [ $runtime == vm && ($system == windows || $system == linux) ] | 332 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 336 watcher/test/*/mac_os_test: Skip | 333 watcher/test/*/mac_os_test: Skip |
| 337 | 334 |
| 338 [ $runtime == vm && $system == linux ] | 335 [ $runtime == vm && $system == linux ] |
| 339 watcher/test/*/linux_test: Pass, Slow # Issue 14606 | 336 watcher/test/*/linux_test: Pass, Slow # Issue 14606 |
| 340 | 337 |
| 341 [ $runtime == vm && $system == macos ] | 338 [ $runtime == vm && $system == macos ] |
| 342 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 | 339 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
| OLD | NEW |