RESOLVED FIXED 28723
Stop skipping LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html and add Windows expectations
https://bugs.webkit.org/show_bug.cgi?id=28723
Summary Stop skipping LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missing-fi...
Julie Parent
Reported 2009-08-25 15:49:52 PDT
http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html results on Windows differ from Mac in that statusText is "Not Found" rather than "OK". This is due to https://bugs.webkit.org/show_bug.cgi?id=24572 where Mac always returns "OK", no matter what. Firefox, IE, Chrome all return "Not Found" so this Windows behavior is correct and should just have a different test expectation, not be skipped.
Attachments
Adds windows results, removes test from SKIPPED (2.45 KB, patch)
2009-08-26 11:50 PDT, Julie Parent
ap: review-
Updated patch, changes platform/mac expectations instead of win, fixes tabs in ChangeLog. (3.14 KB, patch)
2009-08-26 13:05 PDT, Julie Parent
ap: review+
Julie Parent
Comment 1 2009-08-26 11:50:20 PDT
Created attachment 38628 [details] Adds windows results, removes test from SKIPPED
Alexey Proskuryakov
Comment 2 2009-08-26 11:53:53 PDT
Comment on attachment 38628 [details] Adds windows results, removes test from SKIPPED It's Mac results that are incorrect, so platform/mac should have custom results, not Windows.
Alexey Proskuryakov
Comment 3 2009-08-26 11:54:39 PDT
Oh, and there are tabs in ChangeLog.
Julie Parent
Comment 4 2009-08-26 13:05:36 PDT
Created attachment 38634 [details] Updated patch, changes platform/mac expectations instead of win, fixes tabs in ChangeLog.
Alexey Proskuryakov
Comment 5 2009-08-26 13:16:17 PDT
Comment on attachment 38634 [details] Updated patch, changes platform/mac expectations instead of win, fixes tabs in ChangeLog. r=me, thanks!
Julie Parent
Comment 6 2009-08-26 13:34:44 PDT
Note You need to log in before you can comment on or make changes to this bug.