Revision: 17314
Author:   [email protected]
Date:     Tue Oct 22 09:13:33 2013 UTC
Log:      Do not run useless test variants for test-parsing/ParserSync.

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/test/cctest/cctest.status Tue Oct 22 06:56:19 2013 UTC +++ /branches/bleeding_edge/test/cctest/cctest.status Tue Oct 22 09:13:33 2013 UTC
@@ -55,6 +55,11 @@

   # Boot up memory use is bloated in debug mode.
'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
+
+ # This tests only that the preparser and parser agree, so there is no point in + # running several variants. Note that this still takes ages, because there
+  # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
+  'test-parsing/ParserSync': [PASS, NO_VARIANTS],
 }],  # ALWAYS

##############################################################################

--
--
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/groups/opt_out.

Reply via email to