mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Don't run stack_trace tests on Dartium.
Review URL: https://codereview.chromium.org//12980004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20593 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
240a358ff7
commit
0831efdcdf
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ analyzer_experimental/test/generated/scanner_test: Skip # Imports dart:io.
|
|||
# otherwise be dart2js-compatible.
|
||||
scheduled_test/test/*: Skip
|
||||
|
||||
# We use pathos in the stack_trace tests. We can run them on dart2js when issue
|
||||
# 6943 is fixed.
|
||||
stack_trace/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