summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2018-03-23Test fixesAlex Crichton-1/+1
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
2018-03-06Update env_logger to 0.5.4Alex Crichton-2/+2
2018-03-04Remove useless powerpc64 entry from ARCH_TABLE, closes #47737debris-1/+0
2018-02-28Rollup merge of #48488 - varkor:handle-gdb-error-compiletest, r=michaelwoeristerkennytm-11/+6
2018-02-26Implement opt-out from UI testing normalizationVadim Petrochenkov-3/+16
2018-02-26Support flag `-Z ui-testing` for tweaking diagnostic output for UI testsVadim Petrochenkov-5/+2
2018-02-25Update tools codeGuillaume Gomez-38/+21
2018-02-23Handle gdb command failure gracefully in compiletestvarkor-11/+6
2018-02-18Auto merge of #47544 - U007D:master, r=nikomatsakisbors-6/+20
2018-02-15Auto merge of #48203 - kennytm:rollup, r=kennytmbors-10/+14
2018-02-13Improve debuggability of #48116.kennytm-1/+1
2018-02-12changed termination_trait's bound from Error to Debug; added compiletest head...Brad Gibson-6/+20
2018-02-12Update compiletest's `read2` functionAlex Crichton-10/+14
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