Bug 1309246 - avoids bug909997.js test failure on systems with JS_CODEGEN_NONE set. r=nbp

This commit is contained in:
Petr Sumbera 2016-10-11 10:56:04 -07:00
parent 91521a6744
commit 63cbc5cc98

View File

@ -1,3 +1,10 @@
// getJitCompilerOptions will always return array with zeros when JIT is
// disabled. Therefore we quit now.
if (inJit() == 'Baseline is disabled.') {
print("JIT is disabled.");
quit();
}
var wait = 100;
var method_A = function() {