Enji Cooper

Results 139 comments of Enji Cooper

> Why neglect the primary target platform? We could easily do CI on FreeBSD using Cirrus CI instead of Github Actions. I have an issue filed to reenable Cirrus CI....

This appears to be resolved on the fix-scan-build-issues branch. I tried the GNU toolchain on MacOS and it built successfully.

> This appears to be resolved on the fix-scan-build-issues branch. I tried the GNU toolchain on MacOS and it built successfully. Correction: it might not be resolved on the branch....

@kevemueller: if there's another email address you'd like me to use in the commit message, please let me know.

It looks like some of the issues are occurring because I'm running the Ubuntu Linux container from within docker on MacOS. I might need to spin up a full VM...

The `utils/fs/operations_test` issues don't occur in a full Ubuntu 24.04 VM.

I wonder if this is an issue with how kyua works.. The XUnit paradigm is: - Run setup: - If setup fails, bail. - Run test. - Irrespective of the...

This should be fixed once https://github.com/freebsd/atf/pull/85 merges.