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)
Thu, Aug 13, 1:02 AM
Unknown Object (File)
Mon, Aug 10, 12:28 PM
Unknown Object (File)
Sat, Aug 8, 5:50 AM
Unknown Object (File)
Wed, Aug 5, 5:26 AM
Unknown Object (File)
Sat, Aug 1, 11:20 PM
Unknown Object (File)
Fri, Jul 31, 4:25 PM
Unknown Object (File)
Thu, Jul 30, 11:58 PM
Unknown Object (File)
Wed, Jul 29, 8:06 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.