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:
Jan de Mooij 2013-12-18 09:59:22 +01:00
parent 6cc1278352
commit 53c034b300

View File

@ -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()