Bug 155312
| Summary: | inspector/heap/getPreview.html is a flaky timeout on mac-wk2 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/25114067>