[Webkit-unassigned] [Bug 87356] [Chromium] File blob layout tests are failing since chromium r138702.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 02:04:36 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87356





--- Comment #1 from Vsevolod Vlasov <vsevik at chromium.org>  2012-05-24 02:03:41 PST ---
--- /mnt/data/b/build/slave/Webkit_Linux/build/layout-test-results/fast/files/read-blob-async-expected.txt 
+++ /mnt/data/b/build/slave/Webkit_Linux/build/layout-test-results/fast/files/read-blob-async-actual.txt 
@@ -1,15 +1,21 @@

 Test reading a blob containing non-existent file
 readyState: 0
-Received error event
+Received loadstart event
+readyState: 1
+Received load event
 readyState: 2
-error code: 1
+result size: 0
+result: 
 Received loadend event
 Test reading a blob containing existent and non-existent file
 readyState: 0
-Received error event
+Received loadstart event
+readyState: 1
+Received load event
 readyState: 2
-error code: 1
+result size: 5
+result: Hello
 Received loadend event
 Test reading a blob containing empty file
 readyState: 0



--- /mnt/data/b/build/slave/Webkit_Linux/build/layout-test-results/fast/files/workers/worker-read-blob-async-expected.txt 
+++ /mnt/data/b/build/slave/Webkit_Linux/build/layout-test-results/fast/files/workers/worker-read-blob-async-actual.txt 
@@ -2,15 +2,21 @@
 Received files in worker
 Test reading a blob containing non-existent file
 readyState: 0
-Received error event
+Received loadstart event
+readyState: 1
+Received load event
 readyState: 2
-error code: 1
+result size: 0
+result: 
 Received loadend event
 Test reading a blob containing existent and non-existent file
 readyState: 0
-Received error event
+Received loadstart event
+readyState: 1
+Received load event
 readyState: 2
-error code: 1
+result size: 5
+result: Hello
 Received loadend event
 Test reading a blob containing empty file
 readyState: 0



--- /mnt/data/b/build/slave/Webkit_Linux/build/layout-test-results/fast/files/workers/worker-read-blob-sync-expected.txt 
+++ /mnt/data/b/build/slave/Webkit_Linux/build/layout-test-results/fast/files/workers/worker-read-blob-sync-actual.txt 
@@ -1,10 +1,12 @@

 Received files in worker
 Test reading a blob containing non-existent file
-Received exception 1: NOT_FOUND_ERR
+result size: 0
+result: 
 Received exception 8: NOT_FOUND_ERR
 Test reading a blob containing existent and non-existent file
-Received exception 1: NOT_FOUND_ERR
+result size: 5
+result: Hello
 Received exception 8: NOT_FOUND_ERR
 Test reading a blob containing empty file
 result size: 0

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list