Commit 96a18866 authored by jochen@chromium.org's avatar jochen@chromium.org

A64: Skip more known failures

TBR=ulan@chromium.org
BUG=none
LOG=n

Review URL: https://codereview.chromium.org/160073007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19318 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent cec4fb02
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
'test-api/OutOfMemoryNested': [PASS, ['mode == debug', FAIL]], 'test-api/OutOfMemoryNested': [PASS, ['mode == debug', FAIL]],
# BUG(v8:3154). # BUG(v8:3154).
'test-api/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]], 'test-heap/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]],
# BUG(v8:3155). # BUG(v8:3155).
'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]],
......
...@@ -165,6 +165,7 @@ ...@@ -165,6 +165,7 @@
# Long running tests. # Long running tests.
'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
'regress/regress-2185-2': [PASS, TIMEOUT], 'regress/regress-2185-2': [PASS, TIMEOUT],
'whitespaces': [PASS, TIMEOUT],
# Stack manipulations in LiveEdit is not implemented for this arch. # Stack manipulations in LiveEdit is not implemented for this arch.
'debug-liveedit-check-stack': [SKIP], 'debug-liveedit-check-stack': [SKIP],
...@@ -177,6 +178,9 @@ ...@@ -177,6 +178,9 @@
# BUG(v8:3149). Incorrect register usage exposed in debug mode. # BUG(v8:3149). Incorrect register usage exposed in debug mode.
'sin-cos': [PASS, ['mode == debug', FAIL]], 'sin-cos': [PASS, ['mode == debug', FAIL]],
# BUG(v8:3148): Invalid branch instruction emitted.
'debug-references': [PASS, ['mode == debug', SKIP]],
}], # 'arch == a64' }], # 'arch == a64'
['arch == a64 and mode == debug and simulator_run == True', { ['arch == a64 and mode == debug 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