about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2025-08-29Rollup merge of #145982 - Zalathar:logv, r=jieyouxuMatthias Krüger-83/+30
2025-08-29Don't print captures in `TestCx::normalize_platform_differences`Zalathar-7/+4
2025-08-29Move module `compute_diff` into `compiletest::runtest`Zalathar-5/+4
2025-08-29Change the `logv` function into a `TestCx` method.Zalathar-23/+19
2025-08-29Don't bother logging an arbitrary subset of the compiletest configZalathar-48/+3
2025-08-29Rollup merge of #145947 - nnethercote:workspace-members-2, r=KobzolStuart Cook-3/+3
2025-08-28Rollup merge of #145926 - Zalathar:no-libtest, r=jieyouxuStuart Cook-88/+53
2025-08-28Add `indexmap` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `serde_json` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `libc` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Remove several remnants of the old libtest-based executorZalathar-88/+53
2025-08-27Rollup merge of #145885 - madsmtm:lldb-inherit-tcc, r=KobzolMatthias Krüger-0/+29
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-26Inherit TCC in debuginfo tests on macOSMads Marquart-0/+29
2025-08-26Rollup merge of #145821 - lolbinarycat:compiletest-error-show, r=clubby789Stuart Cook-2/+3
2025-08-24compiletest: if a compiler fails outside a ui test, show its outputbinarycat-2/+3
2025-08-24Auto merge of #145384 - ywxt:parallel-tests, r=jieyouxubors-1/+15
2025-08-21Rollup merge of #144541 - folkertdev:c-variadic-same-program-multiple-abis-ar...Jacob Pratt-0/+1
2025-08-20Split compiletest `--codegen-backend` into two options `--default-codegen-bac...Guillaume Gomez-13/+26
2025-08-20Add new `--test-codegen-backend` bootstrap optionGuillaume Gomez-0/+5
2025-08-19Rollup merge of #144476 - notriddle:notriddle/stringdex, r=lolbinarycat,Guill...Stuart Cook-1/+1
2025-08-18rustdoc: add rustdoc top bar web componentMichael Howell-1/+1
2025-08-15Enhance UI test output handling for runtime errorsAMS21-3/+15
2025-08-15Add the directive `compare-output-by-lines`ywxt-1/+15
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-0/+4
2025-08-10Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726Stuart Cook-1/+1
2025-08-08switch polonius compare-mode to polonius=nextRémy Rakic-1/+1
2025-08-08Add target_env = "macabi" and target_env = "sim"Mads Marquart-5/+2
2025-08-07Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqdbors-1/+0
2025-08-06Add normalization for thread IDs in panic messagesTrevor Gross-0/+5
2025-08-06Revert "Embed GDB pretty printers in rlibs and dylibs"bjorn3-1/+0
2025-08-06Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzolbors-1/+1
2025-08-06Embed GDB pretty printers in rlibs and dylibsSebastian Poeplau-0/+1
2025-08-04compiletest: add hint for when a ui test produces no errorsbinarycat-1/+1
2025-08-04Rollup merge of #144848 - Zalathar:ui-fulldeps, r=clubby789Stuart Cook-10/+32
2025-08-03Rollup merge of #144805 - Zalathar:proc-res, r=jieyouxuSamuel Tardieu-45/+56
2025-08-03Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji...Samuel Tardieu-1/+14
2025-08-03For "stage 1" ui-fulldeps, use the stage 1 compiler to query target infoZalathar-10/+32
2025-08-03Change `TestCx::error` to `error_prefix`, which returns a stringZalathar-14/+22
2025-08-03Consolidate all `ProcRes` unwinds into one code pathZalathar-27/+29
2025-08-03Change `ProcRes::print_info` to `format_info`Zalathar-5/+6
2025-08-02c-variadic: multiple ABIs in the same program for armFolkert de Vries-0/+1
2025-08-02Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=KobzolSamuel Tardieu-16/+2
2025-08-01Remove the omit_gdb_pretty_printer_section attributebjorn3-1/+14
2025-08-01compiletest: Improve diagnostics for line annotation mismatches 2Vadim Petrochenkov-19/+18
2025-08-01Properly pass path to staged `rustc` to `compiletest` self-testsJieyou Xu-16/+2
2025-07-30Rollup merge of #144662 - Zalathar:directive-names, r=fmeaseStuart Cook-290/+293
2025-07-30compiletest: Move directive names back into a separate fileZalathar-290/+293
2025-07-29Verify llvm-needs-components are not empty and match the --target valueDaniel Paoliello-52/+181
2025-07-27Rollup merge of #144454 - folkertdev:uefi-tests, r=jieyouxuMatthias Krüger-0/+1