Bug 156514 - Web Inspector: inspector/heap/getRemoteObject.html is flakey
Summary: Web Inspector: inspector/heap/getRemoteObject.html is flakey
Status: RESOLVED DUPLICATE of bug 156077
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 13:52 PDT by David Kilzer (:ddkilzer)
Modified: 2016-04-12 13:56 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2016-04-12 13:52:05 PDT
LayoutTests/inspector/heap/getRemoteObject.html is flakey on the Mac WK2 Release/Debug bots:

<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&revision=199376&tests=inspector%2Fheap%2FgetRemoteObject.html>

The failure looks like this:

--- /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/inspector/heap/getRemoteObject-expected.txt
+++ /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/inspector/heap/getRemoteObject-actual.txt
@@ -10,7 +10,9 @@
 PASS: Should not have an error creating a snapshot.
 PASS: Should should include at least one 'Window' instance.
 PASS: Should not have an error getting remote object.
-Window
+function Window() {
+    [native code]
+}
 
 -- Running test case: GetRemoteObjectBadIdentifier
 PASS: Should not have an error creating a snapshot.
Comment 1 Alexey Proskuryakov 2016-04-12 13:55:56 PDT

*** This bug has been marked as a duplicate of bug 156077 ***
Comment 2 David Kilzer (:ddkilzer) 2016-04-12 13:56:41 PDT
Marked test as flakey:

Committed r199386  <http://trac.webkit.org/changeset/199386>