Bug 309744
| Summary: | [WPE][ARM64] fast/events/monotonic-event-time.html is failing consistently on arm64 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
fast/events/monotonic-event-time.html
Diff:
--- /sdk/webkit/layout-test-results/fast/events/monotonic-event-time-expected.txt
+++ /sdk/webkit/layout-test-results/fast/events/monotonic-event-time-actual.txt
@@ -3,11 +3,12 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS lastTimeStamp < event.timeStamp is true
-PASS lastTimeStamp < event.timeStamp is true
-PASS lastTimeStamp < event.timeStamp is true
-PASS lastTimeStamp < event.timeStamp is true
+FAIL lastTimeStamp < event.timeStamp should be true. Was false.
+FAIL lastTimeStamp < event.timeStamp should be true. Was false.
+FAIL lastTimeStamp < event.timeStamp should be true. Was false.
+FAIL lastTimeStamp < event.timeStamp should be true. Was false.
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
Last good: https://build.webkit.org/#/builders/1882/builds/278
First bad: https://build.webkit.org/#/builders/1882/builds/279
Commits included in the build that started the failure:
309034@main (dae6ae8ca62b) [Site Isolation] Fix datalist picker for cross-origin iframes https://bugs.webkit.org/show_bug.cgi?id=307654 rdar://164541257
309033@main (ec2a9eedd035) CDMSessionAVContentKeySession::isAnyKeyUsable should check that content key is available https://bugs.webkit.org/show_bug.cgi?id=309534 rdar://171478431
309032@main (3c147a650200) [IndexedDB] Recover IndexedDB connections after network process crash without page reload https://bugs.webkit.org/show_bug.cgi?id=309386 rdar://171932720
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
FTR, I added this test 4 years ago in 225273@main. Maybe it's related to the resolution/precision when converting the timestamps.
Lauro Moura
Test gardening pull request: https://github.com/WebKit/WebKit/pull/60419
EWS
Test gardening commit 309108@main (7164f199cf19): <https://commits.webkit.org/309108@main>
Reviewed commits have been landed. Closing PR #60419 and removing active labels.