Chromium Code Reviews| Index: tests/isolate/isolate.status |
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status |
| index e2a26b445be1bc79f115b2eb0ea2f04f048f1dfd..a0d95b19a4854058ab4ac0eec1d8e65a36ff2829 100644 |
| --- a/tests/isolate/isolate.status |
| +++ b/tests/isolate/isolate.status |
| @@ -10,6 +10,10 @@ Isolate2NegativeTest: Skip # Need to resolve correct behaviour. |
| [ $component == dartium || $component == vm ] |
| SerializationTest: Skip # DartC test (uses coreimpl). |
| +[ $component == dartc ] |
| +IsolateNegativeTest: Fail # static change with --check-only |
| +Isolate2NegativeTest: Fail # static change with --check-only |
|
scheglov
2012/02/07 21:38:54
"static change" or "status change"?
zundel
2012/02/07 22:02:01
Oops, I thought I got all those.
Done.
|
| + |
| [ $arch == chromium && $arch == release ] |
| ConstructorTest: Fail # Bug 5382463 |
| SpawnTest: Fail # Bug 5382463 |