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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1417063011: [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: removing unreachable code Created 5 years, 1 month 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/mjsunit/harmony/regress/regress-lookup-transition.js ('k') | test/mjsunit/readonly.js » ('j') | 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 92a9bb6ae2a4a33cbacfbe313749a62f9e855ed7..90e41f9393251d35fade9ef1f860c9b0bc1f1fcc 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -85,6 +85,26 @@
'harmony/module-resolution': [SKIP],
'harmony/regress/regress-343928': [SKIP],
+ # Proxy tests rely on non ES6 version of Proxies
+ # TODO(neis,cbruni): figure out which Proxy tests can be reused
+ 'es6/regress/regress-cr493566': [SKIP],
+ 'for-in-opt': [SKIP],
+ 'harmony/proxies-example-membrane': [SKIP],
+ 'harmony/proxies-for': [SKIP],
+ 'harmony/proxies-hash': [SKIP],
+ 'harmony/proxies-json': [SKIP],
+ 'harmony/proxies': [SKIP],
+ 'harmony/proxies-symbols': [SKIP],
+ 'harmony/proxies-with': [SKIP],
+ 'harmony/proxies-with-unscopables': [SKIP],
+ 'harmony/regress/regress-2219': [SKIP],
+ 'harmony/regress/regress-2225': [SKIP],
+ 'harmony/regress/regress-405844': [SKIP],
+ 'harmony/regress/regress-crbug-461520': [SKIP],
+ 'harmony/regress/regress-lookup-transition': [SKIP],
+ 'regress/regress-crbug-493568': [SKIP],
+ 'strong/load-proxy': [SKIP],
+
# Issue 3660: Replacing activated TurboFan frames by unoptimized code does
# not work, but we expect it to not crash.
'debug-step-turbofan': [PASS, FAIL],
@@ -1019,6 +1039,12 @@
'with-parameter-access': [SKIP],
'with-prototype': [SKIP],
'with-readonly': [SKIP],
+
+ # TODO(cbruni,neis): Activate Proxy test once we have a more complete
+ # implementation.
+ 'regress/regress-crbug-506956': [SKIP],
+ 'regress/regress-crbug-505907': [SKIP],
+
}], # ignition == True
['ignition == True and (arch == arm or arch == arm64)', {
« no previous file with comments | « test/mjsunit/harmony/regress/regress-lookup-transition.js ('k') | test/mjsunit/readonly.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698