Title: [120232] trunk/LayoutTests
- Revision
- 120232
- Author
- [email protected]
- Date
- 2012-06-13 12:08:13 -0700 (Wed, 13 Jun 2012)
Log Message
REGRESSION (r120204-r120206): 37 fast/profiler tests failing on GTK Linux 64-bit Release
https://bugs.webkit.org/show_bug.cgi?id=89006
Patch by Vineet Chaudhary <[email protected]> on 2012-06-13
Reviewed by Enrica Casucci.
* fast/profiler/nested-start-and-stop-profiler-expected.txt:
* fast/profiler/resources/profiler-test-JS-resources.js:
(printProfileNodeWithoutTime): change childern to children()
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (120231 => 120232)
--- trunk/LayoutTests/ChangeLog 2012-06-13 19:00:25 UTC (rev 120231)
+++ trunk/LayoutTests/ChangeLog 2012-06-13 19:08:13 UTC (rev 120232)
@@ -1,3 +1,14 @@
+2012-06-13 Vineet Chaudhary <[email protected]>
+
+ REGRESSION (r120204-r120206): 37 fast/profiler tests failing on GTK Linux 64-bit Release
+ https://bugs.webkit.org/show_bug.cgi?id=89006
+
+ Reviewed by Enrica Casucci.
+
+ * fast/profiler/nested-start-and-stop-profiler-expected.txt:
+ * fast/profiler/resources/profiler-test-JS-resources.js:
+ (printProfileNodeWithoutTime): change childern to children()
+
2012-06-13 Zan Dobersek <[email protected]>
[Gtk] Enable link prefetch support in the developer builds
Modified: trunk/LayoutTests/fast/profiler/nested-start-and-stop-profiler-expected.txt (120231 => 120232)
--- trunk/LayoutTests/fast/profiler/nested-start-and-stop-profiler-expected.txt 2012-06-13 19:00:25 UTC (rev 120231)
+++ trunk/LayoutTests/fast/profiler/nested-start-and-stop-profiler-expected.txt 2012-06-13 19:08:13 UTC (rev 120232)
@@ -26,14 +26,17 @@
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
getElementById (no file) (line 0)
notifyDone (no file) (line 0)
@@ -56,14 +59,17 @@
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
getElementById (no file) (line 0)
notifyDone (no file) (line 0)
@@ -80,34 +86,42 @@
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
printProfileNodeWithoutTime profiler-test-JS-resources.js (line 78)
replace (no file) (line 0)
createTextNode (no file) (line 0)
appendChild (no file) (line 0)
+ children (no file) (line 0)
getElementById (no file) (line 0)
notifyDone (no file) (line 0)
Modified: trunk/LayoutTests/fast/profiler/resources/profiler-test-JS-resources.js (120231 => 120232)
--- trunk/LayoutTests/fast/profiler/resources/profiler-test-JS-resources.js 2012-06-13 19:00:25 UTC (rev 120231)
+++ trunk/LayoutTests/fast/profiler/resources/profiler-test-JS-resources.js 2012-06-13 19:08:13 UTC (rev 120232)
@@ -95,7 +95,7 @@
var line = space + node.functionName + " " + strippedURL + " (line " + node.lineNumber + ")\n";
preElement.appendChild(document.createTextNode(line));
- var children = node.children;
+ var children = node.children();
for (var i = 0; i < children.length; ++i)
printProfileNodeWithoutTime(preElement, children[i], indentLevel);
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes