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
The .com target seems to compile fine, it's just the .runs target that seems to fail. It's also the only test which fails (if I comment it out, make succeeds for everything else).
The text was updated successfully, but these errors were encountered:
Marking as duplicate of #14. I recommend just deleting spawnve_test.c for now. Your environment variables likely have some type of value that's causing this test to fail, e.g. CC, PATH, etc. We're probably just going to delete this test. But if you can investigate further and help us better understand the 'why' of this issue, it'd be a huge help.
For the first time ever, all tests in this codebase now pass, when
run automatically on macos, freebsd, openbsd, rhel5, rhel7, alpine
and windows via the network using the runit and runitd build tools
- Fix vfork exec path etc.
- Add XNU opendir() support
- Add OpenBSD opendir() support
- Add Linux history to syscalls.sh
- Use copy_file_range on FreeBSD 13+
- Fix system calls with 7+ arguments
- Fix Windows with greater than 16 FDs
- Fix RUNIT.COM and RUNITD.COM flakiness
- Fix OpenBSD munmap() when files are mapped
- Fix long double so it's actually long on Windows
- Fix OpenBSD truncate() and ftruncate() thunk typo
- Let Windows fcntl() be used on socket files descriptors
- Fix Windows fstat() which had an accidental printf statement
- Fix RHEL5 CLOCK_MONOTONIC by not aliasing to CLOCK_MONOTONIC_RAW
This is wonderful. I never could have dreamed it would be possible
to get it working so well on so many platforms with tiny binaries.
Fixes#31Fixes#25Fixes#14
On a Fedora 32 (gcc 10.2.1), after cloning the Github repository (currently on commit 2831689) and running
make
, I get:The
.com
target seems to compile fine, it's just the.runs
target that seems to fail. It's also the only test which fails (if I comment it out,make
succeeds for everything else).The text was updated successfully, but these errors were encountered: