Bug 93624
Summary: | [Chromium] Incorrect Win results for inspector/console/console-format-collections.html | ||
---|---|---|---|
Product: | WebKit | Reporter: | Florin Malita <fmalita> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | haraken, pfeldman |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Florin Malita
The following layout test is failing on Chromium Win:
inspector/console/console-format-collections.html
Result diff:
--- E:\b\build\slave\Webkit_Win\build\layout-test-results\inspector/console/console-format-collections-expected.txt
+++ E:\b\build\slave\Webkit_Win\build\layout-test-results\inspector/console/console-format-collections-actual.txt
@@ -18,24 +18,4 @@
CONSOLE MESSAGE: line 51: [object Arguments]
Tests that console nicely formats HTML Collections and NodeLists.
-[<select id="sel" name="sel">…</select>] console-format-collections.html:15
-[<script src="../../http/tests/inspector/inspector-test.js"></script>, <script src="../../http/tests/inspector/console-test.js"></script>, <script>…</script>] console-format-collections.html:19
-[<option value="1">one</option>, <option value="2">two</option>] console-format-collections.html:23
-[<html>…</html>, <head>…</head>, <script src="../../http/tests/inspector/inspector-test.js"></script>, <script src="../../http/tests/inspector/console-test.js"></script>, <script>…</script>, <body onload="onload()">…</body>, <p>
-Tests that console nicely formats HTML Collections and NodeLists.
-</p>, <div style="display:none">…</div>, <form id="f">…</form>, <select id="sel" name="sel">…</select>, <option value="1">one</option>, <option value="2">two</option>, <input type="radio" name="x" value="x1">, <input type="radio" name="x" value="x2">] console-format-collections.html:27
-[<select id="sel" name="sel">…</select>, <input type="radio" name="x" value="x1">, <input type="radio" name="x" value="x2">] console-format-collections.html:31
-[<input type="radio" name="x" value="x1">, <input type="radio" name="x" value="x2">] console-format-collections.html:35
-[1, Array[2]] console-format-collections.html:41
-NonArrayWithLength console-format-collections.html:44
-[1, "2"] console-format-collections.html:51
-[<select>] console-format-collections.html:15
-[<script>, <script>, <script>] console-format-collections.html:19
-[<option>, <option>, selectedIndex: 0] console-format-collections.html:23
-[<html>, <head>, <script>, <script>, <script>, <body>, <p>, <div>, <form>, <select>, <option>, <option>, <input>, <input>] console-format-collections.html:27
-[<select>, <input>, <input>] console-format-collections.html:31
-[<input>, <input>] console-format-collections.html:35
-[1, Array[2]] console-format-collections.html:41
-NonArrayWithLength {keys: Array[0]} console-format-collections.html:44
-[1, "2"] console-format-collections.html:51
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Florin Malita
Test marked as failing on Win: http://trac.webkit.org/changeset/125180
Kentaro Hara
The test was marked as failing only for Win Release, but the test was failing on Win Debug too. So I marked as failing for Win.
Kentaro Hara
It looks like the test can fail on Linux too. I will mark [ Pass Failure ] for Win and Linux.
See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Fconsole%2Fconsole-format-collections.html
Pavel Feldman
(In reply to comment #3)
> It looks like the test can fail on Linux too. I will mark [ Pass Failure ] for Win and Linux.
>
> See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Fconsole%2Fconsole-format-collections.html
@Kentaro Hara: this was a V8 regression that is breaking the web. It is being addressed by the v8 team, but skipping the test without looking at what it does was not good!