summaryrefslogtreecommitdiff
path: root/lib/csu/tests
AgeCommit message (Expand)Author
2025-06-24csu/tests: Add tests to verify that errno == 0 upon program startupMark Johnston
2025-05-05tests: move some files to the tests packageLexi Winter
2025-04-18csu: drop support for GCJBrooks Davis
2025-02-04csu tests: Remove extra slashJose Luis Duran
2024-12-23pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-devIsaac Freund
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-07-28Revert "csu: test: explicitly add libm as build parameter"Alfredo Dal'Ava Junior
2022-07-07csu: test: explicitly add libm as build parameterAlfredo Dal'Ava Junior
2020-11-10Add C startup code tests for PIE binaries.John Baldwin
2020-11-10Fix dso_handle_check for PIE executables.John Baldwin
2020-01-14Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans
2019-10-06Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans
2019-01-04Add explicit csu test dependencyEd Maste
2018-11-24Re-enable the dynamiclib tests. These should be fixed by r340910.Andrew Turner
2018-11-24Disable the dynamiclib test until a failure can be debuggedAndrew Turner
2018-10-30Build the csu tests on all architectures.Andrew Turner
2018-10-30Disable the .preinit_array test in DSOs, ld.bfd fails to link objects withAndrew Turner
2018-10-30Fix the location of the static keyword.Andrew Turner
2018-10-30Run the csu tests on a DSO. This builds the tests into a shared library,Andrew Turner
2018-10-30The jcr argument to _Jv_RegisterClasses is used, stop marking it otherwise.Andrew Turner
2018-10-29Check __dso_handle is NULL in non-DSO objects. It should only be non-NULLAndrew Turner
2018-10-26Drop the csu tests WARNS to 5 to fix the powerpc64 build.Andrew Turner
2018-10-25Implement a BSD licensed crtbegin/crtendAndrew Turner