WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
226737
REGRESSION: (
r278477
) performance-api/resource-timing-apis.html is failing on windows
https://bugs.webkit.org/show_bug.cgi?id=226737
Summary
REGRESSION: (r278477) performance-api/resource-timing-apis.html is failing on...
Truitt Savell
Reported
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]
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-06-07 13:09:18 PDT
<
rdar://problem/78959658
>
Ryan Haddad
Comment 2
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.
Alex Christensen
Comment 3
2021-06-08 08:59:01 PDT
r278608
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug