summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
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
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-08-21Normalize source line and column numbers.David Wood-0/+7
2018-08-19Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichtonbors-2/+4
2018-08-17Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichtonbors-5/+28
2018-08-15Fix compiletest JSON error messageashtneoi-2/+2
2018-08-15Adapt codegen-unit tests to new CGU naming scheme.Michael Woerister-5/+28
2018-08-14Rollup merge of #53229 - varkor:rlimits_min, r=nikomatsakiskennytm-7/+9
2018-08-14Fix no-link-with-link-args by introducing another normalization.David Wood-0/+5
2018-08-14Normalize test build directory and root build directory.David Wood-0/+9
2018-08-14Check error-patterns on UI tests. Fixes #52531.David Wood-21/+24
2018-08-09Add a safety check for compiletest rlimitvarkor-7/+9
2018-08-06inore some codegen tests when debug assertions are enabledRalf Jung-2/+4
2018-08-05Fix stage 2 testsvarkor-1/+0
2018-08-01Auto merge of #52937 - pietroalbini:rollup, r=pietroalbinibors-0/+1
2018-07-30rustc: Disallow machine applicability in foreign macrosAlex Crichton-2/+17
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-0/+1
2018-07-28Update the Cargo submodule and rustfixAlex Crichton-3/+7
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-4/+4
2018-07-26compiletest: Add support for ignoring certain tests under `--compare-mode=...`Felix S. Klock II-2/+7
2018-07-25Add missing dynTatsuyuki Ishi-4/+4
2018-07-24Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomezbors-5/+7
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-6/+32
2018-07-20compiletest: don't overwrite failure-status if it was previously setQuietMisdreavus-5/+7
2018-07-18rustc: distinguish compilation failure from ICEAndy Russell-9/+11
2018-07-16Revert "Adapt codegen-unit tests to new CGU naming scheme."Michael Woerister-28/+5
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-5/+28
2018-07-12Adapt codegen-unit tests to new CGU naming scheme.Michael Woerister-5/+28