| 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 && $checked ] | 252 [ $arch == simarm && $checked ] |
| 253 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 | 253 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 |
| 254 | 254 |
| 255 [ $arch == simarm64 ] | 255 [ $arch == simarm64 ] |
| 256 # Timeout. These are not unit tests. They do not run efficiently on our |
| 257 # simulator. |
| 256 *: Skip | 258 *: Skip |
| 257 | 259 |
| 258 # Skip serialization test that explicitly has no library declaration in the | 260 # Skip serialization test that explicitly has no library declaration in the |
| 259 # test on Dartium, which requires all tests to have a library. | 261 # test on Dartium, which requires all tests to have a library. |
| 260 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 262 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 261 serialization/test/no_library_test: Skip # Expected Failure | 263 serialization/test/no_library_test: Skip # Expected Failure |
| 262 serialization/test/serialization_test: Fail # 13921 | 264 serialization/test/serialization_test: Fail # 13921 |
| 263 unittest/test/unittest_async_exception_test: Fail # 13921 | 265 unittest/test/unittest_async_exception_test: Fail # 13921 |
| 264 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 | 266 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 |
| 265 unittest/test/unittest_completion_test: Fail # 13921 | 267 unittest/test/unittest_completion_test: Fail # 13921 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 http/test/multipart_test: Fail | 352 http/test/multipart_test: Fail |
| 351 http/test/request_test: Fail | 353 http/test/request_test: Fail |
| 352 http/test/response_test: Fail | 354 http/test/response_test: Fail |
| 353 oauth2/test/authorization_code_grant_test: Fail | 355 oauth2/test/authorization_code_grant_test: Fail |
| 354 oauth2/test/client_test: Fail | 356 oauth2/test/client_test: Fail |
| 355 oauth2/test/credentials_test: Fail | 357 oauth2/test/credentials_test: Fail |
| 356 oauth2/test/handle_access_token_response_test: Fail | 358 oauth2/test/handle_access_token_response_test: Fail |
| 357 | 359 |
| 358 [ $runtime == drt ] | 360 [ $runtime == drt ] |
| 359 http/test/html/client_test: Skip # Issue 18566 | 361 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |