aboutsummaryrefslogtreecommitdiff
path: root/test/link.zig
AgeCommit message (Expand)Author
2023-11-10test/link: spawn ELF and MachO tests from the same root test/link/link.zigJakub Konka
2023-09-26elf: port some of zld's test harnessJakub Konka
2023-09-19disable failing wasm linking testsAndrew Kelley
2023-08-16macho: add smoke test for re-exports in static libsJakub Konka
2023-08-02link-test: add matching test case for unwind info when MH_SUBSECTIONS_VIA_SYM...Jakub Konka
2023-07-26Merge pull request #16553 from ziglang/issue-11896Jakub Konka
2023-07-26link-test: add test case for MachO bug 16308Jakub Konka
2023-07-26link-test: add test for TBDv3 updated parsing logicJakub Konka
2023-07-11test: linking static libraries built from intermediary object filesXavier Bouchoux
2023-06-19link-test: remove now obsolete UUID test for MachOJakub Konka
2023-04-06Merge pull request #15101 from motiejus/glibc_compatAndrew Kelley
2023-04-01link-test: add test for entry in a dynamic library for MachOJakub Konka
2023-04-01link-test: add test for entry in a static archive for MachOJakub Konka
2023-03-28glibc compat: add a test and READMEMotiejus Jakštys
2023-03-15remove redundant link testAndrew Kelley
2023-03-15re-enable the simple standalone testsAndrew Kelley
2023-03-15re-enable macho linker testsAndrew Kelley
2023-03-15re-enable wasm linker testsAndrew Kelley
2023-03-15delete link test "static_lib_as_system_lib"Andrew Kelley
2023-03-15new linker test harnessAndrew Kelley
2023-01-20link-tests: test unwind info emitter via c++ exceptionsJakub Konka
2023-01-03wasm-linker: Fix & mangle symbol name of importsLuuk de Gram
2023-01-02test/link: add test case for exporting data symsLuuk de Gram
2023-01-02test/link: add test case for function tableLuuk de Gram
2023-01-02test/link: linker tests for all export casesLuuk de Gram
2022-12-23link-tests: add macho strict validation testJakub Konka
2022-12-16macho: add uuid link testJakub Konka
2022-11-26'fmt'kcbanner
2022-11-26test-link: add -Denable-symlinks-windows to opt-in to using symlinkskcbanner
2022-11-06link-tests: add test case for parsing weak importsJakub Konka
2022-11-06Merge pull request #13459 from ziglang/issue-13457Jakub Konka
2022-11-06macho: add linker test case for issue 13457Jakub Konka
2022-11-01test/link: add linker test to verify manglingLuuk de Gram
2022-10-25test/link: add Wasm linker tests for featuresLuuk de Gram
2022-10-18Sema: implement linksection on functionsjacobly0
2022-10-08test/link: Add linker test for producers sectionLuuk de Gram
2022-09-17macho: test empty translation unitsJakub Konka
2022-09-08wasm: temporarily save curr file pointer before pwriting on WinJakub Konka
2022-08-30test/link: add test for extern resolutionLuuk de Gram
2022-08-20test/link: add wasm linker-test for archivesLuuk de Gram
2022-08-17link-test: refactor and reorgJakub Konka
2022-08-17link-test: move tls test to macho/tlsJakub Konka
2022-08-11disable failing link tests on windowsAndrew Kelley
2022-07-23enable link-test on linux CILuuk de Gram
2022-07-22link-tests: add checkNotPresent and add -dead_strip smoke testJakub Konka
2022-07-12wasm-linker: Implement linker tests (#12006)Luuk de Gram
2022-06-28link-tests: test -weak-lx and -weak_framework xJakub Konka
2022-06-27macho: implement and handle `-needed-*` and `-needed_*` family of flagsJakub Konka
2022-06-27macho: implement -dead_strip_dylibs linker flagJakub Konka
2022-06-25macho: implement -headerpad_max_install_namesJakub Konka