Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index 0e4959155a31a902dd1dd655fd85773eb740bbd0..6155690a7542ea4332cc38889603653f13f26862 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -127,6 +127,15 @@ debug-liveedit-stack-padding: SKIP |
| debug-liveedit-restart-frame: SKIP |
| debug-liveedit-double-call: SKIP |
| +[ $arch == a64 && $mode == debug && $simulator_run == True ] |
| + |
| +# Pass but take too long with the simulator in debug mode. |
| +array-sort: SKIP |
|
ulan
2014/01/28 12:13:23
Maybe 'PASS, (PASS || TIMEOUT) if $mode == debug'
Alexandre Rames
2014/01/28 13:53:23
Done.
|
| +packed-elements: SKIP |
| +regexp-global: SKIP |
| +compiler/alloc-numbers: SKIP |
| +harmony/symbols: SKIP |
| + |
| ############################################################################## |
| [ $arch == arm || $arch == android_arm ] |