tests/atomic-int-isoc.h


Log

Author Commit Date CI Message
Bruno Haible 8dcfd778 2023-09-05T15:55:24 tests: Ensure stderr output is displayed before abort(). * tests/atomic-int-gnulib.h (init_atomic_int): Call fflush(stderr) before abort(). * tests/atomic-int-isoc.h (init_atomic_int): Likewise. * tests/atomic-int-posix.h (init_atomic_int): Likewise. * tests/unigbrk/test-u8-grapheme-breaks.c (test_u8_grapheme_breaks): Likewise. * tests/unigbrk/test-u16-grapheme-breaks.c (test_u16_grapheme_breaks): Likewise. * tests/unigbrk/test-u32-grapheme-breaks.c (test_u32_grapheme_breaks): Likewise. * tests/unigbrk/test-uc-grapheme-breaks.c (test_uc_grapheme_breaks): Likewise. * tests/unigbrk/test-ulc-grapheme-breaks.c (main): Likewise. * tests/unigbrk/test-u8-grapheme-next.c (test_u8_grapheme_next): Likewise. * tests/unigbrk/test-u16-grapheme-next.c (test_u16_grapheme_next): Likewise. * tests/unigbrk/test-u32-grapheme-next.c (test_u32_grapheme_next): Likewise. * tests/unigbrk/test-u8-grapheme-prev.c (test_u8_grapheme_prev): Likewise. * tests/unigbrk/test-u16-grapheme-prev.c (test_u16_grapheme_prev): Likewise. * tests/unigbrk/test-u32-grapheme-prev.c (test_u32_grapheme_prev): Likewise.
Simon Josefsson 32a72f45 2023-01-01T01:14:21 maint: run 'make update-copyright'
Bernhard Voelker 87e6634b 2022-01-04T00:16:50 license: fix GPLv3 texts to use a comma instead of semicolon. See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
Paul Eggert eec12c00 2022-01-01T09:43:19 maint: run 'make update-copyright'
Paul Eggert 4b948321 2021-01-01T07:28:52 maint: run 'make update-copyright'
Bruno Haible b151d099 2020-07-01T22:06:13 tests: Refactor. * tests/atomic-int-isoc.h: New file, extracted from tests/test-mtx.c. * tests/test-mtx.c: Include it. Remove the corresponding code. * modules/mtx-tests (Files): Add tests/atomic-int-isoc.h.