mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Make sure that all tests affected by V8 bug are flaky.
Review URL: https://codereview.chromium.org//13723008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20974 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
4e0db7cede
commit
89d13b3c0a
1 changed files with 7 additions and 7 deletions
|
@ -3,14 +3,14 @@
|
|||
# BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
[ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
|
||||
mandel_isolate_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
mandel_isolate_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
nested_spawn_stream2_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
count_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
count_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
mandel_isolate_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
message_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
mint_maker_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
unresolved_ports_negative_test: Pass, Crash # Bug in v8, http://dartbug.com/9407
|
||||
count_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
count_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
mandel_isolate_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
message_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
mint_maker_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
|
||||
unresolved_ports_negative_test: Fail, Pass, Crash # Bug in v8, http://dartbug.com/9407
|
||||
|
||||
[ $runtime == vm ]
|
||||
isolate2_negative_test: Skip # Need to resolve correct behaviour.
|
||||
|
|
Loading…
Reference in a new issue