Title: [125975] trunk/LayoutTests
- Revision
- 125975
- Author
- [email protected]
- Date
- 2012-08-19 09:24:29 -0700 (Sun, 19 Aug 2012)
Log Message
REGRESSION (r125280-r125284): inspector/console/console-format-collections.html failing on Apple Lion Debug WK1 (Tests)
https://bugs.webkit.org/show_bug.cgi?id=93748
Reviewed by Pavel Feldman.
Not reviewed - simple test fix.
* inspector/console/console-format-collections-expected.txt:
* inspector/console/console-format-collections.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (125974 => 125975)
--- trunk/LayoutTests/ChangeLog 2012-08-19 12:29:18 UTC (rev 125974)
+++ trunk/LayoutTests/ChangeLog 2012-08-19 16:24:29 UTC (rev 125975)
@@ -1,3 +1,15 @@
+2012-08-19 Pavel Feldman <[email protected]>
+
+ REGRESSION (r125280-r125284): inspector/console/console-format-collections.html failing on Apple Lion Debug WK1 (Tests)
+ https://bugs.webkit.org/show_bug.cgi?id=93748
+
+ Reviewed by Pavel Feldman.
+
+ Not reviewed - simple test fix.
+
+ * inspector/console/console-format-collections-expected.txt:
+ * inspector/console/console-format-collections.html:
+
2012-08-18 Pavel Feldman <[email protected]>
Follow up to r125966, fixing flaky tests.
Modified: trunk/LayoutTests/inspector/console/console-format-collections-expected.txt (125974 => 125975)
--- trunk/LayoutTests/inspector/console/console-format-collections-expected.txt 2012-08-19 12:29:18 UTC (rev 125974)
+++ trunk/LayoutTests/inspector/console/console-format-collections-expected.txt 2012-08-19 16:24:29 UTC (rev 125975)
@@ -36,5 +36,4 @@
[1, Array[2]] console-format-collections.html:41
NonArrayWithLength {keys: Array[0]} console-format-collections.html:44
[1, "2"] console-format-collections.html:51
-Page reloaded.
Modified: trunk/LayoutTests/inspector/console/console-format-collections.html (125974 => 125975)
--- trunk/LayoutTests/inspector/console/console-format-collections.html 2012-08-19 12:29:18 UTC (rev 125974)
+++ trunk/LayoutTests/inspector/console/console-format-collections.html 2012-08-19 16:24:29 UTC (rev 125975)
@@ -49,12 +49,12 @@
return arguments;
}
console.log(generateArguments(1, "2"));
- runTest();
}
function onload()
{
logToConsole();
+ runTest();
}
function NonArrayWithLength()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes