zig icon indicating copy to clipboard operation
zig copied to clipboard

Linux IOUring tests fail on semantic version parse due to Fedora kernel `uname` string

Open mochalins opened this issue 1 year ago • 1 comments

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.

mochalins avatar Aug 22 '24 09:08 mochalins

Addressed by #20001

mochalins avatar Aug 22 '24 23:08 mochalins