forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1804140 - Enable SHIP by default on desktop, whether or not Fissi…
…on is disabled. r=smaug,jgraham,webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D172278
- Loading branch information
1 parent
a68cfa1
commit 635046a
Showing
13 changed files
with
85 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
[back.py] | ||
expected: | ||
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] | ||
[test_cross_origin[capabilities0\]] | ||
expected: | ||
if (os == "win") and not debug and (processor == "x86_64") and fission: [OK, TIMEOUT] | ||
if (os == "linux") and not fission: FAIL | ||
if (os == "win") and not fission: FAIL | ||
if (os == "mac") and not fission: FAIL | ||
PASS |
7 changes: 7 additions & 0 deletions
7
testing/web-platform/meta/webdriver/tests/forward/forward.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[forward.py] | ||
[test_cross_origin[capabilities0\]] | ||
expected: | ||
if (os == "linux") and not fission: FAIL | ||
if (os == "win") and not fission: FAIL | ||
if (os == "mac") and not fission: FAIL | ||
PASS |
7 changes: 7 additions & 0 deletions
7
testing/web-platform/meta/webdriver/tests/navigate_to/navigate.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[navigate.py] | ||
[test_cross_origin[capabilities0\]] | ||
expected: | ||
if (os == "linux") and not fission: FAIL | ||
if (os == "win") and not fission: FAIL | ||
if (os == "mac") and not fission: FAIL | ||
PASS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters