Reviewers: dcarney,
Message:
PTAL
Description:
Skip tests in nosnap mode.
Depends on https://codereview.chromium.org/230743002/.
BUG=v8:3216
LOG=n
Please review this at https://codereview.chromium.org/230583003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+5, -3 lines):
M test/cctest/cctest.status
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', {
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.