Bug 155312 - inspector/heap/getPreview.html is a flaky timeout on mac-wk2
Summary: inspector/heap/getPreview.html is a flaky timeout on mac-wk2
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: 2016-03-10 11:42 PST by Ryan Haddad
Modified: 2016-12-13 15:36 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-03-10 11:42:03 PST
inspector/heap/getPreview.html is a flaky timeout on mac-wk2 debug

<https://build.webkit.org/results/Apple%20Yosemite%20Debug%20WK2%20(Tests)/r197941%20(10651)/results.html>
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fheap%2FgetPreview.html>

--- /Volumes/Data/slave/yosemite-debug-tests-wk2/build/layout-test-results/inspector/heap/getPreview-expected.txt
+++ /Volumes/Data/slave/yosemite-debug-tests-wk2/build/layout-test-results/inspector/heap/getPreview-actual.txt
@@ -1,62 +1,2 @@
-Test for the Heap.getRemoteObject command.
+FAIL: Timed out waiting for notifyDone to be called
 
-
-== Running test suite: Heap.getPreview
--- Running test case: GetPreviewNoSnapshot
-PASS: Should get an error when no snapshot exists.
-PASS: No heap snapshot
-
--- Running test case: GetPreviewForString
-PASS: Should not have an error creating a snapshot.
-PASS: Should not have an error getting preview.
-STRING: This is the test string.
-
--- Running test case: GetPreviewForFunction
-PASS: Should not have an error creating a snapshot.
-PASS: Should not have an error getting preview.
-FUNCTION DETAILS: {
-    "location": {
-        "scriptId": "<filtered>",
-        "lineNumber": 10,
-        "columnNumber": 47
-    },
-    "name": "myFunctionName"
-}
-
--- Running test case: GetPreviewForObject
-PASS: Should not have an error creating a snapshot.
-PASS: Should not have an error getting preview.
-OBJECT PREVIEW: {
-    "type": "object",
-    "description": "Map",
-    "lossless": true,
-    "subtype": "map",
-    "overflow": false,
-    "properties": [],
-    "size": 1,
-    "entries": [
-        {
-            "key": {
-                "type": "string",
-                "description": "key",
-                "lossless": true
-            },
-            "value": {
-                "type": "string",
-                "description": "value",
-                "lossless": true
-            }
-        }
-    ]
-}
-
--- Running test case: GetPreviewBadIdentifier
-PASS: Should not have an error creating a snapshot.
-PASS: Should get an error when no object for identifier exists.
-PASS: No object for identifier, it may have been collected
-
--- Running test case: GetRemoteObjectCollectedObject
-PASS: Should not have an error creating a snapshot.
-PASS: Should get an error when object has been collected.
-PASS: No object for identifier, it may have been collected
-
Comment 1 Radar WebKit Bug Importer 2016-03-11 11:34:26 PST
<rdar://problem/25114067>