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

Unified Diff: test/cctest/cctest.status

Issue 1656863002: [Interpreter] Adds support for with statement to interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 1e4981d217b829808949b78a934cd8e69a431bf8..cc80a6526c68e5dd2a76e4c284beb73f70445649 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -531,7 +531,6 @@
'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
'test-compiler/OptimizedCodeSharing2': [SKIP],
'test-compiler/OptimizedCodeSharing3': [SKIP],
- 'test-decls/CrossScriptDynamicLookup': [SKIP],
'test-decls/CrossScriptReferences_Simple2': [SKIP],
'test-decls/Regress425510': [SKIP],
'test-feedback-vector/VectorCallICStates': [SKIP],
@@ -541,7 +540,6 @@
'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP],
'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP],
- 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP],
'test-heap/Regress169209': [SKIP],
'test-heap/Regress357137': [SKIP],
@@ -564,13 +562,10 @@
'test-profile-generator/ProfileNodeScriptId': [SKIP],
'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
'test-run-inlining/InlineTwice': [SKIP],
- 'test-run-jscalls/LookupCall': [SKIP],
'test-run-jsexceptions/ThrowMessageDirectly': [SKIP],
'test-run-jsexceptions/ThrowMessagePosition': [SKIP],
'test-run-jsobjects/ArgumentsRest': [SKIP],
'test-run-jsops/ClassLiteral': [SKIP],
- 'test-run-jsops/LookupLoad': [SKIP],
- 'test-run-jsops/LookupStore': [SKIP],
'test-run-variables/ContextInitializeVariables': [SKIP],
'test-run-variables/ContextLoadVariables': [SKIP],
'test-run-variables/ContextStoreVariables': [SKIP],
@@ -585,7 +580,6 @@
'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP],
'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
'test-thread-termination/TerminationInInnerTryCall': [SKIP],
- 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
}], # ignition == True
['ignition == True and arch == arm', {

Powered by Google App Engine
This is Rietveld 408576698