aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/tests
Commit message (Expand)AuthorAgeFilesLines
* csu/tests: Add tests to verify that errno == 0 upon program startupMark Johnston2025-06-243-0/+42
* tests: move some files to the tests packageLexi Winter2025-05-051-0/+2
* csu: drop support for GCJBrooks Davis2025-04-181-30/+0
* csu tests: Remove extra slashJose Luis Duran2025-02-041-1/+1
* pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-devIsaac Freund2024-12-231-0/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-158-8/+0
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-168-8/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* Revert "csu: test: explicitly add libm as build parameter"Alfredo Dal'Ava Junior2022-07-282-16/+0
* csu: test: explicitly add libm as build parameterAlfredo Dal'Ava Junior2022-07-072-0/+16
* Add C startup code tests for PIE binaries.John Baldwin2020-11-103-0/+13
* Fix dso_handle_check for PIE executables.John Baldwin2020-11-101-2/+2
* Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans2020-01-141-2/+0
* Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans2019-10-061-0/+2
* Add explicit csu test dependencyEd Maste2019-01-041-0/+2
* Re-enable the dynamiclib tests. These should be fixed by r340910.Andrew Turner2018-11-241-1/+1
* Disable the dynamiclib test until a failure can be debuggedAndrew Turner2018-11-241-1/+1
* Build the csu tests on all architectures.Andrew Turner2018-10-301-1/+1
* Disable the .preinit_array test in DSOs, ld.bfd fails to link objects withAndrew Turner2018-10-301-1/+1
* Fix the location of the static keyword.Andrew Turner2018-10-301-1/+1
* Run the csu tests on a DSO. This builds the tests into a shared library,Andrew Turner2018-10-306-15/+138
* The jcr argument to _Jv_RegisterClasses is used, stop marking it otherwise.Andrew Turner2018-10-301-1/+1
* Check __dso_handle is NULL in non-DSO objects. It should only be non-NULLAndrew Turner2018-10-291-0/+11
* Drop the csu tests WARNS to 5 to fix the powerpc64 build.Andrew Turner2018-10-263-2/+2
* Implement a BSD licensed crtbegin/crtendAndrew Turner2018-10-258-0/+393