Revision: 11716
Author:   [email protected]
Date:     Tue Jun  5 06:38:32 2012
Log:      Temporarily hack test frameworks to use the temporary flag. :(

[email protected]
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10541004
http://code.google.com/p/v8/source/detail?r=11716

Modified:
 /branches/bleeding_edge/test/mozilla/testcfg.py
 /branches/bleeding_edge/test/test262/testcfg.py

=======================================
--- /branches/bleeding_edge/test/mozilla/testcfg.py     Mon Jul 25 22:56:45 2011
+++ /branches/bleeding_edge/test/mozilla/testcfg.py     Tue Jun  5 06:38:32 2012
@@ -76,6 +76,7 @@
   def GetCommand(self):
     result = self.context.GetVmCommand(self, self.mode) + \
        [ '--expose-gc', join(self.root, 'mozilla-shell-emulation.js') ]
+ result += [ '--es5_readonly' ] # Temporary hack until we can remove flag
     result += self.framework
     result.append(self.filename)
     return result
=======================================
--- /branches/bleeding_edge/test/test262/testcfg.py     Fri May 11 05:18:09 2012
+++ /branches/bleeding_edge/test/test262/testcfg.py     Tue Jun  5 06:38:32 2012
@@ -62,6 +62,7 @@

   def GetCommand(self):
     result = self.context.GetVmCommand(self, self.mode)
+ result += [ '--es5_readonly' ] # Temporary hack until we can remove flag
     result += self.framework
     result.append(self.filename)
     return result

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to