Fix Test262 command line in test harness.
This just simplifies the command line used to run test cases, allowing to copy them from the test harness output without editing. The passed expression is obsolete by now. R=yangguo@chromium.org Review URL: http://codereview.chromium.org/8966023 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10270 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
03a2fc23b6
commit
8450a9b88d
@ -55,7 +55,6 @@ class Test262TestCase(test.TestCase):
|
||||
|
||||
def GetCommand(self):
|
||||
result = self.context.GetVmCommand(self, self.mode)
|
||||
result += ['-e', 'var window = this']
|
||||
result += self.framework
|
||||
result.append(self.filename)
|
||||
return result
|
||||
|
Loading…
Reference in New Issue
Block a user