Bug 229214 - [ Win EWS ] performance-api/performance-timeline-api.html needs to be rebaselined
Summary: [ Win EWS ] performance-api/performance-timeline-api.html needs to be rebasel...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-17 16:05 PDT by ayumi_kojima
Modified: 2021-08-17 17:21 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-08-17 16:05:27 PDT
performance-api/performance-timeline-api.html

Is failing on Window-EWS and needs to be rebaselined.

The test is showing up on Windows-EWS as a pre-existing test failure: https://ews-build.webkit.org/#/builders/10/builds/101699

Diff: 

--- /home/buildbot/worker/Windows-EWS/build/layout-test-results/performance-api/performance-timeline-api-expected.txt
+++ /home/buildbot/worker/Windows-EWS/build/layout-test-results/performance-api/performance-timeline-api-actual.txt
@@ -16,14 +16,14 @@
 PASS Performance.prototype.getEntriesByType is defined.
 PASS Performance.prototype.getEntriesByName is defined.
 PASS performance.getEntries() instanceof Array is true
-FAIL performance.getEntries().length === 1 should be true. Was false.
+PASS performance.getEntries().length === 1 is true
 PASS performance.mark("test"); did not throw exception.
-FAIL performance.getEntries().length === 2 should be true. Was false.
-FAIL performance.getEntries()[markIndex] instanceof PerformanceEntry should be true. Was false.
-FAIL performance.getEntries()[markIndex].name should be test. Threw exception TypeError: undefined is not an object (evaluating 'performance.getEntries()[markIndex].name')
-FAIL performance.getEntries()[markIndex].entryType should be mark. Threw exception TypeError: undefined is not an object (evaluating 'performance.getEntries()[markIndex].entryType')
-FAIL typeof performance.getEntries()[markIndex].startTime === "number" should be true. Threw exception TypeError: undefined is not an object (evaluating 'performance.getEntries()[markIndex].startTime')
-FAIL typeof performance.getEntries()[markIndex].duration === "number" should be true. Threw exception TypeError: undefined is not an object (evaluating 'performance.getEntries()[markIndex].duration')
+PASS performance.getEntries().length === 2 is true
+PASS performance.getEntries()[markIndex] instanceof PerformanceEntry is true
+PASS performance.getEntries()[markIndex].name is "test"
+PASS performance.getEntries()[markIndex].entryType is "mark"
+PASS typeof performance.getEntries()[markIndex].startTime === "number" is true
+PASS typeof performance.getEntries()[markIndex].duration === "number" is true
 PASS performance.getEntriesByType() threw exception TypeError: Not enough arguments.
 PASS performance.getEntriesByType("not-real").length === 0 is true
 PASS performance.getEntriesByType("mark").length === 1 is true

Result page: https://ews-build.s3-us-west-2.amazonaws.com/Windows-EWS/r435613-101699/results.html

The failure is also seen on the open source directory: https://results.webkit.org/?suite=layout-tests&test=performance-api/performance-timeline-api.html
Comment 1 Radar WebKit Bug Importer 2021-08-17 16:10:44 PDT
<rdar://problem/82051519>
Comment 2 ayumi_kojima 2021-08-17 16:11:18 PDT
Rebaselined here https://trac.webkit.org/changeset/281169/webkit