zig
zig copied to clipboard
Linux IOUring tests fail on semantic version parse due to Fedora kernel `uname` string
Zig Version
0.14.0-dev.1251+5bf9dc385
Steps to Reproduce and Observed Behavior
Certain Linux distributions such as Fedora report the kernel version string from uname with extra information, such as distribution number and architecture.
Sample: 6.10.3-200.fc40.x86_64
Running Zig standard library tests in such environments will cause the Linux IOUring tests to fail due to parsing semantic version failure.
Expected Behavior
Linux IOUring tests to run without failing a kernel version check on an up-to-date kernel.
Addressed by #20001