diff options
author | Andreas Schwab <schwab@suse.de> | 2022-08-29 15:05:40 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2022-08-29 17:05:36 +0200 |
commit | ca6466e8be32369a658035d69542d47603e58a99 (patch) | |
tree | ebcdd48458bd430a2d87afb56eec5e78bff65adc /stdio-common/Makefile | |
parent | 51231c469b49fb3837590f40a93f88db9a20bb86 (diff) | |
download | glibc-ca6466e8be32369a658035d69542d47603e58a99.tar.gz glibc-ca6466e8be32369a658035d69542d47603e58a99.tar.xz glibc-ca6466e8be32369a658035d69542d47603e58a99.zip |
Add test for bug 29530
This tests for a bug that was introduced in commit edc1686af0 ("vfprintf: Reuse work_buffer in group_number") and fixed as a side effect of commit 6caddd34bd ("Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211).").
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index b1e9144de0..e11aaedd96 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -174,6 +174,7 @@ tests := \ tst-fwrite \ tst-gets \ tst-grouping \ + tst-grouping2 \ tst-long-dbl-fphex \ tst-memstream-string \ tst-obprintf \ @@ -295,6 +296,7 @@ $(objpfx)bug14.out: $(gen-locales) $(objpfx)scanf13.out: $(gen-locales) $(objpfx)test-vfprintf.out: $(gen-locales) $(objpfx)tst-grouping.out: $(gen-locales) +$(objpfx)tst-grouping2.out: $(gen-locales) $(objpfx)tst-sprintf.out: $(gen-locales) $(objpfx)tst-sscanf.out: $(gen-locales) $(objpfx)tst-swprintf.out: $(gen-locales) |