aboutsummaryrefslogtreecommitdiff
path: root/libc/test/IntegrationTest
AgeCommit message (Expand)AuthorFilesLines
2025-11-05[libc] Make errno asserts noop on gpu targets (#166606)Marcell Leleszi2-0/+8
2025-09-11[libc] Update errno usage in integration tests. (#158147)Alexey Samsonov1-3/+3
2025-08-06[libc] Fix integration tests on w64 amdgpu targets (#152303)Joseph Huber1-3/+3
2025-08-05Reland "[libc] make integration test malloc work properly when threaded" (#15...Schrodinger ZHU Yifan2-8/+14
2025-08-05Revert "[libc] make integration test malloc work properly when threaded" (#15...Jan Patrick Lehr2-11/+5
2025-08-04[libc] make integration test malloc work properly when threaded (#151622)Schrodinger ZHU Yifan2-5/+11
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue2-1/+2
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue1-6/+3
2024-08-11Revert "libc: Remove `extern "C"` from main declarations" (#102827)Schrodinger ZHU Yifan1-1/+1
2024-08-11libc: Remove `extern "C"` from main declarations (#102825)David Blaikie1-1/+1
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-06-17[libc] Fix getauxval being defined in a namespaceJoseph Huber1-2/+4
2024-06-17[libc] Only include getauxval on AARCH64 targets (#95844)Joseph Huber1-1/+2
2024-06-13Reland "[libc] fix aarch64 linux full build (#95358)" (#95423)Schrodinger ZHU Yifan2-0/+15
2024-06-13Revert "[libc] fix aarch64 linux full build (#95358)" (#95419)Schrodinger ZHU Yifan1-6/+0
2024-06-13[libc] fix aarch64 linux full build (#95358)Schrodinger ZHU Yifan1-0/+6
2024-05-31[libc] added quick_exit function (#93620)RoseZhang031-5/+5
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-16/+0
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google1-3/+6
2024-02-05[libc] Refactor _build_gpu_objects cmake function. (#80631)lntue1-1/+1
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet1-0/+14
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet2-17/+17
2023-09-11[libc] Manually set the AMDGPU code object version (#65986)Joseph Huber1-0/+1
2023-05-15[libc] Make the bump pointer explicitly return null on buffer oveerrunJoseph Huber1-2/+3
2023-05-04[libc] Support global constructors and destructors on NVPTXJoseph Huber1-0/+4
2023-04-05[libc] Search for the CUDA patch explicitly when testingJoseph Huber1-0/+1
2023-03-17[libc] Enable integration tests targeting the GPUJoseph Huber1-0/+16
2023-03-15[libc] Add missing return statements to wrapper functionsJoseph Huber1-5/+5
2023-03-15[libc] Add aliases to C memory functions for integration testsJoseph Huber1-0/+37
2023-03-13[libc] Declare __dso_handle in the integration test instead of startup.Siva Chandra Reddy1-0/+3
2023-03-05[libc][NFC] Remove allocator definition in the api-test.Siva Chandra Reddy1-0/+5
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy3-0/+112