// |jit-test| allow-oom; allow-unhandlable-oom var STATUS = "STATUS: "; var callStack = new Array(); function startTest() { } function TestCase(n, d, e, a) { this.name = n; } TestCase.prototype.dump = function () {}; TestCase.prototype.testPassed = (function TestCase_testPassed() { return this.passed; }); TestCase.prototype.testFailed = (function TestCase_testFailed() { return !this.passed; }); function printStatus (msg) { var lines = msg.split ("\n"); for (var i=0; i