| Summary: | [ iOS wk2 ews ]: 2 in-app-browser-privacy and 1 WPT are constant failures slowing down ews | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | bfulgham, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=217145 https://bugs.webkit.org/show_bug.cgi?id=217386 https://bugs.webkit.org/show_bug.cgi?id=217406 |
||
|
Description
Karl Rackler
2020-10-01 11:13:04 PDT
I have marked these tests as failing while this issue is investigated on reproduction issues within open source and ews is impacted. https://trac.webkit.org/changeset/267843/webkit http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html is consistently failing on iOS 14 bots: --- /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session-expected.txt +++ /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session-actual.txt @@ -3,8 +3,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS Origin has non-app-bound session. +FAIL Origin started with app-bound session. PASS successfullyParsed is true +Some tests failed. TEST COMPLETE http/tests/in-app-browser-privacy/top-frame-redirect-to-non-app-bound-domain-blocked.html is a flaky failure: --- /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/http/tests/in-app-browser-privacy/top-frame-redirect-to-non-app-bound-domain-blocked-expected.txt +++ /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/http/tests/in-app-browser-privacy/top-frame-redirect-to-non-app-bound-domain-blocked-actual.txt @@ -1,10 +1 @@ -Test top frame redirects block non-app-bound domains - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -PASS Redirect to non app-bound domain failed -PASS successfullyParsed is true - -TEST COMPLETE - +FAILED: Should not have loaded imported/w3c/web-platform-tests/xhr/event-timeout.any.html is tracked with https://bugs.webkit.org/show_bug.cgi?id=216961 Reproduction attempt: [ Using 18A393, r267950 ] Command: run-webkit-tests --ios-simulator --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html Result: Expected to fail, but passed: (1) Unable to reproduce the open source dashboard (18A372) failure Another Reproduction attempt: [ Using 18A393, r267950 ] Test: http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html Command: run-webkit-tests --ios-simulator --iterations 2000 --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --debug-rwt-logging --no-retry --force --no-build -f http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html Result: Results: 2000/2000 tests passed (100.0%) Unable to reproduce the open source dashboard (18A372) failure http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html is tracked https://bugs.webkit.org/show_bug.cgi?id=217386 http/tests/in-app-browser-privacy/top-frame-redirect-to-non-app-bound-domain-blocked.html is tracked https://bugs.webkit.org/show_bug.cgi?id=217406 |