summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
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-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
2020-08-22compiletest: fix a couple clippy lint findingsMatthias Krüger-72/+59
2020-08-18Validate the MIR of all optimizations in the mir-opt directoryOliver Scherer-0/+1
2020-08-15replaced log with tracingGurpreet Singh-6/+6
2020-08-09Add sanitizer support on FreeBSDGreg V-3/+8
2020-08-07Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiserbors-2/+13
2020-08-07Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomezbors-2/+4
2020-08-07Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakisYuki Okushi-0/+21
2020-08-02Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-SimulacrumManish Goregaokar-0/+12
2020-08-02compiletest: Support ignoring tests requiring missing LLVM componentsVadim Petrochenkov-0/+12
2020-08-02compiletest: print diff for pretty testsDavid Wood-9/+16
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-31compiletest: ignore-endian-big, fixes #74829, fixes #74885Ximin Luo-0/+21