about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2022-07-20compiletest: dedup revision line logic.Luqman Aden-31/+27
2022-07-20compiletest: allow using revisions with debuginfo testsLuqman Aden-13/+47
2022-07-12Add regex-error-pattern flag in compiletestGuillaume Gomez-19/+66
2022-07-11compiletest: trim edition before passing as flagDeadbeef-1/+1
2022-07-04Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrumbors-0/+32
2022-07-02move optimize-tests flag handling from bootstrap to compiletestThe 8472-16/+28
2022-07-02Only obey optimize-tests flag on UI tests that are run-passThe 8472-0/+20
2022-07-02Fix bug in `rustdoc -Whelp`Joshua Nelson-2/+4
2022-06-28Rollup merge of #98564 - jyn514:remove-tmp-dir, r=Mark-SimulacrumMatthias Krüger-5/+0
2022-06-26Remove references to `./tmp` in-treeJoshua Nelson-5/+0
2022-06-26compiletest: add issue number param to `known-bug`David Knaack-1/+23
2022-06-22use `-Cstrip=debuginfo` with ui tests to reduce disk space usageklensy-0/+2
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-1/+2
2022-06-08Fix polonius compare mode.Eric Huss-1/+1
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-15/+2
2022-06-06Auto merge of #96551 - ferrocene:pa-ignore-paths-when-abbreviating, r=Mark-Si...bors-60/+249
2022-06-04update testsPietro Albini-20/+20
2022-06-04address review commentsPietro Albini-24/+35
2022-06-03Fully stabilize NLLJack Huey-15/+2
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi-0/+10
2022-05-22Disallow non-same compare-mode-nllJack Huey-18/+44
2022-05-13Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrumbors-1/+9
2022-05-12compiletest: normalize paths from repository rootDavid Wood-10/+9
2022-05-10Add test skip supportCollin Baker-1/+9
2022-05-02add testsPietro Albini-0/+126
2022-05-02fix existing bug when the first write was always included in fullPietro Albini-1/+2
2022-05-02extract ProcOutput out of the function to make it testablePietro Albini-82/+84
2022-05-02handle excluded strings across boundariesPietro Albini-1/+5
2022-04-29handle compiler emitting only excluded stringsPietro Albini-3/+9
2022-04-29ignore known paths when deciding whether to abbreviate the outputPietro Albini-15/+54
2022-04-28extract code to detect files related to a test into a different functionPietro Albini-11/+35
2022-04-27compiletest: add support for unused extern notificationsJeremy Fitzhardinge-0/+11
2022-04-25Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisaMatthias Krüger-1/+12
2022-04-19compiletest: combine `--*-python` argsAlec Goncharow-16/+10
2022-04-16Add support for MIR opt unit testsJakob Degen-1/+12
2022-04-11Auto merge of #94243 - compiler-errors:compiler-flags-typo, r=Mark-Simulacrumbors-0/+5
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-3/+1
2022-04-05trivial cfg(bootstrap) changesPietro Albini-3/+1
2022-03-26Print the full relative path to failed testsJoshua Nelson-6/+4
2022-03-18Re-enable parallel debuginfo testsTom Tromey-5/+0
2022-03-14debuginfo: Refactor debuginfo generation for types -- Address review comments.Michael Woerister-0/+2
2022-03-14debuginfo: Refactor debuginfo generation for types -- Run x.py fmtMichael Woerister-35/+7
2022-03-14compiletest: Don't update PDB files of test cases in-place.Michael Woerister-9/+48
2022-03-03bootstrap: correct reading of flags for llvmJon Gjengset-2/+13
2022-02-25Switch bootstrap cfgsMark Rousskov-2/+0
2022-02-24Include ignore message in libtest outputAntonio Yang-0/+4
2022-02-21reject compiler-flags as a compiletest attributeMichael Goulet-0/+5
2022-02-20compiletest: Print process output info with less whitespaceNixon Enraght-Moony-15/+19
2022-02-18Rollup merge of #93953 - jackh726:known_bug, r=Mark-SimulacrumMatthias Krüger-221/+186
2022-02-16MemTagSanitizer SupportIvan Lozano-0/+5