| 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 352 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 353 | 353 |
| 354 [ $browser || $runtime == vm ] | 354 [ $browser || $runtime == vm ] |
| 355 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 355 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| 356 | 356 |
| 357 | 357 |
| 358 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 358 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 359 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 359 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 360 | 360 |
| 361 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 361 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 362 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 362 matcher/test/deprecated_matchers_test: StaticWarning # testing error creating ab
stract class |
| 363 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. | 363 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. |
| 364 | 364 |
| 365 [ $runtime == vm && ($system == windows || $system == macos) ] | 365 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 366 watcher/test/*/linux_test: Skip | 366 watcher/test/*/linux_test: Skip |
| 367 | 367 |
| 368 [ $runtime == vm && ($system == windows || $system == linux) ] | 368 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 369 watcher/test/*/mac_os_test: Skip | 369 watcher/test/*/mac_os_test: Skip |
| 370 | 370 |
| 371 [ $runtime == vm && ($system == macos || $system == linux) ] | 371 [ $runtime == vm && ($system == macos || $system == linux) ] |
| 372 watcher/test/*/windows_test: Skip | 372 watcher/test/*/windows_test: Skip |
| (...skipping 22 matching lines...) Expand all Loading... |
| 395 http/test/multipart_test: Fail | 395 http/test/multipart_test: Fail |
| 396 http/test/request_test: Fail | 396 http/test/request_test: Fail |
| 397 http/test/response_test: Fail | 397 http/test/response_test: Fail |
| 398 oauth2/test/authorization_code_grant_test: Fail | 398 oauth2/test/authorization_code_grant_test: Fail |
| 399 oauth2/test/client_test: Fail | 399 oauth2/test/client_test: Fail |
| 400 oauth2/test/credentials_test: Fail | 400 oauth2/test/credentials_test: Fail |
| 401 oauth2/test/handle_access_token_response_test: Fail | 401 oauth2/test/handle_access_token_response_test: Fail |
| 402 | 402 |
| 403 [ $runtime == drt ] | 403 [ $runtime == drt ] |
| 404 http/test/html/client_test: Skip # Issue 18566 | 404 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |