about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-3641/+0
2016-04-15Add initial version of codegen unit partitioning for incremental compilation.Michael Woerister-17/+130
2016-04-12Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakisbors-17/+1
2016-04-11tests: update for MIR debuginfo.Eduard Burtescu-17/+1
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-15/+24
2016-04-06Address nits.Niko Matsakis-3/+4
2016-04-06add incremental test runner and some testsNiko Matsakis-2/+71
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-1/+4
2016-03-26Set source file name when setting breakpoints in lldbTed Horst-1/+4
2016-03-25remove unused variable in compiletestNiko Matsakis-6/+0
2016-03-25Make library paths passed by compiletest tool absolute.Michael Woerister-9/+23
2016-03-23add back `&` that was deleted by mistakeJorge Aparicio-1/+1
2016-03-22fix alignmentJorge Aparicio-4/+4
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-6/+6
2016-03-22Auto merge of #32341 - frewsxcv:compiletest-enum, r=nikomatsakisbors-14/+57
2016-03-21Refactor 'kind' extraction to use `str::split_whitespace`.Corey Farwell-6/+5
2016-03-19Rollup merge of #32271 - frewsxcv:compiletest-ignored-help-note, r=nikomatsakisEduard-Mihai Burtescu-0/+4
2016-03-18Use enum for message kind in compiletest harness.Corey Farwell-11/+55
2016-03-18Auto merge of #32080 - eddyb:transcendent, r=nikomatsakisbors-8/+31
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-4/+20
2016-03-17compiletest: Add rustc-env for run-pass/super-fast-paren-parsing.Eduard Burtescu-4/+11
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-2/+2
2016-03-15Add comment about opt-in nature of compiletest note/help messages.Corey Farwell-0/+4
2016-03-15Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichtonbors-1/+8
2016-03-15Shorter output for `rustc --test` binaries.Simon Sapin-1/+8
2016-03-14Clean up cloning logic in compiletest.rs.Corey Farwell-11/+2
2016-03-12std: Clean out deprecated APIsAlex Crichton-7/+12
2016-03-09Differentiate "line" and "line number" variable names.Corey Farwell-15/+14
2016-03-09Prefer `Option::expect` over explicit unwrapping.Corey Farwell-3/+2
2016-03-03make pretty printer tests understand revisions, and make them ignore theNiko Matsakis-20/+32
2016-03-03Do not assert revisions list is empty for pretty printing testsNiko Matsakis-1/+5
2016-03-02rename should-panic to should-fail, per acrichto's suggestionNiko Matsakis-6/+6
2016-03-02make it possible for a test to declare `should-panic`Niko Matsakis-28/+49
2016-03-02thread revision identifier around in test outputNiko Matsakis-91/+134
2016-03-02refactor and generalize revisionsNiko Matsakis-16/+52
2016-03-01introduce the notion of revisions, currently unusedNiko Matsakis-27/+88
2016-03-01change compile_flags to eagerly split into a vector on whitespaceNiko Matsakis-9/+11
2016-03-01refactor header parsing so it can work "in-place"Niko Matsakis-62/+64
2016-03-01require that header lines begin with `//`Niko Matsakis-2/+3
2016-02-25add comment and stop creating directories in runtestNiko Matsakis-1/+2
2016-02-25create the required directories while gathering tests rather than duringNiko Matsakis-0/+9
2016-02-25translate backslashes to forward slashes in the expected stringsNiko Matsakis-1/+3
2016-02-24Recurse to find test files in any subdirectory of the base path. If aNiko Matsakis-14/+46
2016-02-24Generalize from passing around a single path to the test file to passingNiko Matsakis-170/+202
2016-02-10Fix half of emscripten's failing testsPierre Krieger-5/+7
2016-02-06Add emscripten support to compiletestBrian Anderson-1/+14
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-0/+1
2016-02-02Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichtonbors-1/+0
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-1/+0