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 / Tests | Assignee: | 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: |
Eric Seidel (no email)
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
Again: http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20(Tests)/builds/7658/steps/layout-test/logs/stdio
Adam Barth
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.
Adam Barth
I think it's just slow. Here it times out at a different spot:
http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r57231%20(5724)/http/tests/xmlhttprequest/cross-origin-authorization-pretty-diff.html
Alexey Proskuryakov
It says "1.83s total testing time" on my Mac Book Pro. That's pretty far from 30 seconds.