Re: [webkit-dev] TestWebKitAPI doesn't initialize WKWebView from command line

2014-08-26 Thread Tim Horton
On 2014.08.26, at 04:44, Daniel Lazarenko wrote: > Hello, > > I’m trying to run the WKWebView API tests using this command: > ./TestWebKitAPI --gtest_filter=_WKDownload.DownloadRequest > This binary is located in webkit/WebKitBuild/Debug, I’ve built it using Xcode > beta 6 on Yosemite. You

[webkit-dev] TestWebKitAPI doesn't initialize WKWebView from command line

2014-08-26 Thread Daniel Lazarenko
Hello, I’m trying to run the WKWebView API tests using this command: ./TestWebKitAPI --gtest_filter=_WKDownload.DownloadRequest This binary is located in webkit/WebKitBuild/Debug, I’ve built it using Xcode beta 6 on Yosemite. This test fails, if I run it from command line. It passes, if I run