Bug 37045

Summary: http/tests/xmlhttprequest/cross-origin-authorization.html failed on Snow Leopard Release Bot
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: abarth, annevk, ap, beidson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 37104    
Bug Blocks:    

Description Eric Seidel (no email) 2010-04-02 14:35:51 PDT
http/tests/xmlhttprequest/cross-origin-authorization.html failed on Snow Leopard Release Bot

http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r57021%20(7627)/http/tests/xmlhttprequest/cross-origin-authorization-diffs.txt
--- /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/http/tests/xmlhttprequest/cross-origin-authorization-expected.txt	2010-04-02 13:59:27.000000000 -0700
+++ /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/http/tests/xmlhttprequest/cross-origin-authorization-actual.txt	2010-04-02 13:59:27.000000000 -0700
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 Start
 Trying different ways to access a password protected resource from another origin. The UA already has login and password for this protection space.
 
@@ -12,10 +13,4 @@
 Cross-origin XMLHttpRequest (async), testing stored authorization.
 PASS
 Cross-origin XMLHttpRequest (async), testing cookies.
-PASS
-Cross-origin XMLHttpRequest (sync), testing authorization with explicitly provided credentials that should be ignored.
-PASS
-Cross-origin XMLHttpRequest (async), testing authorization with explicitly provided credentials that should be ignored.
-PASS
-DONE
 
It's possible the test is just slow?

http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization.html
Comment 2 Adam Barth 2010-04-03 12:16:14 PDT
That failure was different:

--- /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/http/tests/xmlhttprequest/cross-origin-authorization-expected.txt	2010-04-03 11:01:35.000000000 -0700
+++ /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/http/tests/xmlhttprequest/cross-origin-authorization-actual.txt	2010-04-03 11:01:35.000000000 -0700
@@ -6,7 +6,7 @@
 SCRIPT SRC='...' Should succeed, since authorization is sent for cross-origin subresource loads.
 PASS: Loaded, user test
 Cross-origin XMLHttpRequest (sync), testing stored authorization.
-PASS
+FAIL: Got an exception. Error: NETWORK_ERR: XMLHttpRequest Exception 101
 Cross-origin XMLHttpRequest (sync), testing cookies.
 PASS
 Cross-origin XMLHttpRequest (async), testing stored authorization.
Comment 4 Alexey Proskuryakov 2010-04-07 15:13:55 PDT
It says "1.83s total testing time" on my Mac Book Pro. That's pretty far from 30 seconds.