Bug 33742 - http/tests/xmlhttprequest/cross-origin-cookie-storage.html failed on Snow Leopard Intel Release Bot
Summary: http/tests/xmlhttprequest/cross-origin-cookie-storage.html failed on Snow Leo...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 37104
Blocks: 33292
  Show dependency treegraph
 
Reported: 2010-01-15 14:20 PST by Eric Seidel (no email)
Modified: 2023-03-27 08:25 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.24 KB, patch)
2010-01-20 15:25 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.