aboutsummaryrefslogtreecommitdiff
path: root/test/link/elf.zig
AgeCommit message (Expand)Author
2024-01-15test/link/elf: patch up relocatable testJakub Konka
2024-01-14test/link/elf: trigger build system bug testing relocatable modeJakub Konka
2024-01-09Add tests for `--undefined-version`Carl Ã…stholm
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01fix linker test regressionsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-12-13lib/std/Build/CheckObject: update all tests to new APIJakub Konka
2023-12-05elf: copy out committed ZigObject to a buffer when creating static libJakub Konka
2023-12-05elf: exit early with an error when parsing or init failedJakub Konka
2023-12-05test/link/elf: adjust tests for new errorsJakub Konka
2023-11-16elf: test -r mode does not create unneeded .eh_frame sectionJakub Konka
2023-11-16elf: test -r mode with archive on the linker lineJakub Konka
2023-11-10test/link: refactor common bits between ELF and MachO testsJakub Konka
2023-11-10test/link: spawn ELF and MachO tests from the same root test/link/link.zigJakub Konka
2023-11-09test/link/elf: make .eh_frame relocatable test also verify COMDATs we emitJakub Konka
2023-11-09test/link/elf: fix .eh_frame testJakub Konka
2023-11-09test/link/elf: verify we can output a valid relocatable with .eh_frame sectionJakub Konka
2023-11-08elf: test emitting relocatableJakub Konka
2023-11-07Merge pull request #17873 from ziglang/elf-archiveJakub Konka
2023-11-06CheckObject: support parsing and dumping archive symtab for ELFJakub Konka
2023-11-06test/link/elf: improve test linking with static libJakub Konka
2023-11-05Merge pull request #17815 from Luukdegram/wasm-no-entryAndrew Kelley
2023-11-05test/link/elf: enable our ELF archiverJakub Konka
2023-11-04elf: add link smoke tests covering emitting obj and static libJakub Konka
2023-11-04elf: implement --gc-sections for non-LLVM Zig sourceJakub Konka
2023-11-03cli: consolidate entry point flagsLuuk de Gram
2023-10-25Step.Compile: differentiate between fuzzy and exact matches for compile errorsJakub Konka
2023-10-24elf: test unknown file type errorJakub Konka
2023-10-24elf: test mismatched cpu architecture errorJakub Konka
2023-10-24elf: test path errors in ld script parsingJakub Konka
2023-10-24elf: test unresolved symbol reference errorJakub Konka
2023-10-24elf: improve parsing of ld scripts and actually test linking against themJakub Konka
2023-10-19elf: force pie in tests affected by QEMU bugJakub Konka
2023-10-19elf: fix flaky link testsJakub Konka
2023-10-17disable flaky linker testAndrew Kelley
2023-10-17disable two flaky link testsAndrew Kelley
2023-10-17elf: ensure we build with -fPIE when testing init array orderJakub Konka
2023-10-16elf: skip tests on foreign architecturesJakub Konka
2023-10-16elf: add self-hosted testsJakub Konka
2023-10-16elf: use findFreeSpace mechanics to allocate object-extracted segmentsJakub Konka
2023-10-16elf: fix testTlsOffsetAlignment testJakub Konka
2023-10-16elf: port more linker testsJakub Konka
2023-10-16elf: port more linker testsJakub Konka
2023-10-16elf: port more linker testsJakub Konka
2023-10-16elf: port more linker testsJakub Konka
2023-10-16elf: port more linker testsJakub Konka
2023-10-16elf: refactor tests and disable currently impossible combinationsJakub Konka
2023-10-16elf: test exporting symbols in exesJakub Konka
2023-10-16elf: test --export-dynamic flagJakub Konka