From 89d13b3c0a1da7696c5d5a5b1c8ff825f25092d2 Mon Sep 17 00:00:00 2001 From: "ahe@google.com" Date: Fri, 5 Apr 2013 15:38:27 +0000 Subject: [PATCH] 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 --- tests/isolate/isolate.status | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status index 25d2fbf2835..67cecb04765 100644 --- a/tests/isolate/isolate.status +++ b/tests/isolate/isolate.status @@ -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.