Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index e2cebe759dd7154c717791a458e46bea3099cc54..34c4e03a80425d3dd36f3123feaa62d8b6b34184 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -115,15 +115,12 @@ regress_25335_test: Skip # Int64List not supported. |
| precompilation_dart2js_test: Pass, Slow |
| [ ($runtime == vm || $runtime == dart_product) && $arch == ia32 ] |
| -precompilation_test: Skip # Not expected to pass on ia32. |
| -precompilation_dart2js_test: Skip # Not expected to pass on ia32. |
| -noopt_test: Skip # Not expected to pass on ia32. |
| +precompilation_test: SkipByDesign # Not expected to pass on ia32. |
| +precompilation_dart2js_test: SkipByDesign # Not expected to pass on ia32. |
| +noopt_test: SkipByDesign # Not expected to pass on ia32. |
| -[ ($runtime == vm || $runtime == dart_product) && $arch == arm ] |
| -precompilation_test: Skip # Issue 24427 |
| -precompilation_dart2js_test: Skip # Issue 24427 |
| - |
| -[ ($runtime == vm || $runtime == dart_product) && $arch == mips ] |
| +[ ($runtime == vm || $runtime == dart_product) && ($arch == mips || $arch == arm || $arch == arm64) ] |
| +precompilation_test: SkipSlow |
|
zra
2016/02/23 23:04:09
Isn't this exactly the platform where we want to b
rmacnak
2016/02/24 20:50:41
The noopt bots are running simarm and simarm64. Th
|
| precompilation_dart2js_test: SkipSlow |
| [ $compiler == dart2js && $jscl ] |