inspector/heap/getPreview.html is a flaky timeout on mac-wk2
https://bugs.webkit.org/show_bug.cgi?id=155312
Summary inspector/heap/getPreview.html is a flaky timeout on mac-wk2
Ryan Haddad
Reported 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 -
Attachments
Radar WebKit Bug Importer
Comment 1 2016-03-11 11:34:26 PST
Note You need to log in before you can comment on or make changes to this bug.