1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/basic/bug710947.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +// |jit-test| allow-oom; 1.5 +function startTest() { 1.6 + if (typeof document != "object" 1.7 + || !document.location.href.match(/jsreftest.html/)) {} 1.8 +}; 1.9 +gczeal(4); 1.10 +startTest(); 1.11 +ArrayBuffer( 8192 );