about summary refs log tree commit diff
path: root/tests/run-make/symbol-mangling-hashed
AgeCommit message (Collapse)AuthorLines
2025-01-31tests: port `symbol-mangling-hashed` to rmake.rs许杰友 Jieyou Xu (Joe)-68/+128
- Use `object` based test logic instead of processing `nm` human-readable textual output. - Try to expand test coverage to not be limited to only linux + x86_64. Co-authored-by: binarycat <binarycat@envs.net>
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-5/+5
With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2024-05-24Move the checks for Arguments constructors to inline constBen Kimock-2/+2
2024-01-26MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z ↵h1467792822-0/+75
unstable-options` to shorten symbol names by replacing them with a digest. Enrich test cases