summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2018-02-13Improve debuggability of #48116.kennytm-1/+1
2018-02-11Delete executables if the test ran successfully.Mark Simulacrum-3/+5
2018-02-12compiletest: Delete the executable immediately after running.kennytm-2/+8
2018-02-04Rollup merge of #47978 - eddyb:iu, r=kennytmkennytm-4/+4
2018-02-03ui tests: diff from old (expected) to new (actual) instead of backwards.Eduard-Mihai Burtescu-4/+4
2018-01-31Enable stack-probe tests with system LLVM >= 5.0Josh Stone-1/+1
2018-01-30Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebankkennytm-1/+1
2018-01-28Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrumbors-3/+10
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-3/+10
2018-01-26Added JSON output to libtest.Gilad Naaman-1/+1
2018-01-26Add line numbers and columns to error messages spanning multiple filesvarkor-1/+1
2018-01-18Change the --unpretty flag to -Z unprettyMark Mansi-2/+1
2018-01-16add a comment about parsing only prefix in header.rsPulkit Goyal-0/+2
2018-01-16rename parse_cfg_prefix() to has_cfg_prefix()Pulkit Goyal-2/+2
2018-01-16return the boolean value directly instead of using if-elsePulkit Goyal-5/+1
2018-01-16implement "only-<platforms>" for test headersPulkit Goyal-0/+13
2018-01-13Rollup merge of #47185 - ritiek:ui-test-failed-output, r=nikomatsakiskennytm-9/+106
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-1/+1
2018-01-08Shorten names of some compiler generated artifacts.Michael Woerister-0/+4
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2018-01-06Show line numbersritiek-5/+101
2018-01-06Auto merge of #47155 - nerd2:debuginfo_test_fix, r=alexcrichtonbors-0/+7
2018-01-04Clean outputritiek-9/+10
2018-01-03Restore working debuginfo tests by trimming comments from non-header directiv...Sam-0/+7
2018-01-02Force the creation of libs instead of dylibs on CloudABI.Ed Schouten-2/+3
2018-01-01Move the TestPaths structure from libtest to compiletest.Ed Schouten-5/+11
2018-01-01Add CloudABI to the list of supported targets in compiletest.Ed Schouten-0/+1
2017-12-24Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.Corey Farwell-1/+1
2017-12-22Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebankkennytm-1/+1
2017-12-18incr.comp.: Add -Cincremental in addition to -ZincrementalMichael Woerister-1/+1
2017-12-15Replace libtest/lib.rs:FnBox with std::boxed::FnBox.Corey Farwell-1/+1
2017-12-14Support regexes in custom normalization in UI testsVadim Petrochenkov-1/+5
2017-12-10Imply must-compile-successfully in ui-tests when the run-pass flag is present.Tommy Ip-4/+6
2017-12-10Enforce successful ui tests to have must-compile-successfully flag.Tommy Ip-7/+11
2017-12-07extend MIR dump with detailed, extra informationNiko Matsakis-3/+8
2017-12-06pacify the mercilous tidyNiko Matsakis-1/+2
2017-12-06compiletest: account for `ui` reference files when deciding to skipNiko Matsakis-8/+40
2017-12-06runtest: rustfmtNiko Matsakis-754/+1136
2017-11-26Compiletest libc dependency can be unix-onlyDavid Tolnay-0/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-13/+21
2017-11-24UI tests extract the regular output from the 'rendered' field in jsonOliver Schneider-8/+48
2017-11-24Simplify an Iterator::fold to Iterator::anyOliver Schneider-1/+1
2017-11-22Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkovkennytm-4/+14
2017-11-20Address PR commentsOliver Schneider-1/+5
2017-11-20Include rendered diagnostic in jsonOliver Schneider-4/+10
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-4/+33
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-4/+33
2017-11-17Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakisbors-0/+1
2017-11-15Allow minimum system LLVM version in testsTom Tromey-0/+8
2017-11-14incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.Michael Woerister-1/+2