Bug 226737 - REGRESSION: (r278477) performance-api/resource-timing-apis.html is failing on windows
Summary: REGRESSION: (r278477) performance-api/resource-timing-apis.html is failing on...
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: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-06-07 13:08 PDT by Truitt Savell
Modified: 2021-06-08 08:59 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2021-06-07 13:08:46 PDT
It looks like the changes in https://trac.webkit.org/changeset/278477/webkit

broke performance-api/resource-timing-apis.html

on windows. History:
https://results.webkit.org/?suite=layout-tests&test=performance-api%2Fresource-timing-apis.html

Diff:
--- /home/buildbot/worker/win10-release-tests/build/layout-test-results/performance-api/resource-timing-apis-expected.txt
+++ /home/buildbot/worker/win10-release-tests/build/layout-test-results/performance-api/resource-timing-apis-actual.txt
@@ -19,9 +19,9 @@
 PASS "requestStart" in PerformanceResourceTiming.prototype is true
 PASS "responseStart" in PerformanceResourceTiming.prototype is true
 PASS "responseEnd" in PerformanceResourceTiming.prototype is true
-PASS "transferSize" in PerformanceResourceTiming.prototype is true
-PASS "encodedBodySize" in PerformanceResourceTiming.prototype is true
-PASS "decodedBodySize" in PerformanceResourceTiming.prototype is true
+FAIL "transferSize" in PerformanceResourceTiming.prototype should be true. Was false.
+FAIL "encodedBodySize" in PerformanceResourceTiming.prototype should be true. Was false.
+FAIL "decodedBodySize" in PerformanceResourceTiming.prototype should be true. Was false.
 PASS PerformanceResourceTiming.prototype.toJSON is defined.
 PASS new PerformanceResourceTiming() threw exception TypeError: Illegal constructor.
 
@@ -50,9 +50,9 @@
 PASS [Worker] "requestStart" in PerformanceResourceTiming.prototype is true
 PASS [Worker] "responseStart" in PerformanceResourceTiming.prototype is true
 PASS [Worker] "responseEnd" in PerformanceResourceTiming.prototype is true
-PASS [Worker] "transferSize" in PerformanceResourceTiming.prototype is true
-PASS [Worker] "encodedBodySize" in PerformanceResourceTiming.prototype is true
-PASS [Worker] "decodedBodySize" in PerformanceResourceTiming.prototype is true
+FAIL [Worker] "transferSize" in PerformanceResourceTiming.prototype should be true. Was false.
+FAIL [Worker] "encodedBodySize" in PerformanceResourceTiming.prototype should be true. Was false.
+FAIL [Worker] "decodedBodySize" in PerformanceResourceTiming.prototype should be true. Was false.
 PASS [Worker] PerformanceResourceTiming.prototype.toJSON is defined.
 PASS [Worker] new PerformanceResourceTiming() threw exception TypeError: Illegal constructor.
 [Worker]
Comment 1 Radar WebKit Bug Importer 2021-06-07 13:09:18 PDT
<rdar://problem/78959658>
Comment 2 Ryan Haddad 2021-06-07 19:40:14 PDT
It looks like the revision in question updated the baseline for this test, so this probably means that we now need a Windows specific baseline.
Comment 3 Alex Christensen 2021-06-08 08:59:01 PDT
r278608