Bug 207167 - [ macOS wk1 ] inspector/unit-tests/server-timing-entry.html is flaky timeout
Summary: [ macOS wk1 ] inspector/unit-tests/server-timing-entry.html is flaky timeout
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-03 16:56 PST by Jacob Uphoff
Modified: 2020-02-03 17:03 PST (History)
4 users (show)

See Also:


Attachments
Update Test Expectations (1.51 KB, patch)
2020-02-03 17:02 PST, Jacob Uphoff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Uphoff 2020-02-03 16:56:21 PST
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fcontroller%2Fruntime-controller-import.html

This test has been flaky time out for all visible history

Could not reproduce on iteration tests

History:

https://results.webkit.org/?suite=layout-tests&test=inspector%2Funit-tests%2Fserver-timing-entry.html&limit=50000

Diff:

--- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/inspector/unit-tests/server-timing-entry-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/inspector/unit-tests/server-timing-entry-actual.txt
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 
 == Running test suite: ServerTimingEntry
 -- Running test case: ServerTimingEntry.parseHeaders
@@ -525,31 +526,3 @@
 Testing response header: -->,=<--
 PASS: Parsed ServerTimingEntry count has expected results count of 0.
 
-Testing response header: -->;,<--
-PASS: Parsed ServerTimingEntry count has expected results count of 0.
-
-Testing response header: -->,;<--
-PASS: Parsed ServerTimingEntry count has expected results count of 0.
-
-Testing response header: -->=;,<--
-PASS: Parsed ServerTimingEntry count has expected results count of 0.
-
-Testing response header: -->metric;	desc=	tabs-should-get-trimmed	;dur=	42	<--
-PASS: Parsed ServerTimingEntry count has expected results count of 1.
-PASS: name is "metric"
-PASS: duration is 42
-PASS: description is "tabs-should-get-trimmed"
-
-Testing response header: -->     metric;dur=123.4;desc=description<--
-PASS: Parsed ServerTimingEntry count has expected results count of 1.
-PASS: name is "metric"
-PASS: duration is 123.4
-PASS: description is "description"
-
-Testing response header: -->	metric;dur=123.4;desc=description<--
-PASS: Parsed ServerTimingEntry count has expected results count of 1.
-PASS: name is "metric"
-PASS: duration is 123.4
-PASS: description is "description"
-
-
Comment 1 Radar WebKit Bug Importer 2020-02-03 16:56:40 PST
<rdar://problem/59132524>
Comment 2 Jacob Uphoff 2020-02-03 17:02:02 PST
Created attachment 389604 [details]
Update Test Expectations
Comment 3 Truitt Savell 2020-02-03 17:03:10 PST
Comment on attachment 389604 [details]
Update Test Expectations

Clearing flags on attachment: 389604

Committed r255621: <https://trac.webkit.org/changeset/255621>