Chromium Code Reviews

Unified Diff: test/cctest/cctest.status

Issue 230583003: Skip tests in nosnap mode. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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 31ee0fbecbdc57d07d4c3b47e5068d87f6e66f32..e3edab5d5d9cc11e39cc73a632bb71cf9637a760 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -122,11 +122,13 @@
}], # 'asan == True'
##############################################################################
-# This should be 'nosnap == True': issue 3216 to add 'nosnap'.
-[ALWAYS, {
+['no_snap == True', {
# BUG(3215)
'test-lockers/MultithreadedParallelIsolates': [PASS, FAIL],
-}], # 'nosnap == True'
+
+ # Windows doesn't support nosnap mode.
+ 'test-serialize/*': [PASS, ['system == windows', SKIP]],
+}], # 'no_snap == True'
##############################################################################
['system == windows', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine