| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 | 248 |
| 249 [ $arch == mips ] | 249 [ $arch == mips ] |
| 250 *: Skip # Issue 13650 | 250 *: Skip # Issue 13650 |
| 251 | 251 |
| 252 [ $arch == arm ] | 252 [ $arch == arm ] |
| 253 *: Skip # Issue 13624 | 253 *: Skip # Issue 13624 |
| 254 | 254 |
| 255 [ $arch == simarm && $checked ] | 255 [ $arch == simarm && $checked ] |
| 256 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 | 256 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 |
| 257 | 257 |
| 258 [ $arch == simmips && $checked ] | |
| 259 http/test/http_test: Pass, Crash # Issue 18015 | |
| 260 | |
| 261 [ $arch == simarm64 ] | 258 [ $arch == simarm64 ] |
| 262 *: Skip | 259 *: Skip |
| 263 | 260 |
| 264 # Skip serialization test that explicitly has no library declaration in the | 261 # Skip serialization test that explicitly has no library declaration in the |
| 265 # test on Dartium, which requires all tests to have a library. | 262 # test on Dartium, which requires all tests to have a library. |
| 266 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 263 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 267 serialization/test/no_library_test: Skip # Expected Failure | 264 serialization/test/no_library_test: Skip # Expected Failure |
| 268 serialization/test/serialization_test: Fail # 13921 | 265 serialization/test/serialization_test: Fail # 13921 |
| 269 unittest/test/unittest_async_exception_test: Fail # 13921 | 266 unittest/test/unittest_async_exception_test: Fail # 13921 |
| 270 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 | 267 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 http/test/multipart_test: Fail | 353 http/test/multipart_test: Fail |
| 357 http/test/request_test: Fail | 354 http/test/request_test: Fail |
| 358 http/test/response_test: Fail | 355 http/test/response_test: Fail |
| 359 oauth2/test/authorization_code_grant_test: Fail | 356 oauth2/test/authorization_code_grant_test: Fail |
| 360 oauth2/test/client_test: Fail | 357 oauth2/test/client_test: Fail |
| 361 oauth2/test/credentials_test: Fail | 358 oauth2/test/credentials_test: Fail |
| 362 oauth2/test/handle_access_token_response_test: Fail | 359 oauth2/test/handle_access_token_response_test: Fail |
| 363 | 360 |
| 364 [ $runtime == drt ] | 361 [ $runtime == drt ] |
| 365 http/test/html/client_test: Skip # Issue 18566 | 362 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |