summaryrefslogtreecommitdiffstats
path: root/dom/performance/tests/mochitest.toml
blob: 198f8eb54278bc63a1a7f5106497aae2b68908a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[DEFAULT]
support-files = [
  "test_performance_observer.js",
  "test_performance_user_timing.js",
  "test_worker_performance_now.js",
  "worker_performance_user_timing.js",
  "worker_performance_observer.js",
  "sharedworker_performance_user_timing.js",
  "test_worker_performance_entries.js",
  "test_worker_performance_entries.sjs",
  "empty.js",
  "serverTiming.sjs",
]

["test_performance_navigation_timing.html"]

["test_performance_observer.html"]

["test_performance_paint_observer.html"]
support-files = [
  "test_performance_paint_observer_helper.html",
  "logo.png",
]

["test_performance_paint_timing.html"]
support-files = [
  "test_performance_paint_timing_helper.html",
  "logo.png",
]

["test_performance_server_timing.html"]
scheme = "https"
skip-if = [
  "http3",
  "http2",
]

["test_performance_server_timing_plain_http.html"]
skip-if = [
  "http3",
  "http2",
]

["test_performance_timing_json.html"]

["test_performance_user_timing.html"]

["test_performance_user_timing_dying_global.html"]

["test_sharedWorker_performance_user_timing.html"]
skip-if = ["true"] # Bug 1571904

["test_timeOrigin.html"]
skip-if = ["os == 'android'"] # Bug 1525959

["test_worker_observer.html"]

["test_worker_performance_entries.html"]
skip-if = [
  "os == 'android'", # Bug 1525959
  "http3",
  "http2",
]

["test_worker_performance_now.html"]

["test_worker_user_timing.html"]