| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index 60dc0a98f2990dd1749aa5b4203ee21bd69c0803..93dccdeb14b17d556a6bfa2f1b4c92e751dcf324 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -30,7 +30,7 @@ cc/Sleep: Pass, Fail
|
|
|
| dart/data_uri_import_test/none: SkipByDesign
|
|
|
| -[ $mode == debug ]
|
| +[ $mode == debug && $arch != ia32 ]
|
| cc/Profiler_ArrayAllocation: Fail # 28304
|
| cc/Profiler_BasicSourcePosition: Fail # 28304
|
| cc/Profiler_BasicSourcePositionOptimized: Fail # 28304
|
| @@ -48,6 +48,7 @@ cc/Profiler_ToggleRecordAllocation: Fail # 28304
|
| cc/Profiler_TrivialRecordAllocation: Fail # 28304
|
| cc/Profiler_TypedArrayAllocation: Fail # 28304
|
|
|
| +[ $mode == debug ]
|
| # This is a benchmark that is not informative in debug mode.
|
| cc/CorelibIsolateStartup: Skip
|
| # Negative tests of VerifiedMemory should crash iff in DEBUG mode.
|
|
|