mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Make jit_test.py --ion use --ion-parallel-compile=off with --ion-eager, to match --tbpl. r=terrence on IRC
This commit is contained in:
parent
315bb1c7fb
commit
e1b5598f2e
@ -168,7 +168,7 @@ def main(argv):
|
||||
new_test.jitflags.extend(variant)
|
||||
job_list.append(new_test)
|
||||
elif options.ion:
|
||||
flags = [['--baseline-eager'], ['--ion-eager']]
|
||||
flags = [['--baseline-eager'], ['--ion-eager', '--ion-parallel-compile=off']]
|
||||
for test in test_list:
|
||||
for variant in flags:
|
||||
new_test = test.copy()
|
||||
|
Loading…
Reference in New Issue
Block a user