about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2025-10-04Rollup merge of #147288 - Zalathar:directive, r=jieyouxuMatthias Krüger-156/+188
2025-10-04Rollup merge of #147280 - workingjubilee:you-can-put-your-gcc-in-my-llvm-comp...Matthias Krüger-4/+1
2025-10-03Use new `DirectiveLine` features in directive parsingZalathar-89/+73
2025-10-03Allow easy extraction of name/value from a `DirectiveLine`Zalathar-5/+50
2025-10-03Move `DirectiveLine` into its own submoduleZalathar-66/+69
2025-10-02Return to needs-llvm-components being info-onlyJubilee Young-4/+1
2025-10-02implement range support in `//@ edition`Pietro Albini-14/+270
2025-10-02Forbid `//@ compile-flags: -Cincremental=` in testsZalathar-1/+9
2025-09-30Pass around `DirectiveLine` instead of bare stringsZalathar-145/+107
2025-09-30Remove `parse_negative_name_directive`Zalathar-16/+2
2025-09-30Split off a separate name/value parser for debuginfo test commandsZalathar-16/+19
2025-09-29Rollup merge of #146929 - Zalathar:capture, r=Kobzol,jieyouxuStuart Cook-66/+10
2025-09-28Remove old-output-capture from compiletestZalathar-66/+10
2025-09-27Use `PanicHookInfo::payload_as_str` now that it's stable in betaZalathar-14/+1
2025-09-24Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obkMatthias Krüger-1/+1
2025-09-24const validation: better error for maybe-null referencesRalf Jung-1/+1
2025-09-23Rollup merge of #146731 - Muscraft:svg-test-terminal-url, r=jdonszelmannMatthias Krüger-1/+1
2025-09-21Add panic=immediate-abortBen Kimock-7/+35
2025-09-19chore(compiletest): Use newest anstyle-svg versionScott Schafer-1/+1
2025-09-16Rollup merge of #146618 - GuillaumeGomez:backend-run-llvm-options, r=kobzolMatthias Krüger-5/+12
2025-09-16Do not run ui test if options specific to llvm are used when another codegen ...Guillaume Gomez-5/+12
2025-09-16Rollup merge of #146601 - Enselic:fix-test-args, r=Mark-SimulacrumStuart Cook-3/+6
2025-09-16Rollup merge of #146574 - Zalathar:capture, r=jieyouxuStuart Cook-1/+1
2025-09-15compiletest: Make `./x test --test-args ...` work againMartin Nordholts-3/+6
2025-09-15compiletest: Enable new-output-capture by defaultZalathar-1/+1
2025-09-13compiletest: Fix `--exact` test filteringMartin Nordholts-11/+54
2025-09-05compiletest: implement {`run-make`,`run-make-cargo`} test suite splitJieyou Xu-7/+10
2025-09-04Rollup merge of #146119 - Zalathar:capture, r=jieyouxuJacob Pratt-75/+275
2025-09-04Implement compiletest `--new-output-capture`, in stable RustZalathar-2/+76
2025-09-02compiletest: cygwin follows windows in using PATH for dynamic librariesjeremyd2019-1/+1
2025-09-02Replace print statements in runtest with `write!` or `writeln!`Zalathar-60/+98
2025-09-02Preliminary plumbing of stdout/stderr as `&dyn ConsoleOut`Zalathar-8/+60
2025-09-02Encapsulate output-capture mode in a dedicated enumZalathar-7/+43
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-4/+4
2025-09-01Capture panic messages via a custom panic hookZalathar-0/+152
2025-08-31Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=NoratriebMatthias Krüger-7/+1
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-27accept integer `target-pointer-width` in compiletestWaffle Lapkin-7/+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