chrome.toml (3346B)
1 [DEFAULT] 2 support-files = [ 3 "WorkerDebugger.console_childWorker.js", 4 "WorkerDebugger.console_debugger.js", 5 "WorkerDebugger.console_worker.js", 6 "WorkerDebugger.initialize_childWorker.js", 7 "WorkerDebugger.initialize_debugger.js", 8 "WorkerDebugger.initialize_worker.js", 9 "WorkerDebugger.postMessage_childWorker.js", 10 "WorkerDebugger.postMessage_debugger.js", 11 "WorkerDebugger.postMessage_worker.js", 12 "WorkerDebuggerGlobalScope.createSandbox_debugger.js", 13 "WorkerDebuggerGlobalScope.createSandbox_sandbox.js", 14 "WorkerDebuggerGlobalScope.createSandbox_worker.js", 15 "WorkerDebuggerGlobalScope.enterEventLoop_childWorker.js", 16 "WorkerDebuggerGlobalScope.enterEventLoop_debugger.js", 17 "WorkerDebuggerGlobalScope.enterEventLoop_worker.js", 18 "WorkerDebuggerGlobalScope.reportError_childWorker.js", 19 "WorkerDebuggerGlobalScope.reportError_debugger.js", 20 "WorkerDebuggerGlobalScope.reportError_worker.js", 21 "WorkerDebuggerGlobalScope.setImmediate_debugger.js", 22 "WorkerDebuggerGlobalScope.setImmediate_worker.js", 23 "WorkerDebuggerManager_childWorker.js", 24 "WorkerDebuggerManager_worker.js", 25 "WorkerDebugger_childWorker.js", 26 "WorkerDebugger_frozen_window1.html", 27 "WorkerDebugger_frozen_window2.html", 28 "WorkerDebugger_frozen_worker1.js", 29 "WorkerDebugger_frozen_worker2.js", 30 "WorkerDebugger_promise_debugger.js", 31 "WorkerDebugger_promise_worker.js", 32 "WorkerDebugger_sharedWorker.js", 33 "WorkerDebugger_suspended_debugger.js", 34 "WorkerDebugger_suspended_worker.js", 35 "WorkerDebugger_worker.js", 36 "WorkerTest.sys.mjs", 37 "WorkerTest_subworker.js", 38 "WorkerTest_worker.js", 39 "bug1062920_worker.js", 40 "chromeWorker_subworker.js", 41 "chromeWorker_worker_submod.sys.mjs", 42 "chromeWorker_worker.js", 43 "chromeWorker_worker.sys.mjs", 44 "dom_worker_helper.js", 45 "empty.html", 46 "fileBlobSubWorker_worker.js", 47 "fileBlob_worker.js", 48 "filePosting_worker.js", 49 "fileReadSlice_worker.js", 50 "fileReaderSyncErrors_worker.js", 51 "fileReaderSync_worker.js", 52 "fileSlice_worker.js", 53 "fileSubWorker_worker.js", 54 "file_worker.js", 55 "sharedWorker_privateBrowsing.js", 56 "sourcemap_header.js", 57 "sourcemap_header_debugger.js", 58 ] 59 60 ["test_WorkerDebugger.initialize.xhtml"] 61 62 ["test_WorkerDebugger.postMessage.xhtml"] 63 64 ["test_WorkerDebugger.xhtml"] 65 66 ["test_WorkerDebuggerGlobalScope.createSandbox.xhtml"] 67 68 ["test_WorkerDebuggerGlobalScope.enterEventLoop.xhtml"] 69 70 ["test_WorkerDebuggerGlobalScope.reportError.xhtml"] 71 72 ["test_WorkerDebuggerGlobalScope.setImmediate.xhtml"] 73 74 ["test_WorkerDebuggerManager.xhtml"] 75 76 ["test_WorkerDebugger_console.xhtml"] 77 78 ["test_WorkerDebugger_frozen.xhtml"] 79 80 ["test_WorkerDebugger_promise.xhtml"] 81 82 ["test_WorkerDebugger_suspended.xhtml"] 83 84 ["test_bug1062920.xhtml"] 85 86 ["test_chromeWorker.xhtml"] 87 88 ["test_chromeWorkerESM.xhtml"] 89 90 ["test_file.xhtml"] 91 92 ["test_fileBlobPosting.xhtml"] 93 94 ["test_fileBlobSubWorker.xhtml"] 95 96 ["test_filePosting.xhtml"] 97 98 ["test_fileReadSlice.xhtml"] 99 100 ["test_fileReaderSync.xhtml"] 101 102 ["test_fileReaderSyncErrors.xhtml"] 103 104 ["test_fileSlice.xhtml"] 105 106 ["test_fileSubWorker.xhtml"] 107 108 ["test_readableStream_when_closing.html"] 109 110 ["test_sharedWorker_privateBrowsing.html"] 111 112 ["test_shutdownCheck.xhtml"] 113 support-files = ["worker_shutdownCheck.js"] 114 115 ["test_sourcemap_header.html"] 116 skip-if = [ 117 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && ccov", 118 ]