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)
Fri, Sep 27, 9:44 AM
Unknown Object (File)
Thu, Sep 26, 3:17 AM
Unknown Object (File)
Wed, Sep 25, 7:03 AM
Unknown Object (File)
Sat, Sep 21, 6:21 PM
Unknown Object (File)
Fri, Sep 20, 2:09 PM
Unknown Object (File)
Thu, Sep 19, 9:52 PM
Unknown Object (File)
Tue, Sep 17, 5:40 AM
Unknown Object (File)
Thu, Sep 5, 5:25 AM
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