Source code
Revision control
Copy as Markdown
Other Tools
[DEFAULT]
head = "head.js"
support-files = ["../shared-head.js"]
["test_active_configuration.js"]
["test_addProfilerMarker.js"]
["test_asm.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan"] # bug 1302198, permanent failure since GCP machine type change from n2-standard- to c2-standard-4
["test_assertion_helper.js"]
["test_enterjit_osr.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan"] # bug 1783179, frequent failure since GCP machine type change from n2-standard- to c2-standard-4
["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"]
# See the comment on test_feature_stackwalking.js
["test_feature_mainthreadio.js"]
skip-if = [
"release_or_beta",
"os == 'win' && socketprocess_networking",
]
["test_feature_nativeallocations.js"]
skip-if = [
"asan",
"tsan",
"socketprocess_networking",
]
["test_feature_posix_signals.js"]
skip-if = [
"ccov", # The signals for the profiler conflict with the ccov signals
]
# 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
#
# Linux can be very unreliable when native stackwalking through JavaScript code.
#
# 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 = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan"] # bug 1783179, frequent failure since GCP machine type change from n2-standard- to c2-standard-4
["test_responsiveness.js"]
["test_run.js"]
skip-if = ["true"]
["test_shared_library.js"]
["test_start.js"]
skip-if = ["true"]