This adds test cases for %wN and %wfN to the printf(3) and scanf(3) tests.
While here, fix a few nits in the N2630 test cases.
Paths
| Differential D41743 Authored by des on Sep 5 2023, 6:56 PM.
Details
Summary This adds test cases for %wN and %wfN to the printf(3) and scanf(3) tests. While here, fix a few nits in the N2630 test cases.
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptSep 5 2023, 6:56 PM2023-09-05 18:56:59 (UTC+0) Harbormaster completed remote builds in B53449: Diff 126906.Sep 5 2023, 6:57 PM2023-09-05 18:57:00 (UTC+0) Comment Actions We had some poorly formed issues with 0x and 0b numbers you added tests for. This revision is now accepted and ready to land.Sep 6 2023, 5:40 PM2023-09-06 17:40:37 (UTC+0) Comment Actions
You're right, I'll get right on it. This revision now requires review to proceed.Sep 6 2023, 6:00 PM2023-09-06 18:00:03 (UTC+0) Harbormaster completed remote builds in B53474: Diff 126978.Sep 6 2023, 6:00 PM2023-09-06 18:00:05 (UTC+0) This revision was not accepted when it landed; it landed in state Needs Review.Sep 7 2023, 6:42 AM2023-09-07 06:42:19 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 126978 lib/libc/tests/stdio/snprintf_test.c
lib/libc/tests/stdio/sscanf_test.c
lib/libc/tests/stdio/swprintf_test.c
lib/libc/tests/stdio/swscanf_test.c
|
In vnet_register_sysinit() we have lock order
I think it is best to make lock order consistent with that in vnet_register_sysinit(), although dead lock is not possible.