about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2024-11-02Add a run-make test for same-arch `--print=target-cpus`Zalathar-0/+39
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-1/+13
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-22/+0
2024-10-27port `tests/ui/linkage-attr/framework` to run-makejyn-0/+43
2024-10-25Auto merge of #131917 - jieyouxu:rmake-clang, r=Kobzolbors-37/+88
2024-10-25Auto merge of #131207 - davidtwco:pac-ret-lto-test, r=Mark-Simulacrumbors-4/+69
2024-10-24tests: add pac-ret + cross-language lto testDavid Wood-0/+47
2024-10-24ci: add aarch64-gnu-debug jobDavid Wood-4/+22
2024-10-23Rollup merge of #132036 - DianQK:test-131164, r=jieyouxuLeón Orell Valerian Liehr-0/+26
2024-10-23Add a test case for #131164DianQK-0/+26
2024-10-22Rollup merge of #125205 - ChrisDenton:verbatim-include, r=jieyouxuMatthias Krüger-0/+21
2024-10-22tests/run-make: port `issue-84395-lto-embed-bitcode` to rmake.rs许杰友 Jieyou Xu (Joe)-14/+27
2024-10-22tests/run-make: fix `cross-lang-lto-riscv-abi`许杰友 Jieyou Xu (Joe)-23/+61
2024-10-21Add rustc_abi and rustc_parse_format to rustc-crates-on-stable testLukas Wirth-0/+4
2024-10-18Rollup merge of #131755 - jfrimmel:avr-rjmp-offset-regression-test, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+107
2024-10-17Use `rust-lld` instead of `avr-gcc` as the linkerJulian Frimmel-0/+9
2024-10-17Auto merge of #129582 - nbdd0121:unwind, r=nnethercotebors-8/+0
2024-10-16Simplify test and make it more reliableJulian Frimmel-21/+31
2024-10-16Convert to a `rmake`-testJulian Frimmel-0/+88
2024-10-16Fix unnecessary nesting in run-make test output directoriesZalathar-1/+1
2024-10-15Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxuMatthias Krüger-1/+1
2024-10-14Fix up-to-date checking for run-make testsZalathar-1/+1
2024-10-13Fix bug where `option_env!` would return `None` when env var is present but n...beetrees-1/+10
2024-10-11Rollup merge of #129079 - Zoxc:thinlto_imp_symbols, r=wesleywiserMatthias Krüger-0/+51
2024-10-10Fix longjmp-across-rust testGary Guo-8/+0
2024-10-09Rollup merge of #131435 - jieyouxu:macos-pipe, r=ZalatharMatthias Krüger-0/+6
2024-10-09Rename directive `needs-profiler-support` to `needs-profiler-runtime`Zalathar-9/+9
2024-10-09Ignore broken-pipe-no-ice on apple for now许杰友 Jieyou Xu (Joe)-0/+6
2024-10-08Auto merge of #131155 - jieyouxu:always-kill, r=onur-ozkanbors-0/+73
2024-10-08Rollup merge of #131355 - clubby789:old-tests, r=jieyouxuStuart Cook-51/+73
2024-10-08Add regression test for rustc/rustdoc broken pipe ICEs许杰友 Jieyou Xu (Joe)-0/+73
2024-10-07Migrate `emit-to-stdout` to new run-makeclubby789-51/+73
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-1/+1
2024-10-06more `asm!` -> `naked_asm!` in testsFolkert de Vries-6/+6
2024-10-02Rollup merge of #126930 - Xaeroxe:file-checksum-hint, r=chenyukangJubilee-0/+27
2024-10-02Rollup merge of #131016 - madsmtm:no-sdk-version-in-object, r=jieyouxuMatthias Krüger-0/+96
2024-10-01Restore prior behavior with less duplicate info in dep fileJacob Kiesel-1/+3
2024-10-01add another file to the integration testJacob Kiesel-1/+9
2024-10-01Add basic integration test for checksum-hash-algorithm featureJacob Kiesel-0/+17
2024-09-29Rollup merge of #130931 - GuillaumeGomez:standalone-crate, r=notriddleMatthias Krüger-2/+2
2024-09-29Do not specify an SDK version in object filesMads Marquart-0/+9
2024-09-29Add run-make test to check the SDK version(s) that rustc producesMads Marquart-0/+87
2024-09-29Rename doctest attribute `standalone-crate` into `standalone_crate` for coher...Guillaume Gomez-2/+2
2024-09-28Rename `standalone` doctest attribute into `standalone-crate`Guillaume Gomez-2/+2
2024-09-27Only add an automatic SONAME for Rust dylibsJosh Stone-6/+10
2024-09-24Update `run-make` tests to use `cargo` wrapper cmd许杰友 Jieyou Xu (Joe)-97/+58
2024-09-22Fix hard-coded stderr in run-make testMichael Goulet-6/+6
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-22/+19
2024-09-22add non-regression test for issue 81408Rémy Rakic-0/+51
2024-09-20Pass the current cargo to `run-make` testsJosh Stone-5/+5