зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1470732 - Add test case. r=tcampbell
This commit is contained in:
Родитель
683ad5a8de
Коммит
3b7262f482
|
@ -0,0 +1,12 @@
|
|||
if (helperThreadCount() === 0)
|
||||
quit();
|
||||
|
||||
var i = 0;
|
||||
while(i++ < 500) {
|
||||
evalInWorker(`
|
||||
assertFloat32(0x23456789 | 0, false);
|
||||
`);
|
||||
let m = parseModule("");
|
||||
m.declarationInstantiation();
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче