Chromium Code Reviews| Index: test/cctest/cctest.status |
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
| index 1e4981d217b829808949b78a934cd8e69a431bf8..aab8fdca383e8f04ed32e19355ba56f5e9f9713b 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], |
|
rmcilroy
2016/02/02 17:05:23
You'll need to rebase for this file (sorry.... ;).
mythria
2016/02/03 12:21:34
Done.
|
| }], # ignition == True |
| ['ignition == True and arch == arm', { |
| @@ -599,6 +593,7 @@ |
| 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], |
| 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], |
| 'test-heap/Regress538257': [SKIP], |
| + 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
| }], # ignition == True and arch == arm64 |
| ] |