-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
posix/test.zig: "sigset_t bits" test is flaky #24380
Copy link
Copy link
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-linuxLinuxLinuxstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-linuxLinuxLinuxstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Zig Version
0.15.0-dev.911+31bc6d5a9
Steps to Reproduce and Observed Behavior
Andy has seen flaky failures in the "sigset_t bits" posix test:
The test is "native on my x86_64 host" and "it's rare; I've seen it twice in the last week across hundreds of runs".
Current theories are:
S.handler_called_countisn't visible after handler interrupts codeExpected Behavior
Test is robust and doesn't flake.