Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index d66a50feb737906d1b8cd1ca77d2531ffe056afa..5d062ceac30e346640e30412750aed49426af2d9 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -773,9 +773,6 @@ |
}], # 'arch == ppc and simulator_run == True' |
['ignition == True', { |
- # Skip strong mode tests since strong mode is unsupported on ignition. |
- 'strong/*': [SKIP], |
- |
# TODO(yangguo,4690): Requires debugger support. |
'es6/debug*': [SKIP], |
'harmony/debug*': [SKIP], |
@@ -859,6 +856,8 @@ |
'harmony/iterator-close': [FAIL], |
'harmony/reflect-construct': [FAIL], |
'es6/promises': [FAIL], |
+ 'strong/function-arity': [FAIL], |
+ 'strong/undefined': [FAIL], |
# TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. |
# the line numbers in the stack trace are incorrect. In debug mode somehow |