summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2021-02-02Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiynJack Huey-1/+5
2021-01-29Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3Yuki Okushi-2/+2
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-2/+2
2021-01-28Rollup merge of #81428 - phansch:compiletest-tests, r=Mark-SimulacrumYuki Okushi-1/+20
2021-01-27Support AArch64 big-endian and ILP32 in compiletestAmanieu d'Antras-1/+5
2021-01-27compiletest: Add two more unit testsPhilipp Hansch-1/+20
2021-01-19No longer require unstable for jsondocck, only build it for json testsRune Tynan-4/+4
2021-01-19Address review v2Rune Tynan-1/+0
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-11/+18
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-39/+50
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-22/+10
2020-12-16compiletest: add split dwarf compare modeDavid Wood-0/+14
2020-12-12Ignore .css files in the diffJoshua Nelson-1/+2
2020-12-12If tidy isn't installed, only give one error, not manyJoshua Nelson-19/+22
2020-12-12Don't abort rustdoc tests if `tidy` isn't installedJoshua Nelson-11/+16
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-1/+1
2020-12-09Enable ASan, TSan, UBSan for aarch64-apple-darwin.Corey Farwell-2/+8
2020-12-03Coverage tests for remaining TerminatorKinds and async, improve AssertRich Kadel-2/+0
2020-12-01Address review comments.Nixon Enraght-Moony-7/+7
2020-12-01Add tests for rustdoc jsonNixon Enraght-Moony-10/+62
2020-11-23Fix order of diff when rustdoc tests failWim Looman-1/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-3/+1
2020-11-22Auto merge of #78752 - jyn514:html-diff, r=GuillaumeGomezbors-10/+146
2020-11-20Move from bash to rustJoshua Nelson-40/+33
2020-11-17compiletest: Fix a warning in debuginfo tests on windows-gnuVadim Petrochenkov-1/+2
2020-11-14Use default git pager instead of hard-coding `delta`Joshua Nelson-9/+23
2020-11-14Capture stdout and stderr of diff so they'll be printed at the endJoshua Nelson-8/+14
2020-11-14Fix tests with auxiliary docsJoshua Nelson-3/+22
2020-11-14Fall back to `diff` if `delta` isn't installedJoshua Nelson-14/+20
2020-11-14Fix bugsJoshua Nelson-4/+5
2020-11-14Address review commentsJoshua Nelson-29/+21
2020-11-14Give a better error when rustdoc tests failJoshua Nelson-8/+113
2020-11-03Print a summary of which test suite failedMark Rousskov-2/+35
2020-11-02Auto merge of #78667 - pietroalbini:lldb-unbuffered, r=Mark-Simulacrumbors-0/+1
2020-11-02compiletest: try running lldb_batchmode.py with PYTHONUNBUFFEREDPietro Albini-0/+1
2020-10-30Always pass `-Z future-incompat-report` to UI testsAaron Hill-0/+1
2020-10-30Don't display empty future-compat reportAaron Hill-16/+21
2020-10-30Update into-iter-on-arrays test to check future-incompat-reportAaron Hill-11/+22
2020-10-30Only error on unfixed diagnosticsAaron Hill-1/+3
2020-10-30Strip out non-diagnostic lines from rustfix inputAaron Hill-7/+20
2020-10-30Print future breakage reportAaron Hill-6/+9
2020-10-30Some workAaron Hill-2/+17
2020-10-29Add support for rustc-env and unset-rustc-env for aux-buildsTomasz Miąsko-0/+5
2020-10-20Initialize tracing subscriber in compiletest toolTomasz Miąsko-2/+2
2020-10-05Updates to experimental coverage counter injectionRich Kadel-2/+12
2020-09-29Ensure that all LLVM components requested by tests are available on CIVadim Petrochenkov-2/+5
2020-09-18Fix --bless for mir-opt 32/64 bit fileNixon Enraght-Moony-3/+4
2020-09-17Put bit qualifier before mir/diffNixon Enraght-Moony-2/+2
2020-09-05compiletest: Introduce "min-cdb-version"MaulingMonkey-6/+51
2020-08-27Adds --bless support to test/run-make-fulldepsRich Kadel-0/+12