Title: [122703] trunk/LayoutTests
Revision
122703
Author
[email protected]
Date
2012-07-16 00:54:49 -0700 (Mon, 16 Jul 2012)

Log Message

Unreviewed GTK gardening, generating baselines for three tests that pass
but require specific baselines. Also removing their test expectations.

* platform/gtk/TestExpectations:
* platform/gtk/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
* platform/gtk/fast/profiler/dead-time-expected.txt: Added.
* platform/gtk/fast/profiler/stop-profiling-after-setTimeout-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (122702 => 122703)


--- trunk/LayoutTests/ChangeLog	2012-07-16 07:45:51 UTC (rev 122702)
+++ trunk/LayoutTests/ChangeLog	2012-07-16 07:54:49 UTC (rev 122703)
@@ -1,3 +1,13 @@
+2012-07-16  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening, generating baselines for three tests that pass
+        but require specific baselines. Also removing their test expectations.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
+        * platform/gtk/fast/profiler/dead-time-expected.txt: Added.
+        * platform/gtk/fast/profiler/stop-profiling-after-setTimeout-expected.txt: Added.
+
 2012-07-15  Kristóf Kosztyó  <[email protected]>
 
         [Qt] Unreviewed gardening. Skip the new failing test.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (122702 => 122703)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-07-16 07:45:51 UTC (rev 122702)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-07-16 07:54:49 UTC (rev 122703)
@@ -1085,8 +1085,6 @@
 BUGWK77015 : fast/events/clear-drag-state.html = TEXT
 BUGWK77015 : fast/events/clear-edit-drag-state.html = TEXT
 
-BUGWK77413 : fast/parser/nested-fragment-parser-crash.html = TEXT
-
 // These test -apple- and -khtml- prefixed CSS properties, which we don't support.
 BUGWKGTK SKIP : inspector/styles/vendor-prefixes.html = TEXT
 BUGWKGTK : fast/css/apple-prefix.html = TEXT
@@ -1199,9 +1197,6 @@
 
 BUGWKGTK   : http/tests/misc/favicon-loads-with-icon-loading-override.html = TEXT
 
-BUGWK84102 : fast/profiler/dead-time.html = TEXT
-BUGWK84102 : fast/profiler/stop-profiling-after-setTimeout.html = TEXT
-
 BUGWK87734 : svg/dom/complex-svgView-specification.html = IMAGE
 BUGWK87734 : svg/dom/SVGViewSpec.html = TEXT
 BUGWK87734 : svg/dom/viewspec-parser-1.html = TEXT

Added: trunk/LayoutTests/platform/gtk/fast/parser/nested-fragment-parser-crash-expected.txt (0 => 122703)


--- trunk/LayoutTests/platform/gtk/fast/parser/nested-fragment-parser-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/parser/nested-fragment-parser-crash-expected.txt	2012-07-16 07:54:49 UTC (rev 122703)
@@ -0,0 +1,2 @@
+x
+x This test passes if it doesn't crash.

Added: trunk/LayoutTests/platform/gtk/fast/profiler/dead-time-expected.txt (0 => 122703)


--- trunk/LayoutTests/platform/gtk/fast/profiler/dead-time-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/profiler/dead-time-expected.txt	2012-07-16 07:54:49 UTC (rev 122703)
@@ -0,0 +1,13 @@
+This page's _javascript_ Has some dead time in the profile. 
+
+To run this test manually, load it in the browser then load the WebInspector and look at the profile. In the profile there should be a large amount of the % spent in (non-_javascript_).
+
+Profile title: Dead time in profile.
+Thread_1 (no file) (line 0)
+   onload dead-time.html (line 21)
+      startTest dead-time.html (line 13)
+         setTimeout (no file) (line 0)
+   (program) dead-time.html (line 1)
+      endTest profiler-test-JS-resources.js (line 1)
+
+

Added: trunk/LayoutTests/platform/gtk/fast/profiler/stop-profiling-after-setTimeout-expected.txt (0 => 122703)


--- trunk/LayoutTests/platform/gtk/fast/profiler/stop-profiling-after-setTimeout-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/profiler/stop-profiling-after-setTimeout-expected.txt	2012-07-16 07:54:49 UTC (rev 122703)
@@ -0,0 +1,13 @@
+This page's _javascript_ stops profiling from a timeout. 
+
+To run this test manually, load it in the browser then load the WebInspector and look at the profile. In the profile endProfile() should not be a child of (program).
+
+Profile title: Stop profiling from a timeout
+Thread_1 (no file) (line 0)
+   onload stop-profiling-after-setTimeout.html (line 21)
+      startTest stop-profiling-after-setTimeout.html (line 13)
+         setTimeout (no file) (line 0)
+   (program) stop-profiling-after-setTimeout.html (line 1)
+      endTest profiler-test-JS-resources.js (line 1)
+
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to