Re: [webkit-dev] Filtering results on wpt.fyi, Safari-specific failures

2019-02-25 Thread Maciej Stachowiak
> On Feb 25, 2019, at 1:57 PM, Philip Jägenstedt wrote: > > I think I know what's going on there. When drilling down into tests and > subtests, only those matching the filter are shown. Clearing the filter > things look a bit different in the directories you mentioned: >

Re: [webkit-dev] Filtering results on wpt.fyi, Safari-specific failures

2019-02-25 Thread Philip Jägenstedt
I think I know what's going on there. When drilling down into tests and subtests, only those matching the filter are shown. Clearing the filter things look a bit different in the directories you mentioned:

Re: [webkit-dev] Filtering results on wpt.fyi, Safari-specific failures

2019-02-25 Thread Maciej Stachowiak
Neat. I see some obvious areas for focus, where Safari fails lots of tests that the other browser don’t. For context, I tried looking at this view, which shows all tests that Safari and Firefox pass with Safari results regardless of result:

Re: [webkit-dev] Regarding problem in building webkit2

2019-02-25 Thread Adrien Destugues
Hi, The Haiku ports uses its own implementation of HTTP, relying on the libraries provided in Haiku for that. We will probably not be switching back to curl. However, we have used only WebKitLegacy so far so it is expected that some parts of our network backend will be missing (everything that

Re: [webkit-dev] Regarding problem in building webkit2

2019-02-25 Thread Don . Olmstead
We've put a large amount of work on the cURL networking layer and are continuing to improve it. It's used by both the WinCairo and PlayStation port so it works cross platform. I'm not familiar with the stack on Haiku but it would require OpenSSL, we use LibreSSL in both, nghttp2 for HTTP/2,

Re: [webkit-dev] Filtering results on wpt.fyi, Safari-specific failures

2019-02-25 Thread Philip Jägenstedt
I'd like to point out right away that diagnosing reftest failures is currently cumbersome because we don't store the screenshots. This is also a work in progress: https://docs.google.com/document/d/1IhZa4mrjK1msUMhtamKwKJ_HhXD-nqh_4-BcPWM6soQ/edit?usp=sharing Until that has launched, I would

[webkit-dev] Filtering results on wpt.fyi, Safari-specific failures

2019-02-25 Thread Philip Jägenstedt
Hi all, Following the improved Safari results last year [1] and the discussion that generated, I'm happy to announce that the filtering requested as now available in the search box. The full syntax is documented [2] but there's also a new insights view [3] with some useful searches. Especially

Re: [webkit-dev] Regarding problem in building webkit2

2019-02-25 Thread Konstantin Tokarev
25.02.2019, 14:06, "Rajagopalan Gangadharan" : > Hello, > > I am trying to build webkit for haiku and I stumbled upon an error > > The error is in “Source\WebKit\UIProcess\WebsiteData\WebsiteDataStore.cpp” > line 2080 says about missing platformSetNetworkParameters function and I saw > it was

[webkit-dev] Regarding problem in building webkit2

2019-02-25 Thread Rajagopalan Gangadharan
Hello, I am trying to build webkit for haiku and I stumbled upon an error The error is in “Source\WebKit\UIProcess\WebsiteData\WebsiteDataStore.cpp” line 2080 says about missing platformSetNetworkParameters function and I saw it was defined for CURL and SOUP only. Should I use the function