Reviewers: dcarney,

Message:
PTAL

Description:
Fix test expectations for nosnap windows.

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

Please review this at https://codereview.chromium.org/230913002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+7, -2 lines):
  M test/cctest/cctest.status


Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index e3edab5d5d9cc11e39cc73a632bb71cf9637a760..a567b8fe7121a2433886afc61d78202f50a0418c 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -125,10 +125,15 @@
 ['no_snap == True', {
   # BUG(3215)
   'test-lockers/MultithreadedParallelIsolates': [PASS, FAIL],
+}],  # 'no_snap == True'

+##############################################################################
+# TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
+# section to not overwrite the expectations for TestThatAlwaysFails.
+['no_snap == True and system == windows', {
   # Windows doesn't support nosnap mode.
-  'test-serialize/*': [PASS, ['system == windows', SKIP]],
-}],  # 'no_snap == True'
+  'test-serialize/*': [SKIP],
+}],  # 'no_snap == True and system == windows'

##############################################################################
 ['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