about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
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
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-20/+5
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-20/+5
2018-12-04Report failing tests without `//~ ERROR` commentsOliver Scherer-6/+8
2018-11-30compiletest: don't pass -Clinker when `// force-host` was requested.Eduard-Mihai Burtescu-4/+4
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-11-08Fix compiletest support for wasm32-unknown-emscriptenNikita Popov-4/+2
2018-11-01Rollup merge of #55522 - matthiaskrgr:no_format, r=zackmdavisPietro Albini-1/+1
2018-10-31use String::from() instead of format!() macro to construct Strings.Matthias Krüger-1/+1
2018-10-30Add legacy debuginfo testsTom Tromey-0/+23
2018-10-21Remove the parse-fail test suiteVadim Petrochenkov-8/+5
2018-10-18Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakiskennytm-47/+176
2018-10-17Change NLL compare mode to borrowck=migrate.David Wood-1/+1
2018-10-10Run both lldb and gdb testsTom Tromey-47/+176
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-7/+44
2018-09-29Rollup merge of #54645 - tromey:android-gdb-version, r=alexcrichtonkennytm-203/+225
2018-09-29Rollup merge of #54567 - tromey:paths-in-stamp-hashes, r=Mark-Simulacrumkennytm-0/+13
2018-09-28Compute Android gdb version in compiletestTom Tromey-203/+225
2018-09-27Auto merge of #52319 - tinco:issue_12590, r=pnkfelixbors-5/+25
2018-09-25Include path in stamp hash for debuginfo testsTom Tromey-0/+13
2018-09-21Added comment above `Mode::RunPass` noting that it now behaves like `Mode::Ui`.Felix S. Klock II-0/+1