Skip to content

Commit

Permalink
Bug 1470732 - Add test case. r=tcampbell
Browse files Browse the repository at this point in the history
  • Loading branch information
nbp committed Jun 27, 2018
1 parent d9674d9 commit 203735f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions js/src/jit-test/tests/basic/bug1470732.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
if (helperThreadCount() === 0)
quit();

var i = 0;
while(i++ < 500) {
evalInWorker(`
assertFloat32(0x23456789 | 0, false);
`);
let m = parseModule("");
m.declarationInstantiation();
}

0 comments on commit 203735f

Please sign in to comment.