Reviewers: danno,

Description:
Make the message test suite run without slow asserts.

[email protected]

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

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

Affected files (+1, -0 lines):
  M test/message/testcfg.py


Index: test/message/testcfg.py
diff --git a/test/message/testcfg.py b/test/message/testcfg.py
index 411f71ceb2be179e25e8e8f0bffc4aad30debbc5..de450f5c8ec2bb88f11be579a3c335f835434872 100644
--- a/test/message/testcfg.py
+++ b/test/message/testcfg.py
@@ -62,6 +62,7 @@ class MessageTestSuite(testsuite.TestSuite):
     for match in flags_match:
       result += match.strip().split()
     result += context.mode_flags
+    result += ["--noenable-slow-asserts"]
     result.append(os.path.join(self.root, testcase.path + ".js"))
     return testcase.flags + result



--
--
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