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)
Fri, Feb 27, 12:24 PM
Unknown Object (File)
Thu, Feb 12, 6:56 PM
Unknown Object (File)
Thu, Feb 5, 3:51 PM
Unknown Object (File)
Sun, Feb 1, 8:45 AM
Unknown Object (File)
Jan 25 2026, 6:33 AM
Unknown Object (File)
Jan 18 2026, 4:58 AM
Unknown Object (File)
Jan 18 2026, 3:52 AM
Unknown Object (File)
Jan 7 2026, 11:48 PM
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.