diff --git a/whalesong/repl-prototype/htdocs/tests-base.js b/whalesong/repl-prototype/htdocs/tests-base.js index 30fe3e2..f82510e 100644 --- a/whalesong/repl-prototype/htdocs/tests-base.js +++ b/whalesong/repl-prototype/htdocs/tests-base.js @@ -4262,7 +4262,7 @@ jQuery(document).ready(function() { window.plt.tests = {}; window.plt.tests.initTests = initTests; window.plt.tests.resetTests = function() { - $("#failure-index").clear(); + $("#failure-index").empty(); failureCount = 0; $("#failure-index").css("display", "none"); diff --git a/whalesong/repl-prototype/htdocs/torture-tests.html b/whalesong/repl-prototype/htdocs/torture-tests.html new file mode 100644 index 0000000..29a4ee0 --- /dev/null +++ b/whalesong/repl-prototype/htdocs/torture-tests.html @@ -0,0 +1,24 @@ + + +
+ + + + + + + + + +This page tests the behavior of REPL compilation under repeated +usage. This should just run forever.
+ + +