| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-16 | test: move glibc_compat from link to standalone tests | Alex Rønne Petersen | |
| This is not really testing the linker. | |||
| 2025-07-20 | Update test build.zig.zon files to conform to the new manifest rules | Carl Åstholm | |
| 2025-01-15 | test/link/wasm/segment: delete bad test | Andrew 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-15 | delete bad linker test: bss | Andrew 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-07 | Promote linker test cases to packages | Carl Åstholm | |
