aboutsummaryrefslogtreecommitdiff
path: root/test/link/macho
AgeCommit message (Expand)Author
2023-04-01link-test: skip foreign checks in entry_in_archive MachO testJakub Konka
2023-04-01link: handle -u flag in all linkersJakub Konka
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-23build: allow for deferred FileSource matching in CheckObjectStepJakub Konka
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15test-link: add names to headerpad testAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-15re-enable macho linker testsAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-03-15std.Build: improve debugging of misconfigured stepsAndrew Kelley
2023-02-17add test to ignore sigpipeJonathan Marler
2023-02-08link-tests: do not hardcode UUID when testing the build with/out DIJakub Konka
2023-01-31rename std.Build.LibExeObjStep to std.Build.CompileStepAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2023-01-21link-tests: do not expect __eh_frame section on x86_64-macosJakub Konka
2023-01-21macho: fix sorting symbols by seniorityJakub Konka
2023-01-21macho: properly relocate target symbol address in __eh_frameJakub Konka
2023-01-20link-tests: update uuid test with new uuid valuesJakub Konka
2023-01-20link-tests: test unwind info emitter via c++ exceptionsJakub Konka
2023-01-19link-tests: update uuid test with new uuid given dyld ops changesJakub Konka
2022-12-27link-tests: test uuid on x86_64-macos tooJakub Konka
2022-12-27zld: exclude strtab padding from uuid calculationJakub Konka
2022-12-27link-tests: redo macho strict validation test to match libstuffJakub Konka
2022-12-23link-tests: add macho strict validation testJakub Konka
2022-12-17link-tests: force cross-comp to exclude host differencesJakub Konka
2022-12-16macho: add uuid link testJakub Konka
2022-11-06link-tests: add test case for parsing weak importsJakub Konka
2022-11-06macho: add linker test case for issue 13457Jakub Konka
2022-10-18test/link: remove redundant dependOn statementsLuuk de Gram
2022-10-18Sema: implement linksection on functionsjacobly0
2022-09-18add removed expected stdout comparison in link testJakub Konka
2022-09-18use EmulatableRunStep for newly added macho link testJakub Konka
2022-09-17skip macho link test execution on non-macOSAndrew Kelley
2022-09-17macho: test empty translation unitsJakub Konka
2022-08-17link-test: refactor and reorgJakub Konka
2022-08-17link-test: move tls test to macho/tlsJakub Konka
2022-07-23test/link/macho: use EmulationStep for dead_stripLuuk de Gram
2022-07-23Use `EmulatableRunStep` for MachO linker testsLuuk de Gram
2022-07-22link-tests: add checkNotPresent and add -dead_strip smoke testJakub Konka
2022-07-22macho: rework symbol handling for incremental stage2 buildsJakub Konka
2022-07-22macho: split section into subsections if requested and/or possibleJakub Konka
2022-06-28link-tests: do not save global extracted var unless a matchJakub Konka
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
2022-06-25link-tests: add -headerpad_size test scenarioJakub Konka
2022-06-25link-tests: defer parsing of the RPN program until running the actionJakub Konka