Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / performance / tests / mochitest.toml
blobe0d4bec517fe846b29f8ae39d738d9525b648570
1 [DEFAULT]
2 support-files = [
3   "test_performance_observer.js",
4   "test_performance_user_timing.js",
5   "test_worker_performance_now.js",
6   "worker_performance_user_timing.js",
7   "worker_performance_observer.js",
8   "sharedworker_performance_user_timing.js",
9   "test_worker_performance_entries.js",
10   "test_worker_performance_entries.sjs",
11   "empty.js",
12   "serverTiming.sjs",
13   "server.sjs",
16 ["test_performance_aborted_status.html"]
18 ["test_performance_navigation_timing.html"]
20 ["test_performance_observer.html"]
22 ["test_performance_paint_observer.html"]
23 support-files = [
24   "test_performance_paint_observer_helper.html",
25   "logo.png",
28 ["test_performance_paint_timing.html"]
29 support-files = [
30   "test_performance_paint_timing_helper.html",
31   "logo.png",
34 ["test_performance_server_timing.html"]
35 scheme = "https"
36 skip-if = [
37   "http3",
38   "http2",
41 ["test_performance_server_timing_plain_http.html"]
42 skip-if = [
43   "http3",
44   "http2",
47 ["test_performance_timing_json.html"]
49 ["test_performance_user_timing.html"]
51 ["test_performance_user_timing_dying_global.html"]
53 ["test_sharedWorker_performance_user_timing.html"]
54 skip-if = ["true"] # Bug 1571904
56 ["test_timeOrigin.html"]
57 skip-if = ["os == 'android'"] # Bug 1525959
59 ["test_worker_observer.html"]
61 ["test_worker_performance_entries.html"]
62 skip-if = [
63   "os == 'android'", # Bug 1525959
64   "http3",
65   "http2",
68 ["test_worker_performance_now.html"]
70 ["test_worker_user_timing.html"]