Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 357c94e2cf58b520b3ad3ff9e1637014272da87f..1397e62aab0874234678f554918e2eee0ee12f86 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -588,4 +588,15 @@ |
# Deopt every n garbage collections collides with deopt every n times. |
'regress/regress-2653': [SKIP], |
}], # 'deopt_fuzzer == True' |
+ |
+############################################################################## |
+['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', { |
+ |
+ # take too long with the simulator. |
+ 'regress/regress-1132': [SKIP], |
+ 'asm/embenchen/box2d': [SKIP], |
+ |
+ # issues to be investigate4d |
+ 'es6/collections': [SKIP], |
+}], # 'arch == ppc and simulator_run == True' |
] |