mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Mark two standalone tests as flaky, with bugs filed for them.
package watcher, directory_watcher_test and standalone/vmservice/multiple_isolate_list_test are marked as flaky. BUG=http://dartbug.com/12107, http://dartbug.com/12124 R=ricow@google.com Review URL: https://codereview.chromium.org//21241002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25613 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
88bd3b8cad
commit
28298880ad
2 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@ path/test/browser_test: Fail # Issue 12121
|
|||
|
||||
[ $runtime == vm ]
|
||||
watcher/test/no_subscription_test: Pass, Fail # Issue 12107
|
||||
watcher/test/directory_watcher_test: Pass, Fail # Issue 12107
|
||||
|
||||
[ $compiler == dart2js && $runtime == ff ]
|
||||
unittest/test/unittest_test: Pass, Timeout # http://dartbug.com/11473
|
||||
|
|
|
@ -24,6 +24,9 @@ io/stdout_bad_argument_test: Fail, OK
|
|||
io/file_fuzz_test: Skip
|
||||
io/directory_fuzz_test: Skip
|
||||
|
||||
[ $runtime == vm && $system == windows ]
|
||||
vmservice/multiple_isolate_list_test: Fail, Pass # http://dartbug.com/12124
|
||||
|
||||
[ $runtime == vm && $system == macos ]
|
||||
# This test fails with "Too many open files" on the Mac OS buildbot.
|
||||
# This is expected as MacOS by default runs with a very low number
|
||||
|
|
Loading…
Reference in a new issue