Revision: 20618
Author:   [email protected]
Date:     Wed Apr  9 13:01:54 2014 UTC
Log:      Skip tests in nosnap mode.

Depends on https://codereview.chromium.org/230743002/.

BUG=v8:3216
LOG=n
[email protected]

Review URL: https://codereview.chromium.org/230583003
http://code.google.com/p/v8/source/detail?r=20618

Modified:
 /branches/bleeding_edge/test/cctest/cctest.status

=======================================
--- /branches/bleeding_edge/test/cctest/cctest.status Mon Apr 7 10:44:48 2014 UTC +++ /branches/bleeding_edge/test/cctest/cctest.status Wed Apr 9 13:01:54 2014 UTC
@@ -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.

Reply via email to