Chromium Code Reviews| Index: test/cctest/cctest.status |
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
| index 2ffa390913aa6af6d1b6d6e347cf1dba49254fba..81f8f21752614bd5c2bb84d06caad5185c2d06e5 100644 |
| --- a/test/cctest/cctest.status |
| +++ b/test/cctest/cctest.status |
| @@ -59,6 +59,24 @@ test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug |
| test-api/Bug618: PASS |
| +[ $arch == a64 && $simulator_run == True ] |
| + |
| +# Pass but take too long with the simulator. |
| +test-api/ExternalArrays: SKIP |
|
ulan
2014/01/28 12:13:23
Maybe 'PASS || TIMEOUT' instead of 'SKIP'? That co
Alexandre Rames
2014/01/28 13:53:23
Done.
|
| +test-api/Threading1: SKIP |
| + |
| +[ $arch == a64 && $mode == debug && $simulator_run == True ] |
| + |
| +# Pass but take too long with the simulator in debug mode. |
| +test-api/ExternalDoubleArray: SKIP |
|
ulan
2014/01/28 12:13:23
Did *Array tests finish on your machine?
ulan
2014/01/28 12:25:38
I ran test-api/ExternalArrays and it finishes in ~
Alexandre Rames
2014/01/28 13:53:23
Yes I tested all of these, and they take ~17 minut
|
| +test-api/ExternalFloat32Array: SKIP |
| +test-api/ExternalFloat64Array: SKIP |
| +test-api/ExternalFloatArray: SKIP |
| +test-api/Fload32Array: SKIP |
|
Jakob Kummerow
2014/01/28 12:28:46
s/Fload/Float/ or this won't do what you want ;-)
Alexandre Rames
2014/01/28 13:53:23
Done.
|
| +test-api/Fload64Array: SKIP |
| +test-debug/DebugBreakLoop: SKIP |
| + |
| + |
| ############################################################################## |
| [ $arch == arm ] |