Tim Flynn

Results 191 comments of Tim Flynn

CI times for running LibWeb tests improve as follows: | | Before | After | | - | ------------- | ------------- | | Linux GCC | 289.08s | 122.43s |...

> the tracked issues (linked to this issue) are on the swift repo. you should ask there instead I think. Please do not go spamming upstream.

Re-opening as we reverted the fix in #1195. It broke web features (e.g. typing into the search field on google.com, and comment boxes on github.com).

Seconded, no issue whatsoever with Xcode 16.2 for me.

> I als make sure to launch the Xcode app once after moving it into /Applications to make sure the macOS SDK is properly downloaded. It has a prompt to...

Just another data point, I've done fully clean `BUILD_PRESET=Debug` and `BUILD_PRESET=default` (which is `RelWithDebInfo`) without any errors. I'm on an M2 with macOS 15.3.1. ```bash » xcode-select -p /Applications/Xcode.app/Contents/Developer »...

Struggling to reproduce locally. With your patch, this is all I need to do right? ```bash cmake --preset Sanitizer -B Build2 ninja -C Build2 test-js ./Build2/bin/test-js ```

That said I do get failures with sanitizers on: ``` FAIL builtins/Intl/NumberFormat/NumberFormat.prototype.formatRangeToParts.js ❌ Suite: correct behavior Test: basic functionality (failed): ExpectationError: Expected _[object Object],[object Object],[object Object]_, but got _[object Object],[object...

Oh man that's unfortunate - my `cc` is gcc 13. Wonder if that is also what causes the weird test failure I got. Is there a way to get vcpkg...