[Webkit-unassigned] [Bug 229214] New: [ Win EWS ] performance-api/performance-timeline-api.html needs to be rebaselined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 16:05:27 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229214

            Bug ID: 229214
           Summary: [ Win EWS ]
                    performance-api/performance-timeline-api.html needs to
                    be rebaselined
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ayumi_kojima at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210817/f9df64fd/attachment.htm>


More information about the webkit-unassigned mailing list