Skip to content

Commit

Permalink
Bug 1822711 - Enable mochitest-plain on Android Fission builds. Disab…
Browse files Browse the repository at this point in the history
…le some of the tests that are currently failing r=jmaher,taskgraph-reviewers,geckoview-reviewers,calu

Differential Revision: https://phabricator.services.mozilla.com/D175077
  • Loading branch information
owlishDeveloper committed May 1, 2023
1 parent 1c547ae commit 684be76
Show file tree
Hide file tree
Showing 9 changed files with 202 additions and 7 deletions.
3 changes: 3 additions & 0 deletions docshell/test/mochitest/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,12 @@ skip-if = true
skip-if = toolkit != "cocoa" || headless # Headless: bug 1410525
support-files = file_bug511449.html
[test_bug529119-1.html]
skip-if =
fission && os == "android" # Bug 1827321
[test_bug529119-2.html]
skip-if =
http3
fission && os == "android" # Bug 1827321
[test_bug530396.html]
support-files = bug530396-noref.sjs bug530396-subframe.html
skip-if =
Expand Down
2 changes: 2 additions & 0 deletions docshell/test/navigation/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ skip-if =
os == "linux" && bits == 64 # Bug 1572299
win10_2004 # Bug 1572299
win11_2009 # Bug 1797751
fission && os == "android" # Bug 1827323
[test_popup-navigates-children.html]
skip-if =
http3
Expand Down Expand Up @@ -234,6 +235,7 @@ support-files =
[test_recursive_frames.html]
skip-if =
http3
fission && os == "android" # Bug 1714698
[test_bug1699721.html]
skip-if = !fission # tests fission-only process switching behaviour
[test_ship_beforeunload_fired.html]
Expand Down
2 changes: 2 additions & 0 deletions dom/base/test/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ skip-if =
[test_bug753278.html]
[test_bug761120.html]
[test_bug769117.html]
skip-if =
fission && os == "android" # Bug 1827725
[test_bug782342.html]
[test_bug787778.html]
[test_bug789315.html]
Expand Down
Loading

0 comments on commit 684be76

Please sign in to comment.