about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
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
2018-09-21Make the `// skip-codegen` property apply to ui tests too.Felix S. Klock II-3/+4
2018-09-21you can have `// compile-pass` markers in headers of `compile-fail/` tests.Felix S. Klock II-1/+1
2018-09-21Similar to above, failed to notice that `Mode::Incremental` delegates to `run...Felix S. Klock II-0/+12
2018-09-21Mark `ParseFail` as tests that are not expected to compile.Felix S. Klock II-1/+1
2018-09-21Provide way for ui tests to opt out of having their output checked.Felix S. Klock II-2/+28
2018-09-21Support `// skip-codegen` in header of ui testsFelix S. Klock II-1/+1
2018-09-21Make `src/test/run-pass/` act like an alternative `ui` test suite.Felix S. Klock II-6/+22
2018-09-12Really make CGU names unique across crates.Michael Woerister-13/+21
2018-09-10refactor so that it's no longer possible to call print_source incorrectlyTinco Andringa-11/+14
2018-09-10dont pass in src if we are not reading from stdin in compiletestTinco Andringa-1/+6
2018-09-10Update `compiletest` so that the pretty tests only read from stdin when they ...Felix S. Klock II-4/+16