From 0b268b634b568f9500ceab2ea4ef993153a9541f Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Tue, 19 Apr 2011 19:31:41 -0400 Subject: [PATCH] Bug 625222 - Disable test_chromeWorkerJSM.xul because the code in question has problems, and is being rewritten DONTBUILD --- dom/src/threads/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/src/threads/test/Makefile.in b/dom/src/threads/test/Makefile.in index e2311aa4d71..c139fb90be7 100644 --- a/dom/src/threads/test/Makefile.in +++ b/dom/src/threads/test/Makefile.in @@ -131,7 +131,7 @@ _SUBDIR_TEST_FILES = \ _CHROME_TEST_FILES = \ test_chromeWorker.xul \ test_chromeWorkerComponent.xul \ - test_chromeWorkerJSM.xul \ + $(warning test_chromeWorkerJSM.xul disabled because the respective code has major problems and is being rewritten, see bug 625222) \ chromeWorker_worker.js \ chromeWorker_subworker.js \ $(NULL)