summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/date-getLocale-oom.js
blob: dc6371a35b65be6af3b867ea6bfff15cd5aac9d8 (plain)
1
2
3
oomTest(function () {
  new Date(NaN).toString();
}, {keepFailing: true});