Skip to content
Snippets Groups Projects
Commit df1e6b47 authored by Paul Bone's avatar Paul Bone
Browse files

Bug 1725635 - Tighten when dom/ipc/tests/browser_gc_schedule.js can run...

Bug 1725635 - Tighten when dom/ipc/tests/browser_gc_schedule.js can run r=intermittent-reviewers,jmaher DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D124880
parent 94e39a94
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,15 @@ skip-if = !e10s
[browser_bug1686194.js]
support-files = file_dummy.html
[browser_gc_schedule.js]
# This test is timing sensitive, timing changes due to asan/tsan/debugging
# can upset it.
skip-if =
verify
asan # This test is timing sensitive, failures in asan builds don't indicate a real problem
os == 'linux' && bits == 64 && debug # Bug 1725635
asan
tsan
debug
os != 'linux'
bits != 64
[browser_very_fission.js]
support-files = file_dummy.html
run-if = widget == "gtk"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment