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 1829474 - [wpt-sync] Update web-platform-tests to 48fe6048c0bf4c6…
…235369cac86774122169f6ee5, a=testonly MANUAL PUSH: wpt sync bot wpt-head: 48fe6048c0bf4c6235369cac86774122169f6ee5 wpt-type: landing
- Loading branch information
1 parent
61538d2
commit 81efdc0
Showing
215 changed files
with
1,059 additions
and
996 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
6 changes: 3 additions & 3 deletions
6
testing/web-platform/meta/IndexedDB/back-forward-cache-open-connection.window.js.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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[back-forward-cache-open-connection.window.html] | ||
expected: | ||
if not debug and (os == "linux") and not fission: [OK, TIMEOUT] | ||
if not debug and (os == "mac"): [OK, TIMEOUT] | ||
if not debug and (os == "win"): [OK, TIMEOUT] | ||
if not debug and (os == "mac"): [OK, TIMEOUT] | ||
[Testing BFCache support for page with open IndexedDB connection, and eviction behavior when receiving versionchange event.] | ||
expected: | ||
if (os == "linux") and not fission and debug and not swgl: PASS | ||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT] | ||
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT] | ||
if (os == "linux") and not fission and not debug: [PASS, FAIL, TIMEOUT] | ||
if (os == "mac") and debug: [FAIL, PASS] | ||
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT] | ||
if (os == "win") and not debug: [PASS, FAIL, TIMEOUT] | ||
if os == "android": PASS | ||
[PASS, FAIL] |
24 changes: 8 additions & 16 deletions
24
testing/web-platform/meta/IndexedDB/back-forward-cache-open-transaction.window.js.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 |
---|---|---|
@@ -1,20 +1,12 @@ | ||
[back-forward-cache-open-transaction.window.html] | ||
expected: | ||
if (os == "linux") and not fission and debug and swgl: [TIMEOUT, OK] | ||
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] | ||
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK] | ||
if (os == "linux") and not fission and not debug: [TIMEOUT, OK] | ||
if (os == "win") and debug: [TIMEOUT, OK] | ||
if (os == "mac") and not debug: [TIMEOUT, OK] | ||
if (os == "mac") and debug: [TIMEOUT, OK] | ||
TIMEOUT | ||
if (os == "linux") and not fission and debug and not swgl: TIMEOUT | ||
if (os == "linux") and fission: TIMEOUT | ||
if os == "android": TIMEOUT | ||
[TIMEOUT, OK] | ||
[BFCache support test for page with open IndexedDB transaction] | ||
expected: | ||
if (os == "linux") and not fission and debug and swgl: [TIMEOUT, PASS] | ||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] | ||
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS] | ||
if (os == "linux") and not fission and not debug: [TIMEOUT, PASS] | ||
if (os == "mac") and not debug: [TIMEOUT, PASS] | ||
if (os == "mac") and debug: [TIMEOUT, PASS] | ||
if (os == "win") and debug: [TIMEOUT, PASS] | ||
TIMEOUT | ||
if (os == "linux") and not fission and debug and not swgl: TIMEOUT | ||
if (os == "linux") and fission: TIMEOUT | ||
if os == "android": TIMEOUT | ||
[TIMEOUT, 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
Oops, something went wrong.