blob: 8e0776c3a962d239c2a66e807e6b51a00c5a02fe [file] [log] [blame]
This test ensures that repeated use of the vm reentry cache does not eventually consume the entire register file.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS for(var i = 0; i < 50000; i++) anArray.sort(function(){ return 1; }) is [1,2,3,4,5]
PASS successfullyParsed is true
TEST COMPLETE