You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently 482 failing tests on (my) Windows.
Most seem to be related to the snapshot tests' shoddy newline handling (spatie/phpunit-snapshot-assertions#105), I've also seen some weird stuff with a lodata:: prefix in OpenApi description's, and there seem to be various other "things went wrong" errors.
I'm putting this here mainly for visibility, I'll try to investigate further later.
In the meantime I'll run everything through WSL as a workaround :)
The text was updated successfully, but these errors were encountered:
I've pushed a change that should resolve this to the 5.x branch, you might have to re-checkout the repository to get the changes, but git might handle it automatically.
Oh wow, thanks for the quick response!
As of 3589dab there are about 95 failures left, ranging from dependency shenanigans, more line ending funsies and some random 500-status errors, varying with the combination of PHP and Lodata version for extra spice.
I haven't been able to investigate them in excruciating detail, though I have attempted to add Windows to the CI matrix.
You can see the progress (and a record of me slowly losing my sanity) on the ci--windows branch of my fork.
There are currently 482 failing tests on (my) Windows.
Most seem to be related to the snapshot tests' shoddy newline handling (spatie/phpunit-snapshot-assertions#105), I've also seen some weird stuff with a
lodata::
prefix in OpenApidescription
's, and there seem to be various other "things went wrong" errors.I'm putting this here mainly for visibility, I'll try to investigate further later.
In the meantime I'll run everything through WSL as a workaround :)
The text was updated successfully, but these errors were encountered: