mochitest.toml (1180B)
1 [DEFAULT] 2 support-files = ["promise_uncatchable_exception.js"] 3 4 ["test_bug883683.html"] 5 6 ["test_promise.html"] 7 8 ["test_promise_and_timeout_ordering.html"] 9 support-files = ["file_promise_and_timeout_ordering.js"] 10 11 ["test_promise_and_timeout_ordering_workers.html"] 12 support-files = ["file_promise_and_timeout_ordering.js"] 13 14 ["test_promise_argument.html"] 15 support-files = ["file_promise_argument_tests.js"] 16 skip-if = [ 17 "asan", 18 "ccov", 19 "opt", 20 "tsan", 21 ] 22 23 ["test_promise_callback_retval.html"] 24 support-files = ["file_promise_argument_tests.js"] 25 skip-if = [ 26 "asan", 27 "ccov", 28 "opt", 29 "tsan", 30 ] 31 32 ["test_promise_retval.html"] 33 support-files = ["file_promise_retval_tests.js"] 34 skip-if = [ 35 "asan", 36 "ccov", 37 "opt", 38 "tsan", 39 ] 40 41 ["test_promise_uncatchable_exception.html"] 42 skip-if = [ 43 "asan", 44 "ccov", 45 "opt", 46 "tsan", 47 ] 48 49 ["test_promise_utils.html"] 50 51 ["test_resolve.html"] 52 53 ["test_resolver_return_value.html"] 54 55 ["test_species_getter.html"] 56 57 ["test_thenable_vs_promise_ordering.html"] 58 59 ["test_webassembly_compile.html"] 60 support-files = [ 61 "test_webassembly_compile_sample.wasm", 62 "test_webassembly_compile_worker.js", 63 "test_webassembly_compile_worker_terminate.js", 64 ]