Bug 33742

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

Description Eric Seidel (no email) 2010-01-15 14:20:04 PST
http/tests/xmlhttprequest/cross-origin-cookie-storage.html failed on Snow Leopard Intel Release Bot

http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r53343%20(4363)/http/tests/xmlhttprequest/cross-origin-cookie-storage-diffs.txt
--- layout-test-results/http/tests/xmlhttprequest/cross-origin-cookie-storage-expected.txt	2010-01-15 13:12:28.000000000 -0800
+++ layout-test-results/http/tests/xmlhttprequest/cross-origin-cookie-storage-actual.txt	2010-01-15 13:12:28.000000000 -0800
@@ -1,12 +1,5 @@
+CONSOLE MESSAGE: line 23: NETWORK_ERR: XMLHttpRequest Exception 101: A network error occured in synchronous requests.
+FAIL: Timed out waiting for notifyDone to be called
 Start
 Cross-origin XMLHttpRequest (sync), testing that cookies are not set when not sending credentials.
-PASS: Finished sync xhr.
-PASS: No cookies set.
-Cross-origin XMLHttpRequest (async), testing that cookies are not set when not sending credentials.
-PASS: Finished async xhr.
-PASS: No cookies set.
-Cross-origin XMLHttpRequest (sync), testing that cookies are set when sending credentials.
-PASS: Finished sync xhr.
-PASS: Cookie set.
-DONE
 
Not sure what that network error means.

Added by Dave Levin 5 months ago:
http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.html
Comment 1 Eric Seidel (no email) 2010-01-20 15:25:19 PST
Created attachment 47071 [details]
Patch
Comment 2 David Levin 2010-01-20 15:31:16 PST
Comment on attachment 47071 [details]
Patch

I guess this is fine. :(  I'll have to try to repro this issue at some point. (Unfortunately, I don't have a Snow Leopard machine yet.)
Comment 3 Eric Seidel (no email) 2010-01-20 15:58:10 PST
Comment on attachment 47071 [details]
Patch

When we move to using a fancy test_expectations.txt file this won't need to be an outright SKIP, we can still run the test, just not turn the bots red. :(
Comment 4 WebKit Commit Bot 2010-01-20 21:26:10 PST
Comment on attachment 47071 [details]
Patch

Clearing flags on attachment: 47071

Committed r53602: <http://trac.webkit.org/changeset/53602>
Comment 5 WebKit Commit Bot 2010-01-20 21:26:19 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 David Levin 2010-01-22 08:43:17 PST
Re-opening bug to track the fact that this test is disabled and needs to be re-enabled.