summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1344265.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/basic/bug1344265.js')
-rw-r--r--js/src/jit-test/tests/basic/bug1344265.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/basic/bug1344265.js b/js/src/jit-test/tests/basic/bug1344265.js
new file mode 100644
index 000000000..a4e5b1dc4
--- /dev/null
+++ b/js/src/jit-test/tests/basic/bug1344265.js
@@ -0,0 +1,5 @@
+// |jit-test| allow-unhandlable-oom; allow-oom
+if (!('oomAfterAllocations' in this))
+ quit();
+oomAfterAllocations(1);
+newExternalString("a");