about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2019-04-03rustfix coverage: Skip UI tests with non-json error-formatPhilipp Hansch-2/+5
2019-03-28Rollup merge of #59408 - euclio:compiletest-normalization, r=oli-obkMazdak Farrokhzad-5/+98
2019-03-28Rollup merge of #59398 - phansch:rustfix_coverage, r=oli-obkMazdak Farrokhzad-1/+51
2019-03-26Improve some compiletest documentationPhilipp Hansch-3/+20
2019-03-25Save coverage file in build_base path, not /tmpPhilipp Hansch-6/+10
2019-03-25s/lints/diagnosticsPhilipp Hansch-2/+2
2019-03-25compiletest: make path normalization smarterAndy Russell-5/+98
2019-03-24Add a way to track Rustfix UI test coveragePhilipp Hansch-1/+47
2019-03-20Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichtonbors-9/+68
2019-03-17Auto merge of #59250 - bovinebuddha:filter_ui_revision_tests, r=petrochenkovbors-1/+1
2019-03-17compiletest: Filter test annotations from UI test output for revision testsMathias Blikstad-1/+1
2019-03-16Merge remote-tracking branch 'upstream/master' into asm-compile-testsDenys Zariaiev-0/+8
2019-03-16Rollup merge of #58941 - wzssyqa:master, r=alexcrichtonkennytm-0/+8
2019-03-13Merge remote-tracking branch 'upstream/master' into asm-compile-testsDenys Zariaiev-3/+36
2019-03-12Auto merge of #58330 - GuillaumeGomez:rustdoc-js-non-std, r=QuietMisdreavus,M...bors-3/+30
2019-03-11compiletest: Filter away test annotations from UI test outputVadim Petrochenkov-0/+6
2019-03-06Improve codeGuillaume Gomez-1/+4
2019-03-05MIPS: add r6 supportYunQiang Su-0/+8
2019-02-28Move rustdoc-js testing into compiletestGuillaume Gomez-4/+28
2019-02-27Introduce assembly testsDenys Zariaiev-9/+68
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-26/+26
2019-02-11use ignore directives for run-make testsAndy Russell-0/+9
2019-02-10tools: doc commentsAlexander Regueiro-26/+26
2019-02-04Transition compiletest to Rust 2018Philipp Hansch-47/+39
2019-01-31Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors-0/+24
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-0/+3
2019-01-27Auto merge of #57871 - Mark-Simulacrum:fix-compiletest-stamp, r=oli-obkbors-20/+37
2019-01-25Correctly set filetime for copied LLVMMark Rousskov-20/+37
2019-01-24Support revisions for codegen testsSimonas Kazlauskas-15/+59
2019-01-17compiletest: Simplify handling of Clang-based tests.Michael Woerister-90/+14
2019-01-17compiletest: Support opt-in Clang-based run-make tests.Michael Woerister-1/+101
2019-01-06slightly optimize compiletest test collectionAndy Russell-34/+27
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2018-12-25Remove licensesMark Rousskov-88/+0
2018-12-25Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelixbors-18/+18
2018-12-22Auto merge of #57063 - kennytm:rollup, r=kennytmbors-10/+10
2018-12-23Rollup merge of #56989 - phansch:fix_compiletest_trim_deprecations, r=Mark-Si...kennytm-10/+10
2018-12-22Auto merge of #56680 - vakaras:issue56280, r=nagisabors-10/+16
2018-12-19FIXME(9639) remove fixme and accept non-utf8 paths in compiletestNiv Kaminer-18/+18
2018-12-19Fix compiletest `trim` deprecation warningsPhilipp Hansch-10/+10
2018-12-19Rollup merge of #56947 - hsivonen:neon, r=alexcrichtonPietro Albini-1/+4
2018-12-17Address the pull request review comments.Vytautas Astrauskas-14/+12
2018-12-17Use compiletest timestamp to check if the tests should be rerun.Vytautas Astrauskas-10/+18
2018-12-15compiletest: unit test parse_normalization_stringPhilipp Hansch-0/+26
2018-12-15compiletest: Add some compiletest::util unittestsPhilipp Hansch-0/+28
2018-12-13Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea...Henri Sivonen-1/+4
2018-12-12Bump to 1.33.0Alex Crichton-1/+5
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-2/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-12-07use top level `fs` functions where appropriateAndy Russell-56/+22