mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Disable the scheduled test tests on the browser bots.
Review URL: https://codereview.chromium.org//12223063 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18297 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
b0e4f4e168
commit
f64f23b992
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ analyzer-experimental/test/options_test: Skip # Imports dart:io.
|
|||
analyzer-experimental/test/generated/parser_test: Skip # Imports dart:io.
|
||||
analyzer-experimental/test/generated/scanner_test: Skip # Imports dart:io.
|
||||
|
||||
# Issue 8440 forces us to use path in the scheduled_test tests, which would
|
||||
# otherwise be dart2js-compatible.
|
||||
scheduled_test/test/*: Skip
|
||||
|
||||
[ $runtime == opera && $compiler == dart2js ]
|
||||
intl/test/find_default_locale_browser_test: Fail
|
||||
intl/test/date_time_format_http_request_test: Skip # Timeout.
|
||||
|
|
Loading…
Reference in a new issue