rcorsi
rcorsi
This is very preliminary information based on looking at 6 VMs that I have. The thing that is starting to form is that the device extension `VK_EXT_image_drm_format_modifier` is available when...
All_Debug Tests passed successfully with the inclusion of some fixes that are not yet merged. https://github.com/LadybirdBrowser/ladybird/actions/runs/18811632170/job/53673640024?pr=6581 Defining TESTS_ONLY=1 environment variable because benchmarks must be excluded as LibRegex has some heavy...
Got a failure in `TestLibCoreFileWatcher` with Sanitizer which I've seen before while verifying the threadSanitizer PR (#6034) I created and is due to timings in timers that might not be...
Hi @trflynn89, is this followup PR to the PR you merged earlier #6577 something valuable or no chance of merging it? Thanks for your feedback.
@trflynn89 I got the same impression from Andrew as he said that on the Serenity project only build was used with All_Debug, because test took too long. And your right,...
Summary of what I learned after spending some time looking at running tests under the All_Debug profile. - running all the tests except LibWeb (test-web) takes 2-4 minutes in All_Debug...
We already have All_Debug build steps in CI, and this PR would add the test portion. Several issues have already been identified and solved using All_Debug test, see #6263, #6264,...
Hi @Zaggy1024, you mentioned you are working on Audio and Video, had this strange failure when testing All_Debug. https://github.com/LadybirdBrowser/ladybird/actions/runs/19902446916/job/57049797031?pr=6581 ``` Start 151: TestPlaybackStream 151/166 Test #151: TestPlaybackStream .............................***Exception: Illegal 0.23...
Like I said, running test for TestPlaybackStream in All_Debug profile. Not something merged yet. I ran just the TestPlaybackStream locally a bunch of times and it failed twice, same way,...
I got this backtrace from the core dump, probably doesn't add much. I'll try to reproduce using different profiles to see if I can reproduce with better info, and will...