зеркало из https://github.com/mozilla/gecko-dev.git
Fix jit_tests.py bustage caused by bug 631951. No bug, r=wmccloskey.
This commit is contained in:
Родитель
0ac1c8c66b
Коммит
225469fc3e
|
@ -54,7 +54,7 @@ class Test:
|
|||
|
||||
def copy(self):
|
||||
t = Test(self.path)
|
||||
t.jitflags = self.jitflags
|
||||
t.jitflags = self.jitflags[:]
|
||||
t.slow = self.slow
|
||||
t.allow_oom = self.allow_oom
|
||||
t.valgrind = self.valgrind
|
||||
|
|
Загрузка…
Ссылка в новой задаче