Page MenuHomeFreeBSD

Avoid double output in fenv_test
ClosedPublic

Authored by arichardson on Jan 28 2021, 10:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 23, 9:06 PM
Unknown Object (File)
Sat, Dec 14, 3:03 AM
Unknown Object (File)
Dec 10 2024, 5:15 AM
Unknown Object (File)
Dec 5 2024, 10:20 PM
Unknown Object (File)
Nov 28 2024, 10:49 AM
Unknown Object (File)
Nov 5 2024, 2:23 PM
Unknown Object (File)
Nov 5 2024, 1:59 PM
Unknown Object (File)
Oct 24 2024, 3:41 PM
Subscribers
None

Details

Summary

This tests fork()s, so if there is still data in the stdout buffer on fork
it will print it again in the child process. This was happening in the
CheriBSD CI and caused the test to complain about malformed TAP output.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36570
Build 33459: arc lint + arc unit