2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2008-08-16 18:25:01 -07:00
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_FILES = \
|
2009-01-04 13:41:03 -08:00
|
|
|
test_404.html \
|
2010-11-15 17:39:28 -08:00
|
|
|
test_atob.html \
|
|
|
|
atob_worker.js \
|
2011-11-04 09:32:17 -07:00
|
|
|
test_blobWorkers.html \
|
2012-03-26 21:05:09 -07:00
|
|
|
test_clearTimeouts.html \
|
|
|
|
clearTimeouts_worker.js \
|
2009-03-15 15:30:31 -07:00
|
|
|
test_close.html \
|
|
|
|
close_worker.js \
|
2011-12-29 10:28:13 -08:00
|
|
|
test_closeOnGC.html \
|
|
|
|
closeOnGC_worker.js \
|
|
|
|
closeOnGC_server.sjs \
|
2011-11-04 10:57:42 -07:00
|
|
|
test_dataURLWorker.html \
|
2008-11-26 22:16:41 -08:00
|
|
|
test_errorPropagation.html \
|
2011-07-17 12:09:13 -07:00
|
|
|
errorPropagation_iframe.html \
|
|
|
|
errorPropagation_worker.js \
|
|
|
|
test_eventDispatch.html \
|
|
|
|
eventDispatch_worker.js \
|
2008-11-05 22:41:52 -08:00
|
|
|
test_importScripts.html \
|
2008-09-08 10:48:14 -07:00
|
|
|
importScripts_worker.js \
|
|
|
|
importScripts_worker_imported1.js \
|
|
|
|
importScripts_worker_imported2.js \
|
|
|
|
importScripts_worker_imported3.js \
|
|
|
|
importScripts_worker_imported4.js \
|
2012-09-05 10:37:27 -07:00
|
|
|
test_instanceof.html \
|
|
|
|
instanceof_worker.js \
|
2012-12-19 16:32:34 -08:00
|
|
|
test_resolveWorker.html \
|
|
|
|
test_resolveWorker-assignment.html \
|
2008-12-07 16:15:49 -08:00
|
|
|
test_json.html \
|
|
|
|
json_worker.js \
|
2013-03-07 14:27:21 -08:00
|
|
|
test_loadError.html \
|
2009-08-12 16:39:08 -07:00
|
|
|
test_location.html \
|
|
|
|
location_worker.js \
|
2008-11-04 18:58:24 -08:00
|
|
|
test_longThread.html \
|
2008-11-05 22:41:52 -08:00
|
|
|
longThread_worker.js \
|
2008-11-26 22:16:40 -08:00
|
|
|
test_navigator.html \
|
|
|
|
navigator_worker.js \
|
2008-11-04 18:58:24 -08:00
|
|
|
test_recursion.html \
|
2008-11-05 22:41:52 -08:00
|
|
|
recursion_worker.js \
|
2011-07-17 12:09:13 -07:00
|
|
|
test_recursiveOnerror.html \
|
|
|
|
recursiveOnerror_worker.js \
|
2008-11-26 22:16:41 -08:00
|
|
|
test_relativeLoad.html \
|
|
|
|
relativeLoad_worker.js \
|
|
|
|
relativeLoad_worker2.js \
|
|
|
|
relativeLoad_import.js \
|
2010-03-11 12:36:44 -08:00
|
|
|
test_suspend.html \
|
|
|
|
suspend_iframe.html \
|
|
|
|
suspend_worker.js \
|
2008-11-05 22:41:52 -08:00
|
|
|
test_simpleThread.html \
|
|
|
|
simpleThread_worker.js \
|
2008-11-26 22:16:41 -08:00
|
|
|
test_terminate.html \
|
|
|
|
terminate_worker.js \
|
2008-11-05 22:41:52 -08:00
|
|
|
test_threadErrors.html \
|
|
|
|
threadErrors_worker1.js \
|
|
|
|
threadErrors_worker2.js \
|
|
|
|
threadErrors_worker3.js \
|
|
|
|
threadErrors_worker4.js \
|
|
|
|
test_threadTimeouts.html \
|
|
|
|
threadTimeouts_worker.js \
|
2009-01-13 10:43:20 -08:00
|
|
|
test_throwingOnerror.html \
|
|
|
|
throwingOnerror_worker.js \
|
2008-09-30 16:56:57 -07:00
|
|
|
test_xhr.html \
|
2008-11-05 22:41:52 -08:00
|
|
|
xhr_worker.js \
|
2011-11-07 17:01:29 -08:00
|
|
|
test_xhr2.html \
|
|
|
|
xhr2_worker.js \
|
2008-11-26 22:16:37 -08:00
|
|
|
test_xhrAbort.html \
|
|
|
|
xhrAbort_worker.js \
|
2008-09-30 16:56:57 -07:00
|
|
|
testXHR.txt \
|
2008-11-05 22:41:52 -08:00
|
|
|
test_fibonacci.html \
|
|
|
|
fibonacci_worker.js \
|
2010-04-08 15:57:45 -07:00
|
|
|
test_newError.html \
|
|
|
|
newError_worker.js \
|
2010-04-20 09:44:56 -07:00
|
|
|
test_chromeWorker.html \
|
2011-01-06 22:21:26 -08:00
|
|
|
WorkerTest_badworker.js \
|
2011-07-17 12:09:13 -07:00
|
|
|
test_workersDisabled.html \
|
|
|
|
workersDisabled_worker.js \
|
2012-02-13 14:47:14 -08:00
|
|
|
test_xhr_implicit_cancel.html \
|
|
|
|
xhr_implicit_cancel_worker.js \
|
2012-09-16 17:20:16 -07:00
|
|
|
test_xhr_parameters.html \
|
|
|
|
test_xhr_parameters.js \
|
|
|
|
test_xhr_system.html \
|
|
|
|
test_xhr_system.js \
|
2012-03-24 04:33:59 -07:00
|
|
|
test_blobConstructor.html \
|
2012-09-15 11:51:55 -07:00
|
|
|
test_csp.html \
|
|
|
|
test_csp.js \
|
|
|
|
test_csp.html^headers^ \
|
|
|
|
csp_worker.js \
|
2012-10-03 15:19:22 -07:00
|
|
|
test_transferable.html \
|
|
|
|
transferable_worker.js \
|
2012-12-07 16:35:44 -08:00
|
|
|
test_errorwarning.html \
|
|
|
|
errorwarning_worker.js \
|
2013-01-07 11:18:19 -08:00
|
|
|
test_contentWorker.html \
|
|
|
|
content_worker.js \
|
2013-02-05 15:17:17 -08:00
|
|
|
test_url.html \
|
|
|
|
url_worker.js \
|
2013-09-04 10:20:51 -07:00
|
|
|
test_rvals.html \
|
|
|
|
rvals_worker.js \
|
2013-09-04 10:07:34 -07:00
|
|
|
test_urlApi.html \
|
|
|
|
urlApi_worker.js \
|
2008-08-16 18:25:01 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2013-09-05 09:00:15 -07:00
|
|
|
# Bug 842344, 842386 - Disabled on Windows & OSX for intermittent failures.
|
|
|
|
ifeq (,$(filter Darwin WINNT,$(OS_ARCH)))
|
2013-09-01 18:53:24 -07:00
|
|
|
MOCHITEST_FILES += \
|
|
|
|
test_xhr_timeout.html \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_CHROME_FILES = \
|
2010-04-20 09:44:56 -07:00
|
|
|
test_chromeWorker.xul \
|
2011-04-22 10:38:13 -07:00
|
|
|
test_chromeWorkerJSM.xul \
|
2011-10-14 08:58:37 -07:00
|
|
|
test_extension.xul \
|
|
|
|
test_extensionBootstrap.xul \
|
2011-08-15 20:40:38 -07:00
|
|
|
test_file.xul \
|
2012-02-16 02:22:25 -08:00
|
|
|
test_fileSlice.xul \
|
2011-08-15 20:40:38 -07:00
|
|
|
test_fileBlobPosting.xul \
|
|
|
|
test_filePosting.xul \
|
|
|
|
test_fileReaderSync.xul \
|
|
|
|
test_fileReaderSyncErrors.xul \
|
2012-02-16 02:22:25 -08:00
|
|
|
test_fileReadSlice.xul \
|
2011-08-15 20:40:38 -07:00
|
|
|
test_fileSubWorker.xul \
|
|
|
|
test_fileBlobSubWorker.xul \
|
|
|
|
file_worker.js \
|
|
|
|
fileBlob_worker.js \
|
2012-02-16 02:22:25 -08:00
|
|
|
fileSlice_worker.js \
|
2011-08-15 20:40:38 -07:00
|
|
|
filePosting_worker.js \
|
|
|
|
fileReaderSync_worker.js \
|
|
|
|
fileReaderSyncErrors_worker.js \
|
2012-02-16 02:22:25 -08:00
|
|
|
fileReadSlice_worker.js \
|
2011-08-15 20:40:38 -07:00
|
|
|
fileSubWorker_worker.js \
|
|
|
|
fileBlobSubWorker_worker.js \
|
2011-05-27 13:13:29 -07:00
|
|
|
WorkerTest.jsm \
|
|
|
|
WorkerTest_worker.js \
|
|
|
|
WorkerTest_subworker.js \
|
2010-04-20 09:44:56 -07:00
|
|
|
chromeWorker_worker.js \
|
|
|
|
chromeWorker_subworker.js \
|
2011-07-17 12:09:13 -07:00
|
|
|
test_workersDisabled.xul \
|
|
|
|
workersDisabled_worker.js \
|
2011-09-22 19:36:09 -07:00
|
|
|
dom_worker_helper.js \
|
2013-06-22 14:48:00 -07:00
|
|
|
test_bug883784.xul \
|
|
|
|
test_bug883784.jsm \
|
2013-07-18 07:30:41 -07:00
|
|
|
jsm_url_worker.js \
|
2010-04-20 09:44:56 -07:00
|
|
|
$(NULL)
|