From 57fb110ca447bd511ae5aba834a39a7b0382bb60 Mon Sep 17 00:00:00 2001 From: "floitsch@google.com" Date: Thu, 6 Oct 2011 12:43:02 +0000 Subject: [PATCH] Update isolate.status file. R=ngeoffray@google.com Review URL: https://chromereviews.googleplex.com/3535016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@117 260f80e4-7a28-3924-810f-c04153c831b5 --- tests/isolate/isolate.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status index 826f01b7489..a5bddbf25a2 100644 --- a/tests/isolate/isolate.status +++ b/tests/isolate/isolate.status @@ -26,7 +26,7 @@ Isolate2NegativeTest: Skip # Need to resolve correct behaviour. SerializationTest: Skip # DartC test (uses coreimpl). [ $arch == dartc && $mode == release ] -CrossIsolateMessageTest: Fail # TODO(floitsch): fix that. I'm on it. +CrossIsolateMessageTest: Fail # Bug 5421146 [ $arch == chromium && $arch == release ] ConstructorTest: Fail # Bug 5382463