git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unreviewed, temporarily disable new API tests introduced in r222308 until they pass...
[WebKit-https.git]
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
Download.mm
diff --git
a/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm
b/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm
index
d6e4252
..
7239870
100644
(file)
--- a/
Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm
+++ b/
Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm
@@
-525,7
+525,8
@@
TEST(_WKDownload, RedirectedDownload)
[TestProtocol unregister];
}
[TestProtocol unregister];
}
-TEST(_WKDownload, RedirectedLoadConvertedToDownload)
+// FIXME: Re-enable once it passes on El Capitan (https://bugs.webkit.org/show_bug.cgi?id=177321).
+TEST(_WKDownload, DISABLED_RedirectedLoadConvertedToDownload)
{
[TestProtocol registerWithScheme:@"http"];
{
[TestProtocol registerWithScheme:@"http"];
@@
-547,7
+548,8
@@
TEST(_WKDownload, RedirectedLoadConvertedToDownload)
[TestProtocol unregister];
}
[TestProtocol unregister];
}
-TEST(_WKDownload, RedirectedSubframeLoadConvertedToDownload)
+// FIXME: Re-enable once it passes on El Capitan (https://bugs.webkit.org/show_bug.cgi?id=177321).
+TEST(_WKDownload, DISABLED_RedirectedSubframeLoadConvertedToDownload)
{
[TestProtocol registerWithScheme:@"http"];
{
[TestProtocol registerWithScheme:@"http"];