aboutsummaryrefslogtreecommitdiff
path: root/test/link/build.zig.zon
AgeCommit message (Collapse)Author
2025-09-16test: move glibc_compat from link to standalone testsAlex Rønne Petersen
This is not really testing the linker.
2025-07-20Update test build.zig.zon files to conform to the new manifest rulesCarl Åstholm
2025-01-15test/link/wasm/segment: delete bad testAndrew Kelley
- doesn't run the exe - checks for data segment named .rodata which is not a thing - checks for data segment named .bss which is not needed
2025-01-15delete bad linker test: bssAndrew Kelley
The purpose of this test is unclear. It checks for the existence of bss section which is completely unnecessary since those zeroes can be omitted from the binary. Furthermore the code generated for __wasm_init_memory looks wrong. Finally, the CheckObject DSL is brittle, it only checks for exact matches of entire lines in an ad-hoc text format. Conclusion, it's a bad test, delete it.
2024-04-07Promote linker test cases to packagesCarl Åstholm