Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 6dbe9fffcbe353a50a18f18485c7a07619594025..2de99dd914705ef5f598f299ee78e41ca7b01cde 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -169,13 +169,10 @@ |
['asan == True', { |
# Skip tests not suitable for ASAN. |
'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], |
- 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
}], # 'asan == True' |
############################################################################## |
['no_snap == True', { |
- # BUG(3215) |
- 'test-lockers/MultithreadedParallelIsolates': [PASS, FAIL, TIMEOUT], |
}], # 'no_snap == True' |
############################################################################## |
@@ -195,9 +192,6 @@ |
# BUG(3005). |
'test-alloc/CodeRange': [PASS, FAIL], |
- # BUG(3215). Crashes on windows. |
- 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
- |
# BUG(3331). Fails on windows. |
'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
@@ -315,7 +309,6 @@ |
# NaCl builds have problems with threaded tests since Pepper_28. |
# V8 Issue 2786 |
'test-api/Threading1': [SKIP], |
- 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
'test-lockers/ExtensionsRegistration': [SKIP], |
# These tests fail as there is no /tmp directory in Native Client. |