ayeteadoe

Results 54 comments of ayeteadoe

Ah, I guess the build preset doesn't inherit the conditions for the config preset, will add back those conditions

Should be good now: ![Screenshot from 2025-06-10 08-47-24](https://github.com/user-attachments/assets/22e92449-dcbc-4bba-a906-9a168b5a8bef)

And for Windows: ![image](https://github.com/user-attachments/assets/4f7cc4ed-4a29-4050-9ec2-2e69a52e703a)

For https://github.com/LadybirdBrowser/ladybird/commit/ac13f51d8bdbf902cda972c7f73656f95844b85f looks good, I'll apply that. Only thing I spotted (which I missed myself) is should Windows_CI now also inherit from `vcpkg_ci`? I realize that config doesn't do anything...

@ADKaster Do we have any existing infrastructure for async Ref tests? Maybe I missed it but it doesn't seem like any Ref tests do async things. Same for Screenshot tests...

Okay that didn't work. I think I'll just move it to a Text test

Here is a log of what running `ctest` does with the `windows_ci_ninja` preset: [windows_ci_ninja.log](https://github.com/user-attachments/files/20169706/windows_ci_ninja.log)

Also, MSVC supports ASAN (https://learn.microsoft.com/en-us/cpp/sanitizers/asan?view=msvc-170) via `/fsanitize=address` so I could add that to the CI configuration preset as well

Ah, looks like there is an issue with Clangs Windows ASAN impl at the moment. We fail to build `LibTextCodec` as the `GenerateEncodingIndexes` executable fails at run time with the...