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)
Wed, Apr 29, 9:09 AM
Unknown Object (File)
Wed, Apr 29, 9:05 AM
Unknown Object (File)
Wed, Apr 29, 2:09 AM
Unknown Object (File)
Wed, Apr 29, 2:05 AM
Unknown Object (File)
Mon, Apr 27, 8:14 PM
Unknown Object (File)
Tue, Apr 21, 9:07 AM
Unknown Object (File)
Mon, Apr 20, 11:25 PM
Unknown Object (File)
Mon, Apr 20, 7:37 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.