Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: test/cctest/cctest.status

Issue 307373002: X87: Temporarily skip cctest/test-serialize tests in debug mode (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 3179364e3c2129260d8d714cb9c2dbe2946cf330..19771ddf32a28304444d696ef89463bd2ce6fb90 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -206,6 +206,23 @@
}], # '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', {
# Tests crash as there is no /tmp directory in Android.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698