From fa5b7412565880d482ab699b6cab209b7e00c388 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 10 Jan 2011 14:29:32 -0800 Subject: [PATCH] Bug 547712: Disable remaining scatter-based test. r=jorendorff This test fails intermittenly, and uses now-unsupported functionality. The test relies on the JS shell's 'scatter' function, which runs multiple threads in the same compartment, so it's not even an API or behavior we want to support any more. There is a more drastic patch in the bug that removes scatter and deletes the tests that use it (all currently skipped), but that probably should wait until after FF4. This is less drastic, and avoids intermittent failures until we are ready to clean house. --- js/src/tests/js1_8/extensions/jstests.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/tests/js1_8/extensions/jstests.list b/js/src/tests/js1_8/extensions/jstests.list index 2a6b4d231e5..da05c20bd79 100644 --- a/js/src/tests/js1_8/extensions/jstests.list +++ b/js/src/tests/js1_8/extensions/jstests.list @@ -15,7 +15,7 @@ script regress-394709.js skip script regress-415721.js skip script regress-417131.js skip script regress-417817.js -script regress-419091.js +skip script regress-419091.js script regress-422269.js skip script regress-445818.js skip script regress-446169-01.js