summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-7/+22
2018-05-05Misc tweaksJohn Kåre Alsaker-2/+38
2018-05-04Fold rustfix tests back into the UI test suiteAlex Crichton-62/+44
2018-05-04Use published rustfix 0.2 versionPascal Hertleif-1/+1
2018-05-04test: Make a dedicated testsuite for rustfixAlex Crichton-43/+82
2018-05-04tidyPascal Hertleif-3/+6
2018-05-04Skip NLL compiletest in rustfix mode for nowPascal Hertleif-3/+6
2018-05-04Use rustfix' suggestion fixing APIPascal Hertleif-74/+6
2018-05-04First step towards rustfix compiletest modePascal Hertleif-2/+90
2018-05-03Include the test name when reporting that an expected line was not found in a...Felix S. Klock II-0/+2
2018-05-03Support test header directives in run-make mode too.Michael Woerister-7/+22
2018-04-27Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichtonbors-0/+2
2018-04-25compiletest: introduce skip-transTatsuyuki Ishi-3/+21
2018-04-24compiletest: detect non-ICE compiler panicsJosh Stone-0/+2
2018-04-20Add doc for output_base_name_stage.Eric Huss-0/+2
2018-04-20Fix revision support for UI tests.Eric Huss-26/+42
2018-04-20Fix #50113: must explicitly request file name when using with_file_name.Felix S. Klock II-2/+4
2018-04-18When running under compare-mode=nll, generate expected output to `foo.nll.std...Felix S. Klock II-2/+8
2018-04-18Generate separate stamp files for `--compare-mode=nll`, and also use them. :)Felix S. Klock II-3/+8
2018-04-18Change output of `compiletest` to include the compare-mode when present.Felix S. Klock II-2/+6
2018-04-17Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelixbors-1/+1
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-22/+35
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-1/+1
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-9/+9
2018-04-11fixed typomemoryleak47-1/+1
2018-04-06Auto merge of #49293 - memoryleak47:add-compiletest-nll-compare-mode, r=pnkfelixbors-22/+82
2018-04-03make tidy happymemoryleak47-1/+2
2018-04-03running compiletest with --compare-mode will now run, even if the stamp is up...memoryleak47-1/+1
2018-03-23Test fixesAlex Crichton-1/+1
2018-03-23the expected ui output is now the empty String if the corresponding files are...memoryleak47-9/+6
2018-03-23some tidy fixesmemoryleak47-4/+22
2018-03-23compiletest ui does not check for //~ comments, when --compare-mode is activememoryleak47-1/+1
2018-03-23add --compare-mode option to compiletestmemoryleak47-20/+64
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-7/+8
2018-03-22Rollup merge of #49158 - varkor:compiletest-triples, r=rkruppekennytm-7/+26
2018-03-22Rollup merge of #49140 - semarie:rustdoc-test-path, r=alexcrichtonkennytm-0/+2
2018-03-21Revert "remove FIXME(#33435) and remove the spurious failures counter measure"Niv Kaminer-0/+5
2018-03-20Make compiletest do exact matching on triplesvarkor-2/+4
2018-03-20Add more canonicalisations for OS_TABLE and ARCH_TABLEvarkor-5/+21
2018-03-19Revert "Remove useless powerpc64 entry from ARCH_TABLE, closes #47737"varkor-0/+1
2018-03-18Allow test target to pass without installingSébastien Marie-0/+2
2018-03-17remove FIXME(#33435) and remove the spurious failures counter measureNiv Kaminer-5/+0
2018-03-17remove FIXME(#11094) and allow make tests to run on targets besides hostNiv Kaminer-5/+0
2018-03-16Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiynkennytm-0/+1
2018-03-14test for putting back check on jsonGuillaume Gomez-20/+43
2018-03-11test: Forcibly remove MAKEFLAGS in compiletestAlex Crichton-1/+8
2018-03-08tools/compiletest: add mips64 to ARCH_LISTJames Cowgill-0/+1
2018-03-07Merge branch 'compiletest-update' of https://github.com/alexcrichton/rust int...Alex Crichton-12/+15
2018-03-06Update compiletest's dependenciesAlex Crichton-12/+15
2018-03-06Auto merge of #48642 - alexcrichton:compile-cargo-once, r=michaelwoeristerbors-2/+2