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
This commit is contained in:
jochen@chromium.org 2014-02-12 10:29:18 +00:00
parent e95bc7eec8
commit c2c9228c8a

View File

@ -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', {