[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

kinuko at chromium.org kinuko at chromium.org
Wed Dec 22 17:46:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bb7cf1486c7df2c0ba26266dafe48759f643aa2f
Author: kinuko at chromium.org <kinuko at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 30 05:21:27 2010 +0000

    2010-11-24  Kinuko Yasuda  <kinuko at chromium.org>
    
            Unreviewed; updating test expectations.
    
            * fast/filesystem/async-operations-expected.txt:
            * fast/filesystem/read-directory-expected.txt:
            * fast/filesystem/simple-persistent-expected.txt:
            * fast/filesystem/simple-temporary-expected.txt:
            * platform/chromium-linux/fast/filesystem/async-operations-expected.txt: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72882 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 99b1cce..14b02ad 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-24  Kinuko Yasuda  <kinuko at chromium.org>
+
+        Unreviewed; updating test expectations.
+
+        * fast/filesystem/async-operations-expected.txt:
+        * fast/filesystem/read-directory-expected.txt:
+        * fast/filesystem/simple-persistent-expected.txt:
+        * fast/filesystem/simple-temporary-expected.txt:
+        * platform/chromium-linux/fast/filesystem/async-operations-expected.txt: Removed.
+
 2010-11-29  Ojan Vafai  <ojan at chromium.org>
 
         [chromium] Hopefully final modification to text_expectations to green chromium bots.
diff --git a/LayoutTests/fast/filesystem/async-operations-expected.txt b/LayoutTests/fast/filesystem/async-operations-expected.txt
index 8fd9ead..3ec4174 100644
--- a/LayoutTests/fast/filesystem/async-operations-expected.txt
+++ b/LayoutTests/fast/filesystem/async-operations-expected.txt
@@ -3,8 +3,8 @@ Test making multiple async FileSystem operations.
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-Got FileSystem:TestShellFileSystem
 requested FileSystem.
+Got FileSystem:file__0:Temporary
 Starting async test stage 1.
 Starting async test stage 2.
 Verifying the FileSystem status.
diff --git a/LayoutTests/fast/filesystem/read-directory-expected.txt b/LayoutTests/fast/filesystem/read-directory-expected.txt
index c2600e1..92d1487 100644
--- a/LayoutTests/fast/filesystem/read-directory-expected.txt
+++ b/LayoutTests/fast/filesystem/read-directory-expected.txt
@@ -3,7 +3,7 @@ DirectoryReader.readEntries() test.
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-Successfully obtained Persistent FileSystem:TestShellFileSystem
+Successfully obtained Persistent FileSystem:file__0:Temporary
 PASS readEntriesCount is entriesCallbackCount
 PASS resultEntries.length is testEntriesCount
 Entry:/a isDirectory:true
diff --git a/LayoutTests/fast/filesystem/simple-persistent-expected.txt b/LayoutTests/fast/filesystem/simple-persistent-expected.txt
index 2042b11..7dbcca9 100644
--- a/LayoutTests/fast/filesystem/simple-persistent-expected.txt
+++ b/LayoutTests/fast/filesystem/simple-persistent-expected.txt
@@ -3,7 +3,7 @@ requestFileSystem PERSISTENT test.
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-Successfully obtained PERSISTENT FileSystem:TestShellFileSystem
+Successfully obtained PERSISTENT FileSystem:file__0:Persistent
 PASS fileSystem.name.length > 0 is true
 PASS fileSystem.root.fullPath is "/"
 PASS successfullyParsed is true
diff --git a/LayoutTests/fast/filesystem/simple-temporary-expected.txt b/LayoutTests/fast/filesystem/simple-temporary-expected.txt
index 4a8d46f..3917761 100644
--- a/LayoutTests/fast/filesystem/simple-temporary-expected.txt
+++ b/LayoutTests/fast/filesystem/simple-temporary-expected.txt
@@ -3,7 +3,7 @@ requestFileSystem TEMPORARY test.
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-Successfully obtained TEMPORARY FileSystem:TestShellFileSystem
+Successfully obtained TEMPORARY FileSystem:file__0:Temporary
 PASS fileSystem.name.length > 0 is true
 PASS fileSystem.root.fullPath is "/"
 PASS successfullyParsed is true
diff --git a/LayoutTests/platform/chromium-linux/fast/filesystem/async-operations-expected.txt b/LayoutTests/platform/chromium-linux/fast/filesystem/async-operations-expected.txt
deleted file mode 100644
index 8fd9ead..0000000
--- a/LayoutTests/platform/chromium-linux/fast/filesystem/async-operations-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Test making multiple async FileSystem operations.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Got FileSystem:TestShellFileSystem
-requested FileSystem.
-Starting async test stage 1.
-Starting async test stage 2.
-Verifying the FileSystem status.
-PASS "/a,/b,/c,/d2,/e,/f" is "/a,/b,/c,/d2,/e,/f"
-PASS dirsCount is 3
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list