about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2023-05-25Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelixbors-0/+68
2023-05-23Rollup merge of #111461 - oli-obk:crate_collision, r=petrochenkovDylan DPC-1/+1
2023-05-23Fix symbol conflict diagnostic mistakenly being shown instead of missing crat...Oli Scherer-1/+1
2023-05-21Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3bors-0/+43
2023-05-19Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillotbors-0/+78
2023-05-19Fix run-make/inrcemental-debugger-visualizer test for macOS.Michael Woerister-3/+1
2023-05-18Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31bors-0/+15
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-0/+15
2023-05-17Add simple regression test for `--print=native-static-libs`Urgau-0/+43
2023-05-17Fix #107910, Shorten backtraces in ICEsyukang-0/+52
2023-05-17Add/improve tests for debugger_visualizer change detection.Michael Woerister-5/+63
2023-05-16Fix dependency tracking for debugger visualizersMichael Woerister-0/+22
2023-05-13Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiserDylan DPC-1/+1
2023-05-12Rollup merge of #111179 - Zalathar:sort-groups, r=Mark-SimulacrumMatthias Krüger-33/+148
2023-05-12Usage of atomic counters for llvm code coverageEvgeniy A. Dushistov-1/+1
2023-05-11Ignore test on MSVC for nowbjorn3-0/+68
2023-05-10Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelixbors-0/+49
2023-05-09Rollup merge of #110304 - cchiw:master, r=davidtwcoDylan DPC-0/+18
2023-05-08Rollup merge of #104070 - nbdd0121:unwind, r=AmanieuMichael Goulet-0/+26
2023-05-08Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obkYuki Okushi-1/+1
2023-05-07Add test for unwinding past terminating POFGary Guo-0/+26
2023-05-07Fix instrument-coverage tests by using Python to sort instantiation groupsZalathar-33/+148
2023-05-06Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoeristerMatthias Krüger-0/+21
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-13/+24
2023-05-05Add GNU Property NoteCharisee-0/+18
2023-05-05Add deployment-target --print flag for Apple targetsBlackHoleFox-1/+1
2023-05-04Rollup merge of #110651 - durin42:xunit-stdout, r=cuviperMatthias Krüger-0/+56
2023-05-03debuginfo: split method declaration and definitionJosh Stone-0/+21
2023-05-02Add needs-unwind annotations to tests that need stack unwindingbjorn3-0/+10
2023-05-02Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplettbors-10/+0
2023-05-01Add `#[no_coverage]` to the test harness's `fn main`Zalathar-0/+21
2023-04-30Auto merge of #110942 - Zalathar:coverage-tests, r=Mark-Simulacrumbors-1/+1
2023-04-30Rollup merge of #110652 - ojeda:core-no_global_oom_handling-test, r=Mark-Simu...Matthias Krüger-0/+6
2023-04-29Update testsGary Guo-10/+0
2023-04-28junit: fix typo in comment and don't include output for passes when not reque...Augie Fackler-1/+1
2023-04-28run-make test: using single quotes to not trigger the shellTim Neumann-1/+1
2023-04-28Don't accidentally ignore all output in `tests/run-make/coverage-reports` diffsZalathar-1/+1
2023-04-27Ignore test when cross compilingbjorn3-0/+1
2023-04-27ignore failing test on armMaybe Waffle-0/+1
2023-04-27fix typo in the `inaccessible-temp-dir` test nameMaybe Waffle-0/+0
2023-04-25Fix `ui/io-checks/inaccessbile-temp-dir.rs` testMaybe Waffle-0/+32
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-2/+100
2023-04-25Revert "Adjust expected result for coverage test"Matthias Krüger-3/+3
2023-04-25Rollup merge of #110667 - pcc:fix-pointer-auth-link-with-c, r=Mark-SimulacrumYuki Okushi-2/+2
2023-04-24tests: add test for warning-free builds of `core` under `no_global_oom_handling`Miguel Ojeda-0/+6
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-103/+5
2023-04-21pointer-auth-link-with-c: Fix cross compilation.Peter Collingbourne-2/+2
2023-04-21junit: also include per-case stdout in xmlAugie Fackler-2/+2
2023-04-21libtest: add tests for junit output formatAugie Fackler-0/+56
2023-04-21Adjust expected result for coverage testAmanieu d'Antras-3/+3