Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: test/mjsunit/mjsunit.status

Issue 1738653003: [interpreter] Remove wholesale skipping of strong mode tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_strong-remove-count
Patch Set: Remove more skips. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698