Bug 93624 - [Chromium] Incorrect Win results for inspector/console/console-format-collections.html
Summary: [Chromium] Incorrect Win results for inspector/console/console-format-collect...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-09 09:59 PDT by Florin Malita
Modified: 2013-04-09 13:35 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 Florin Malita 2012-08-09 09:59:33 PDT
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
Comment 1 Florin Malita 2012-08-09 10:11:53 PDT
Test marked as failing on Win: http://trac.webkit.org/changeset/125180
Comment 2 Kentaro Hara 2012-11-18 23:12:26 PST
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.
Comment 3 Kentaro Hara 2012-11-19 05:05:29 PST
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
Comment 4 Pavel Feldman 2012-11-26 07:37:56 PST
(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!