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)
Mon, Apr 6, 9:36 PM
Unknown Object (File)
Sun, Apr 5, 3:02 PM
Unknown Object (File)
Thu, Apr 2, 8:38 AM
Unknown Object (File)
Thu, Apr 2, 6:24 AM
Unknown Object (File)
Wed, Apr 1, 10:48 PM
Unknown Object (File)
Wed, Apr 1, 4:29 AM
Unknown Object (File)
Fri, Mar 27, 11:37 PM
Unknown Object (File)
Fri, Mar 20, 5:30 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.