[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

jberlin at webkit.org jberlin at webkit.org
Fri Jan 21 14:41:32 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 8a36ae6fb8ad8ce64b92a017b0dd3293c3567172
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 24 19:26:52 2010 +0000

    Add Windows-specific (failing) expected results for
    http/tests/xmlhttprequest/basic-auth-nouser.html and basic-auth-nopassword.html in order to
    get the Windows 7 Release test bot green again. Unreviewed.
    https://bugs.webkit.org/show_bug.cgi?id=51596
    
    * platform/win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
    * platform/win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74645 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a10d092..2414b08 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,15 @@
 2010-12-24  Jessie Berlin  <jberlin at apple.com>
 
+        Add Windows-specific (failing) expected results for
+        http/tests/xmlhttprequest/basic-auth-nouser.html and basic-auth-nopassword.html in order to
+        get the Windows 7 Release test bot green again. Unreviewed.
+        https://bugs.webkit.org/show_bug.cgi?id=51596
+
+        * platform/win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
+        * platform/win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added.
+
+2010-12-24  Jessie Berlin  <jberlin at apple.com>
+
         Skip the new editing/input/ime-composition-clearpreedit.html test since textInputController
         is unimplemented in the DRT for Windows. Unreviewed.
         https://bugs.webkit.org/show_bug.cgi?id=32021
diff --git a/LayoutTests/platform/win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt b/LayoutTests/platform/win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt
new file mode 100644
index 0000000..3cf4b7c
--- /dev/null
+++ b/LayoutTests/platform/win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt
@@ -0,0 +1,4 @@
+Not Found
+
+The requested URL /xmlhttprequest/http://user:@localhost:8000/xmlhttprequest/resources/basic-auth-nouserpass/basic-auth-nouserpass.php was not found on this server.
+Apache/1.3.33 Server at 127.0.0.1 Port 8000
diff --git a/LayoutTests/platform/win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt b/LayoutTests/platform/win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt
new file mode 100644
index 0000000..af40fcf
--- /dev/null
+++ b/LayoutTests/platform/win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt
@@ -0,0 +1,4 @@
+Not Found
+
+The requested URL /xmlhttprequest/http://:password@localhost:8000/xmlhttprequest/resources/basic-auth-nouserpass/basic-auth-nouserpass.php was not found on this server.
+Apache/1.3.33 Server at 127.0.0.1 Port 8000

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list