Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index d48bcb9cc5c68fa76913a8666bcb8c2fd19d3ca2..71e172f7aefc7ca8ed1277b497baa70c25dc2724 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -73,6 +73,22 @@ |
['arch == a64', { |
'test-api/Bug618': [PASS], |
+ |
+ # BUG(v8:2999). |
+ 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
+ |
+ # BUG(v8:3153). |
+ 'test-api/SetFunctionEntryHook': [PASS, FAIL, CRASH], |
+ |
+ # Runs out of memory in debug mode. |
+ 'test-api/OutOfMemory': [PASS, ['mode == debug', FAIL]], |
+ 'test-api/OutOfMemoryNested': [PASS, ['mode == debug', FAIL]], |
+ |
+ # BUG(v8:3154). |
+ 'test-api/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]], |
+ |
+ # BUG(v8:3155). |
+ 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], |
}], # 'arch == a64' |
['arch == a64 and simulator_run == True', { |