Page MenuHomeFreeBSD

libc tests: Rename the quick_exit test file, fix style
AbandonedPublic

Authored by markj on Jul 29 2024, 3:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 5, 12:56 AM
Unknown Object (File)
Fri, Sep 4, 6:10 PM
Unknown Object (File)
Wed, Sep 2, 7:42 PM
Unknown Object (File)
Wed, Sep 2, 11:21 AM
Unknown Object (File)
Aug 13 2026, 1:02 AM
Unknown Object (File)
Aug 10 2026, 12:28 PM
Unknown Object (File)
Aug 8 2026, 5:50 AM
Unknown Object (File)
Aug 5 2026, 5:26 AM
Subscribers

Details

Summary

Call it libc_exit_test instead of exit_test because the NetBSD test
suite already has a file with the latter name. This is in preparation
for adding other exit()-related tests.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58875
Build 55762: arc lint + arc unit

Event Timeline

markj requested review of this revision.Jul 29 2024, 3:30 PM

Commit message should be "Call it libc_exit_test instead of quick_exit_test", no?

Commit message should be "Call it libc_exit_test instead of quick_exit_test", no?

This was already committed, 5132e16e1fd98. Indeed, the commit message is wrong. :(

Oh, I guess I misread the message -- it's explaining why it's renamed from quick_exit_test to libc_exit_test not to exit_test.