зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1341749 - Backout test (r=red)
MozReview-Commit-ID: EZAL9Urln2d
This commit is contained in:
Родитель
3f1fdf3508
Коммит
3486b55697
|
@ -1,15 +0,0 @@
|
||||||
// |jit-test| error:done
|
|
||||||
|
|
||||||
// Make a biggish module that will take a bit of time to compile.
|
|
||||||
var code = '(module ';
|
|
||||||
for (var i = 0; i < 1000; i++) {
|
|
||||||
code += '(func (local $i i32) ';
|
|
||||||
for (var j = 0; j < 100; j++)
|
|
||||||
code += '(set_local $i (i32.const 42))';
|
|
||||||
code += ')';
|
|
||||||
}
|
|
||||||
code += ')';
|
|
||||||
|
|
||||||
WebAssembly.compile(wasmTextToBinary(code));
|
|
||||||
|
|
||||||
throw "done";
|
|
Загрузка…
Ссылка в новой задаче