summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/cctest.status
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/cctest.status')
-rw-r--r--deps/v8/test/cctest/cctest.status10
1 files changed, 2 insertions, 8 deletions
diff --git a/deps/v8/test/cctest/cctest.status b/deps/v8/test/cctest/cctest.status
index 013d0bf0da..eb67611623 100644
--- a/deps/v8/test/cctest/cctest.status
+++ b/deps/v8/test/cctest/cctest.status
@@ -130,9 +130,6 @@
# TODO(machenbach, mvstanton): Flaky in debug on all platforms.
'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]],
-
- # BUG(4141).
- 'test-alloc/CodeRange': [PASS, FLAKY],
}], # ALWAYS
##############################################################################
@@ -214,9 +211,6 @@
##############################################################################
['system == windows', {
- # BUG(3005).
- 'test-alloc/CodeRange': [PASS, FAIL],
-
# BUG(3331). Fails on windows.
'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
@@ -282,7 +276,7 @@
}], # 'arch == mips'
##############################################################################
-['arch == mips64el', {
+['arch == mips64el or arch == mips64', {
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
# BUG(v8:3154).
@@ -293,7 +287,7 @@
'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
'test-serialize/DeserializeAndRunScript2': [SKIP],
'test-serialize/DeserializeFromSecondSerialization': [SKIP],
-}], # 'arch == mips64el'
+}], # 'arch == mips64el or arch == mips64'
##############################################################################
['arch == x87', {