Title: [134635] trunk/LayoutTests
Revision
134635
Author
[email protected]
Date
2012-11-14 11:28:14 -0800 (Wed, 14 Nov 2012)

Log Message

Unreviewed GTK gardening.

Adding or updating baselines for changes in r134618.
Adding timeout expectations for
- fast/dom/Window/open-window-min-size.html, added in r134586 and
- inspector-protocol/nmi-webaudio.html, added in r134593.

* platform/gtk/TestExpectations:
* platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
* platform/gtk/fast/media/mq-js-media-except-01-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (134634 => 134635)


--- trunk/LayoutTests/ChangeLog	2012-11-14 19:26:04 UTC (rev 134634)
+++ trunk/LayoutTests/ChangeLog	2012-11-14 19:28:14 UTC (rev 134635)
@@ -1,3 +1,16 @@
+2012-11-14  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        Adding or updating baselines for changes in r134618.
+        Adding timeout expectations for
+        - fast/dom/Window/open-window-min-size.html, added in r134586 and
+        - inspector-protocol/nmi-webaudio.html, added in r134593.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
+        * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
+
 2012-11-12  Slavomir Kaslev  <[email protected]>
 
         [Chromium] Rebaselined video LayoutTests for software compositor

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (134634 => 134635)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-11-14 19:26:04 UTC (rev 134634)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-11-14 19:28:14 UTC (rev 134635)
@@ -669,6 +669,10 @@
 
 webkit.org/b/102183 fast/events/attribute-listener-deletion-crash.html [ Timeout ]
 
+webkit.org/b/102257 fast/dom/Window/open-window-min-size.html [ Timeout ]
+
+webkit.org/b/102258 inspector-protocol/nmi-webaudio.html [ Timeout ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests timing out
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt (0 => 134635)


--- trunk/LayoutTests/platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt	2012-11-14 19:28:14 UTC (rev 134635)
@@ -0,0 +1,78 @@
+
+Received files in worker
+Test reading a blob containing non-existent file
+Received exception 1: NOT_FOUND_ERR
+Received exception 8: NotFoundError
+Test reading a blob containing existent and non-existent file
+Received exception 1: NOT_FOUND_ERR
+Received exception 8: NotFoundError
+Test reading a blob containing empty file
+result size: 0
+result: 
+Received exception 8: NotFoundError
+Test reading a blob containing empty text
+result size: 0
+result: 
+Received exception 8: NotFoundError
+Test reading a blob containing empty files and empty texts
+result size: 0
+result: 
+Received exception 8: NotFoundError
+Test reading a blob containing single file
+result size: 5
+result: Hello
+Received exception 8: NotFoundError
+Test reading a blob containing single text
+result size: 5
+result: First
+Received exception 8: NotFoundError
+Test reading a blob containing single text as data URL
+result size: 21
+result: data:;base64,Rmlyc3Q=
+Received exception 8: NotFoundError
+Test reading a blob containing single text as data URL (optional content type provided)
+result size: 29
+result: data:type/foo;base64,Rmlyc3Q=
+Received exception 8: NotFoundError
+Test reading a blob containing single ArrayBuffer
+result size: 9
+result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
+Received exception 8: NotFoundError
+Test reading a blob containing sliced file
+result size: 5
+result: onder
+Received exception 8: NotFoundError
+Test reading a blob containing sliced text
+result size: 4
+result: irst
+Received exception 8: NotFoundError
+Test reading a blob containing sliced ArrayBuffer
+result size: 8
+result: 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
+Received exception 8: NotFoundError
+Test reading a blob containing multiple files
+result size: 19
+result: HelloWonderfulWorld
+Received exception 8: NotFoundError
+Test reading a blob containing multiple texts
+result size: 16
+result: FirstSecondThird
+Received exception 8: NotFoundError
+Test reading a blob containing multiple ArrayBuffer
+result size: 9
+result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
+Received exception 8: NotFoundError
+Test reading a hybrid blob
+result size: 38
+result: FirstHelloSecondWonderfulWorldThird012
+Received exception 8: NotFoundError
+Test reading a sliced hybrid blob
+result size: 12
+result: lloSecondWon
+Received exception 8: NotFoundError
+Test reading a triple-sliced hybrid blob
+result size: 30
+result: ondWonderfulWorldThird012Foolo
+Received exception 8: NotFoundError
+DONE
+

Modified: trunk/LayoutTests/platform/gtk/fast/media/mq-js-media-except-01-expected.txt (134634 => 134635)


--- trunk/LayoutTests/platform/gtk/fast/media/mq-js-media-except-01-expected.txt	2012-11-14 19:26:04 UTC (rev 134634)
+++ trunk/LayoutTests/platform/gtk/fast/media/mq-js-media-except-01-expected.txt	2012-11-14 19:28:14 UTC (rev 134635)
@@ -10,5 +10,5 @@
         RenderText {#text} at (0,0) size 54x19
           text run at (0,0) width 54: "Success."
       RenderBlock {P} at (0,68) size 784x18
-        RenderText {#text} at (0,0) size 519x19
-          text run at (0,0) width 519: "Following exception was caught: Error: NotFoundError: DOM Exception 8"
+        RenderText {#text} at (0,0) size 478x19
+          text run at (0,0) width 478: "Following exception was caught: Error: NotFoundError: DOM Exception 8"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to