mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1110982 - Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM
This commit is contained in:
parent
c94f553e50
commit
1607ba6ded
@ -6,5 +6,6 @@ support-files =
|
||||
seek.webm
|
||||
|
||||
[test_texttrackcue_chrome.html]
|
||||
skip-if = os=='mac' && debug # bug 1130751
|
||||
[test_texttrack_chrome.html]
|
||||
[test_texttracklist_chrome.html]
|
||||
|
@ -28,6 +28,4 @@ skip-if = buildapp == 'mulet'
|
||||
[test_htmleditor_keyevent_handling.html]
|
||||
[test_selection_move_commands.xul]
|
||||
[test_texteditor_keyevent_handling.html]
|
||||
# disables the key handling test on gtk because gtk overrides some key events
|
||||
# on our editor, and the combinations depend on the system.
|
||||
skip-if = toolkit == "gtk2" || toolkit == "gtk3"
|
||||
skip-if = (debug && os=='win') || (os == 'linux') # Bug 1116205, leaks on windows debug, fails delete key on linux
|
||||
|
@ -1754,8 +1754,9 @@ class Mochitest(MochitestUtilsMixin):
|
||||
|
||||
self.setTestRoot(options)
|
||||
|
||||
# Until we have all green, this only runs on bc*/dt* jobs
|
||||
if options.browserChrome:
|
||||
# Until we have all green, this only runs on bc*/dt*/mochitest-chrome jobs, not webapprt*, jetpack*, or plain
|
||||
if options.browserChrome or options.chrome or options.subsuite or \
|
||||
options.a11y:
|
||||
options.runByDir = True
|
||||
|
||||
if not options.runByDir:
|
||||
|
@ -15,6 +15,7 @@ support-files =
|
||||
[test_aboutmemory3.xul]
|
||||
[test_aboutmemory4.xul]
|
||||
[test_aboutmemory5.xul]
|
||||
skip-if = asan # Bug 1116230
|
||||
[test_aboutmemory6.xul]
|
||||
[test_memoryReporters.xul]
|
||||
[test_memoryReporters2.xul]
|
||||
|
@ -6,7 +6,9 @@ support-files =
|
||||
seek_with_sound.ogg
|
||||
|
||||
[test_contextmenu_nested.xul]
|
||||
skip-if = os == 'linux' # Bug 1116215
|
||||
[test_contextmenu_menugroup.xul]
|
||||
skip-if = os == 'linux' # Bug 1115088
|
||||
[test_editor_currentURI.xul]
|
||||
[test_menubar.xul]
|
||||
skip-if = os == 'mac'
|
||||
|
Loading…
Reference in New Issue
Block a user