X87: Temporarily skip cctest/test-serialize tests in debug mode
BUG= R=danno@chromium.org Review URL: https://codereview.chromium.org/307373002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21661 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
13d2f365cc
commit
ba38bb579b
@ -204,6 +204,23 @@
|
||||
'test-serialize/DeserializeFromSecondSerialization': [SKIP],
|
||||
}], # 'arch == mipsel or arch == mips'
|
||||
|
||||
##############################################################################
|
||||
['arch == x87', {
|
||||
|
||||
# TODO (weiliang): Enable below tests after fixing the double register
|
||||
# allocation limit in X87 port.
|
||||
'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]],
|
||||
'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]],
|
||||
'test-serialize/SerializeTwice': [PASS, ['mode == debug', SKIP]],
|
||||
'test-serialize/ContextSerialization': [PASS, ['mode == debug', SKIP]],
|
||||
'test-serialize/ContextDeserialization': [PASS, ['mode == debug', SKIP]],
|
||||
'test-serialize/PartialDeserialization': [PASS, ['mode == debug', SKIP]],
|
||||
'test-serialize/PartialSerialization': [PASS, ['mode == debug', SKIP]],
|
||||
'test-serialize/DeserializeAndRunScript2': [PASS, ['mode == debug', SKIP]],
|
||||
'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, ['mode == debug', SKIP]],
|
||||
'test-serialize/DeserializeFromSecondSerialization': [PASS, ['mode == debug', SKIP]],
|
||||
}], # 'arch == x87'
|
||||
|
||||
##############################################################################
|
||||
['arch == android_arm or arch == android_ia32', {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user