Bug 227413 - [Arm64 WK2] http/tests/inspector/network/resource-timing.html is consistently failing
Summary: [Arm64 WK2] http/tests/inspector/network/resource-timing.html is consistently...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
: 227541 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-06-25 16:44 PDT by Amir Mark Jr
Modified: 2021-06-30 22:27 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.29 KB, patch)
2021-06-30 12:32 PDT, Alex Christensen
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Amir Mark Jr 2021-06-25 16:44:30 PDT
http/tests/inspector/network/resource-timing.html

Is consistently failing on Apple Silicon Wk2 Debug and Release.

History:

https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Finspector%2Fnetwork%2Fresource-timing.html


Text Diff:

--- /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk2/build/layout-test-results/http/tests/inspector/network/resource-timing-expected.txt
+++ /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk2/build/layout-test-results/http/tests/inspector/network/resource-timing-actual.txt
@@ -16,7 +16,9 @@
 PASS: requestStart should come after startTime.
 PASS: A secure connection should be reused or secureConnectionStart should come after connectStart.
 PASS: responseStart should come after requestStart.
-PASS: responseEnd should come after responseStart.
+FAIL: responseEnd should come after responseStart.
+    Expected: less than or equal to -670572.446723
+    Actual: 0.02268275001551956
 
 -- Running test case: Resource.TimingData.Redirect
 PASS: Start time should be before redirect start time.
Comment 1 Radar WebKit Bug Importer 2021-06-25 16:46:05 PDT
<rdar://problem/79801896>
Comment 2 Amir Mark Jr 2021-06-25 16:47:41 PDT
This test has been consistently failing since being turned on for Apple Silicon around r278405
Comment 3 Alex Christensen 2021-06-25 17:39:04 PDT
This is probably related to r278391
Unsure if it's actually a regression.
I'll investigate when I get to my AS machine.
Comment 4 Alex Christensen 2021-06-30 12:07:32 PDT
*** Bug 227541 has been marked as a duplicate of this bug. ***
Comment 5 Alex Christensen 2021-06-30 12:32:45 PDT
Created attachment 432617 [details]
Patch
Comment 6 Alex Christensen 2021-06-30 12:33:26 PDT
*** Bug 227541 has been marked as a duplicate of this bug. ***
Comment 7 Alex Christensen 2021-06-30 16:52:15 PDT
http://trac.webkit.org/r279442
Comment 8 Alex Christensen 2021-06-30 22:27:17 PDT
Bots show this is fixed.  Hooray!