js/src/jit-test/tests/auto-regress/bug650574.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:a6162ef0acab
1 // |jit-test| error:InternalError
2
3 // Binary: cache/js-dbg-64-0906d9490eaf-linux
4 // Flags:
5 //
6 var e = Error('');
7 e.fileName = e;
8 e.toSource();
9 --> Crash with too much recursion in exn_toSource

mercurial