about summary refs log tree commit diff
path: root/src/test/run-make/issue-71519
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-12/+0
2022-12-06Skip test on s390x as LLD does not support the platformUlrich Weigand-0/+1
test/run-make/issue-71519 requires use of lld as linker, but lld does not currently support the s390x architecture.
2022-09-07ignore `-Zgcc-ld=lld` test on msvcRémy Rakic-0/+1
now that CI correctly detects rust-lld in run-make tests, we ignore this test since it relies on `-Zgcc-ld=lld` which is not made to work on the windows-msvc targets: it requires a gcc flavor.
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-1/+1
2021-06-10gcc-lld mvp1000teslas-0/+10
ignore test if rust-lld not found create ld -> rust-lld symlink at build time instead of run time for testing in ci copy instead of symlinking remove linux check test for linker, suggestions from bjorn3 fix overly restrictive lld matcher use -Zgcc-ld flag instead of -Clinker-flavor refactor code adding lld to gcc path revert ci changes suggestions from petrochenkov rename gcc_ld to gcc-ld in dirs