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
This commit is contained in:
jochen@chromium.org 2014-02-12 11:57:50 +00:00
parent cec4fb021b
commit 96a1886637
2 changed files with 5 additions and 1 deletions

View File

@ -85,7 +85,7 @@
'test-api/OutOfMemoryNested': [PASS, ['mode == debug', FAIL]],
# BUG(v8:3154).
'test-api/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]],
'test-heap/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]],
# BUG(v8:3155).
'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]],

View File

@ -165,6 +165,7 @@
# Long running tests.
'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
'regress/regress-2185-2': [PASS, TIMEOUT],
'whitespaces': [PASS, TIMEOUT],
# Stack manipulations in LiveEdit is not implemented for this arch.
'debug-liveedit-check-stack': [SKIP],
@ -177,6 +178,9 @@
# BUG(v8:3149). Incorrect register usage exposed in debug mode.
'sin-cos': [PASS, ['mode == debug', FAIL]],
# BUG(v8:3148): Invalid branch instruction emitted.
'debug-references': [PASS, ['mode == debug', SKIP]],
}], # 'arch == a64'
['arch == a64 and mode == debug and simulator_run == True', {