Commit c2c9228c authored by jochen@chromium.org's avatar jochen@chromium.org

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
parent e95bc7ee
......@@ -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', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment