Mark isolate2_negative_test as flaky.

Review URL: https://codereview.chromium.org//11886061

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17125 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
floitsch@google.com 2013-01-16 09:04:18 +00:00
parent 6d3a97bc0b
commit 940be9b097

View file

@ -89,9 +89,7 @@ spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
spawn_uri_vm_negative_test: Skip # ditto above.
timer_not_available_test: Fail, OK # only meant to test when there is no way to
# implement timer (currently only in d8)
[ $compiler == dart2js && ($runtime == drt || $runtime == chrome || ($runtime == ff && $system == linux)) ]
isolate2_negative_test: Fail # Issue 7769
isolate2_negative_test: Fail, Pass # Issue 7769
[ $compiler == dart2js && $jscl ]
multiple_timer_test: Fail,OK # Needs Timer to run.