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:
ahe@google.com 2013-04-05 15:38:27 +00:00
parent 4e0db7cede
commit 89d13b3c0a

View file

@ -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.