Bug 174732 - Layout test http/tests/inspector/network/resource-response-source-memory-cache-revalidate-expired-only.html is flaky.
Summary: Layout test http/tests/inspector/network/resource-response-source-memory-cach...
Status: NEW
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:
Depends on:
Blocks:
 
Reported: 2017-07-21 15:50 PDT by Matt Lewis
Modified: 2017-07-21 15:51 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2017-07-21 15:50:39 PDT
http/tests/inspector/network/resource-response-source-memory-cache-revalidate-expired-only.html is a flaky failure on Mac Debug according to the Dashboard.

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Finspector%2Fnetwork%2Fresource-response-source-memory-cache-revalidate-expired-only.html

Build:
https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK2%20(Tests)/r219737%20(2150)/results.html
https://build.webkit.org/builders/Apple%20Sierra%20Debug%20WK2%20(Tests)/builds/2150

This does not appear to be a recent regression.

Diff:

--- /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/http/tests/inspector/network/resource-response-source-memory-cache-revalidate-expired-only-expected.txt
+++ /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/http/tests/inspector/network/resource-response-source-memory-cache-revalidate-expired-only-actual.txt
@@ -4,6 +4,10 @@
 == Running test suite: Resource.ResponseSource.MemoryCache
 -- Running test case: Resource.ResponseSource.MemoryCache
 PASS: Resource should be exist.
-PASS: statusCode should be 304
-PASS: responseSource should be Symbol(memory-cache)
+FAIL: statusCode should be 304
+    Expected: 304
+    Actual: NaN
+FAIL: responseSource should be Symbol(memory-cache)
+    Expected: Symbol(memory-cache)
+    Actual: Symbol(unknown)