Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-04 | reduce allocs for small noMMU systems | Waldemar Brodkorb | |
2024-05-04 | update ULPs for superh | Waldemar Brodkorb | |
2024-05-03 | xtensa: add FDPIC-specific TLS macro variants | Max Filippov | |
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> | |||
2024-05-03 | iconv/tst-iconv5: fix ic variable type | Max Filippov | |
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> | |||
2024-04-18 | riscv32: disable stalling mmap2 test | Waldemar Brodkorb | |
2024-04-18 | math: add ULPs for xtensa | Waldemar Brodkorb | |
2024-04-17 | math: add ULPs for i386 | Waldemar Brodkorb | |
2024-04-17 | math: add ULPs for m68k | Waldemar Brodkorb | |
2024-04-15 | math: add ULPs for or1k | Waldemar Brodkorb | |
2024-04-14 | math: add ULPs for arc | Waldemar Brodkorb | |
2024-04-14 | math: add ULPs for aarch64 | Waldemar Brodkorb | |
2024-03-29 | riscv32: add ULPs file | Waldemar Brodkorb | |
2024-03-26 | kvx: add ULPs file | Waldemar Brodkorb | |
2024-03-22 | riscv64: add ULPs file | Waldemar Brodkorb | |
2024-03-20 | enable nptl/tst-tls3 | Waldemar Brodkorb | |
2024-03-15 | riscv64: fix compiler warning | Waldemar Brodkorb | |
2024-03-08 | we use qemu now, test passes | Waldemar Brodkorb | |
2024-03-08 | riscv32: disable blocking test | Waldemar Brodkorb | |
2024-03-07 | add some more time64 32 bit architectures which can be tested | Waldemar Brodkorb | |
2024-02-27 | Add test to *stat() after 2038y with time64. | Dmitry Chestnykh | |
Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com> | |||
2024-01-18 | disable test for coldfire | Waldemar Brodkorb | |
2024-01-03 | microblaze: disable a lot of tests, all are stalling on latest Qemu | Waldemar Brodkorb | |
2023-12-26 | microblaze: skip stalling test | Waldemar Brodkorb | |
2023-12-26 | microblaze: skip stalling test | Waldemar Brodkorb | |
2023-11-07 | misc: add tests for getrlimit/setrlimit/prlimit | Pavel Kozlov | |
Add tst-rlimit test to check setrlimit/getrlimit/prlimit and setrlimit64/getrlimit64/prlimit64 functions. Add tst-rlimit64 to check the 64-bit offset variant. Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com> | |||
2023-08-29 | xtensa: disable hanging mmap2 test on noMMU | Waldemar Brodkorb | |
2023-08-29 | riscv64: disable blocking test on noMMU testing | Waldemar Brodkorb | |
2023-08-28 | disable mmap2 for arm, fixes stalling testsuite run on armv5-nommu with ↵ | Waldemar Brodkorb | |
kernel 6.1.44 | |||
2023-08-08 | cris: disable stalling tests | Waldemar Brodkorb | |
2023-08-05 | math: disable bessel function checking | Waldemar Brodkorb | |
2023-08-04 | tst-calloc: reduce samples per size for small systems without MMU | Waldemar Brodkorb | |
2023-08-04 | reduce allocs for small systems with f.e. 64 MB RAM | Waldemar Brodkorb | |
2023-06-15 | enable tst-exec-null | Waldemar Brodkorb | |
2023-06-15 | Fix exec-null test for newer kernels | Yann Sionneau | |
Without this patch, since https://github.com/torvalds/linux/commit/dcd46d897adb70d63e025f175a00a89797d31a43 this test runs in infinite loop. Signed-off-by: Yann Sionneau <ysionneau@kalrayinc.com> | |||
2023-02-02 | disable for noMMU builds | Waldemar Brodkorb | |
2023-01-27 | exec-null hangs in endless loop on systems with linuxthreads | Waldemar Brodkorb | |
2022-10-02 | musl does not implement rawmemchr | Waldemar Brodkorb | |
2022-09-27 | arc: fix TLS_GD macro, bad clobber list | Pavel Kozlov | |
Move function call outside the inline asm code to simplify a clobber list. The patch fixes tests tst-tls7 and tst-tls8 on ARCv3, they didn't pass because cc was not in clobber list and bad code was generated. The compiler didn't take in account changes of CPU Condition flags. Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com> | |||
2022-09-27 | arc: use existing tls macros for ARCv3 32-bit CPUs | Sergey Matyukevich | |
Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com> Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com> | |||
2022-09-23 | revert glibc sync for math tests | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2022-03-10 | xtensa: fix variable reference in TLS_LD | Waldemar Brodkorb | |
Use @DTPOFF instead of @TPOFF in TLS_LD as specified by the xtensa ABI. DTPOFF produces variable offset relative to the variable's module TLS block, it's the linker's job to replace it with TPOFF and adjust surrounding code when the object file is linked into an executable. This fixes tests tls/tst-tls[123] on xtensa that fail if built as PIE. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> | |||
2020-12-01 | riscv64: TLS macros remove unsused headers | Waldemar Brodkorb | |
2020-11-28 | add nios2 tls macros from glibc | Fabrice Fontaine | |
Retrieved from https://github.com/bminor/glibc/blob/master/sysdeps/nios2/tls-macros.h Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | |||
2020-10-19 | misc: add test for hasmntopt() option matching | Yann Sionneau | |
Signed-off-by: Yann Sionneau <yann@sionneau.net> | |||
2020-10-15 | add c-sky tls macros from glibc | Waldemar Brodkorb | |
2020-09-07 | fix gcc10 issue | Waldemar Brodkorb | |
2020-04-27 | fix riscv macros | Waldemar Brodkorb | |
2020-04-27 | add riscv macros from glibc | Waldemar Brodkorb | |
2020-04-06 | tls: add aarch64 macros | Waldemar Brodkorb | |
2020-04-05 | tls: make tls tests great again | Yann Sionneau | |
* TLS tests were "empty" because nothing was setting the following variables: * USE_TLS * HAVE___THREAD * HAVE_TLS_MODEL_ATTRIBUTE All toolchains supported by uClibc-ng today do support both NPTL threads and TLS. All ports also define HAVE_TLS_MODEL_ATTRIBUTE except alpha. * 3 tests (tst-tls6 / tst-tls7 / tst-tls8) were peeking into internal/private data structures from libc, which is not possible anymore since libc and tests are now split into 2 git repositories. This commit fixes those 2 issues so that TLS tests can be run again. Signed-off-by: Yann Sionneau <yann@sionneau.net> |