stdio: Add more setvbuf tests

This commit is contained in:
DJ Delorie 2025-03-14 16:08:35 -04:00
parent 81e74c8676
commit 95b780c1d0
3 changed files with 1041 additions and 1 deletions

View File

@ -378,7 +378,9 @@ endif
endif
tests-container += \
tst-popen3
tst-popen3 \
tst-setvbuf2 \
tst-setvbuf2-ind
# tests-container
generated += \
@ -390,6 +392,8 @@ generated += \
tests-internal = \
tst-grouping_iterator \
tst-setvbuf2 \
tst-setvbuf2-ind \
# tests-internal
test-srcs = \
@ -762,6 +766,10 @@ $(objpfx)tst-setvbuf1-cmp.out: tst-setvbuf1.expect $(objpfx)tst-setvbuf1.out
cmp $^ > $@; \
$(evaluate-test)
CFLAGS-tst-setvbuf2.c += -DIND_PROC=\"$(objpfx)tst-setvbuf2-ind\"
$(objpfx)tst-setvbuf2-ind : $(objpfx)tst-setvbuf2-ind.o
$(objpfx)tst-setvbuf2.out: $(objpfx)tst-setvbuf2-ind
$(objpfx)tst-printf-round: $(libm)
$(objpfx)tst-scanf-round: $(libm)

View File

@ -0,0 +1,2 @@
#define INDEPENDENT_PART 1
#include "tst-setvbuf2.c"

1030
stdio-common/tst-setvbuf2.c Normal file

File diff suppressed because it is too large Load Diff