Index: test/test262/testcfg.py |
diff --git a/test/test262/testcfg.py b/test/test262/testcfg.py |
index 07f760c8d7a4d7a7c77300f9ba20f5578b3acb54..c394cc8a5fade3a958b8807388691570577943ec 100644 |
--- a/test/test262/testcfg.py |
+++ b/test/test262/testcfg.py |
@@ -62,6 +62,7 @@ class Test262TestCase(test.TestCase): |
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 |