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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 # not minified. | 247 # not minified. |
248 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S | 248 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S |
249 | 249 |
250 [ $arch == mips ] | 250 [ $arch == mips ] |
251 *: Skip # Issue 13650 | 251 *: Skip # Issue 13650 |
252 | 252 |
253 [ $arch == arm ] | 253 [ $arch == arm ] |
254 *: Skip # Issue 13624 | 254 *: Skip # Issue 13624 |
255 | 255 |
256 [ $arch == simarm || $arch == simmips ] | 256 [ $arch == simarm || $arch == simmips ] |
257 barback/test/too_many_open_files_test: Slow, RuntimeError # 14220 | 257 barback/test/too_many_open_files_test: Skip # 14220 |
258 third_party/html5lib/test/tokenizer_test: Pass, Slow | 258 third_party/html5lib/test/tokenizer_test: Pass, Slow |
259 | 259 |
260 # Skip serialization test that explicitly has no library declaration in the | 260 # Skip serialization test that explicitly has no library declaration in the |
261 # test on Dartium, which requires all tests to have a library. | 261 # test on Dartium, which requires all tests to have a library. |
262 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 262 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
263 serialization/test/no_library_test: Skip # Expected Failure | 263 serialization/test/no_library_test: Skip # Expected Failure |
264 serialization/test/serialization_test: Fail # 13921 | 264 serialization/test/serialization_test: Fail # 13921 |
265 unittest/test/unittest_async_exception_test: Fail # 13921 | 265 unittest/test/unittest_async_exception_test: Fail # 13921 |
266 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 | 266 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 |
267 unittest/test/unittest_completion_test: Fail # 13921 | 267 unittest/test/unittest_completion_test: Fail # 13921 |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members | 331 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members |
332 | 332 |
333 [ $runtime == vm && ($system == windows || $system == macos) ] | 333 [ $runtime == vm && ($system == windows || $system == macos) ] |
334 watcher/test/*/linux_test: Skip | 334 watcher/test/*/linux_test: Skip |
335 | 335 |
336 [ $runtime == vm && ($system == windows || $system == linux) ] | 336 [ $runtime == vm && ($system == windows || $system == linux) ] |
337 watcher/test/*/mac_os_test: Skip | 337 watcher/test/*/mac_os_test: Skip |
338 | 338 |
339 [ $runtime == vm && $system == macos ] | 339 [ $runtime == vm && $system == macos ] |
340 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 | 340 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
OLD | NEW |