summaryrefslogtreecommitdiffstats
path: root/tools/profiler/tests/xpcshell/xpcshell.toml
blob: 2cde39d09ff3f9f0fefc042b1d165f2cac3dc22e (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[DEFAULT]
head = "head.js"
support-files = ["../shared-head.js"]

["test_active_configuration.js"]
skip-if = ["tsan"] # Intermittent timeouts, bug 1781449

["test_addProfilerMarker.js"]

["test_asm.js"]

["test_assertion_helper.js"]

["test_enterjit_osr.js"]

["test_enterjit_osr_disabling.js"]
skip-if = ["!debug"]

["test_enterjit_osr_enabling.js"]
skip-if = ["!debug"]

["test_feature_cpufreq.js"]

["test_feature_fileioall.js"]
skip-if = ["release_or_beta"]

["test_feature_java.js"]
skip-if = ["os != 'android'"]

["test_feature_js.js"]
skip-if = ["tsan"] # Times out on TSan, bug 1612707

# See the comment on test_feature_stackwalking.js

["test_feature_mainthreadio.js"]
skip-if = [
  "release_or_beta",
  "os == 'win' && socketprocess_networking",
  "tsan", # bug 1885381
]

["test_feature_nativeallocations.js"]
skip-if = [
  "os == 'android' && verify", # bug 1757528
  "asan",
  "tsan",
  "socketprocess_networking",
]

["test_feature_posix_signals.js"]
skip-if = [
  "ccov",
  "os == 'win'",
]

# Native stackwalking is somewhat unreliable depending on the platform.
#
# We don't have frame pointers on macOS release and beta, so stack walking does not
# work. See Bug 1571216 for more details.
#
# Linux can be very unreliable when native stackwalking through JavaScript code.
# See Bug 1434402 for more details.
#
# For sanitizer builds, there were many intermittents, and we're not getting much
# additional coverage there, so it's better to be a bit more reliable.

# The sanitizer checks appears to overwrite our own memory hooks in xpcshell tests,
# and no allocation markers are gathered. Skip this test in that configuration.

["test_feature_stackwalking.js"]
skip-if = [
  "os == 'mac' && release_or_beta",
  "os == 'linux' && release_or_beta && !debug",
  "asan",
  "tsan",
]

["test_get_features.js"]

["test_merged_stacks.js"]
skip-if = [
  "os == 'mac' && release_or_beta",
  "os == 'linux' && release_or_beta && !debug",
  "asan",
  "tsan",
]

["test_pause.js"]
skip-if = ["tsan && socketprocess_networking"] # Times out on TSan and socket process, bug 1878882

["test_responsiveness.js"]
skip-if = ["tsan"] # Times out on TSan, bug 1612707

["test_run.js"]
skip-if = ["true"]

["test_shared_library.js"]

["test_start.js"]
skip-if = ["true"]