A64: Skip cctests failing in debug mode
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 12 Feb 2014 10:29:18 +0000 (10:29 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 12 Feb 2014 10:29:18 +0000 (10:29 +0000)
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

index cf735c3..894a097 100644 (file)
 ['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', {