https://bugs.webkit.org/show_bug.cgi?id=116595
Temporarily skip this test.
* TestWebKitAPI/Tests/WebKit2/DOMWindowExtensionNoCache.cpp:
(TestWebKitAPI::TEST):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@150564
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-05-22 Ryosuke Niwa <rniwa@webkit.org>
+
+ REGRESSION(r150491): WebKit2.DOMWindowExtensionNoCache fails
+ https://bugs.webkit.org/show_bug.cgi?id=116595
+
+ Temporarily skip this test.
+
+ * TestWebKitAPI/Tests/WebKit2/DOMWindowExtensionNoCache.cpp:
+ (TestWebKitAPI::TEST):
+
2013-05-22 Alex Christensen <achristensen@apple.com>
Unreviewed. Added myself to contributors.json.
finished = true;
}
-TEST(WebKit2, DOMWindowExtensionNoCache)
+TEST(WebKit2, DISABLED_DOMWindowExtensionNoCache)
{
WKRetainPtr<WKPageGroupRef> pageGroup(AdoptWK, WKPageGroupCreateWithIdentifier(WKStringCreateWithUTF8CString("DOMWindowExtensionNoCachePageGroup")));