mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 994798 - Disable browser_frameworker_sandbox.js on Linux debug for frequent timeouts. a=test-only
CLOSED TREE
This commit is contained in:
parent
a52bdce68c
commit
4b6c707ed4
@ -21,4 +21,4 @@ support-files =
|
|||||||
[browser_frameworker.js]
|
[browser_frameworker.js]
|
||||||
skip-if = asan || (os == 'linux' && debug) # Bug 994798 for Linux debug disabling
|
skip-if = asan || (os == 'linux' && debug) # Bug 994798 for Linux debug disabling
|
||||||
[browser_frameworker_sandbox.js]
|
[browser_frameworker_sandbox.js]
|
||||||
skip-if = asan
|
skip-if = asan || (os == 'linux' && debug) # Bug 994798 for Linux debug disabling
|
||||||
|
Loading…
Reference in New Issue
Block a user