From c2c9228c8a358a6ba305383028b1d37bf3d43c3c Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Wed, 12 Feb 2014 10:29:18 +0000 Subject: [PATCH] A64: Skip cctests failing in debug mode TBR=ulan@chromium.org BUG=none LOG=n Review URL: https://codereview.chromium.org/160303003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19314 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/cctest.status | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index cf735c3..894a097 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', { -- 2.7.4