about summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-2131/+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-3/+3
2016-04-06Address nits.Niko Matsakis-3/+4
2016-04-06add incremental test runner and some testsNiko Matsakis-0/+65
2016-03-26Set source file name when setting breakpoints in lldbTed Horst-1/+4
2016-03-25Make library paths passed by compiletest tool absolute.Michael Woerister-5/+5
2016-03-22Auto merge of #32341 - frewsxcv:compiletest-enum, r=nikomatsakisbors-8/+11
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-8/+11
2016-03-18Auto merge of #32080 - eddyb:transcendent, r=nikomatsakisbors-5/+21
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-1/+1
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-09Differentiate "line" and "line number" variable names.Corey Farwell-2/+2
2016-03-03make pretty printer tests understand revisions, and make them ignore theNiko Matsakis-15/+18
2016-03-03Do not assert revisions list is empty for pretty printing testsNiko Matsakis-1/+5
2016-03-02thread revision identifier around in test outputNiko Matsakis-91/+134
2016-03-02refactor and generalize revisionsNiko Matsakis-2/+49
2016-03-01introduce the notion of revisions, currently unusedNiko Matsakis-2/+2
2016-03-01change compile_flags to eagerly split into a vector on whitespaceNiko Matsakis-4/+4
2016-02-25add comment and stop creating directories in runtestNiko Matsakis-1/+2
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-3/+20
2016-02-24Generalize from passing around a single path to the test file to passingNiko Matsakis-155/+166
2016-02-10Fix half of emscripten's failing testsPierre Krieger-5/+7
2016-02-06Add emscripten support to compiletestBrian Anderson-1/+12
2016-01-30Expect all help/note messages are specified in a cfail test if it contains he...Florian Hahn-6/+15
2016-01-26Implement the translation item collector.Michael Woerister-1/+44
2015-12-17Remove unused importsJeffrey Seyfried-2/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-10/+7
2015-12-03Add a `build-aux-docs` directive to compiletestmitaa-6/+19
2015-11-04Deprecate `_ms` functions that predate the `Duration` APIBen Striegel-1/+1
2015-09-21Avoid loading the whole gdb debug scripts section.Richard Diamond-2/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-1/+1
2015-09-01refactored compiletest following clippy's suggestionsllogiq-103/+103
2015-08-24Fix compile-fail tests on windowsDiggory Blake-2/+14
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-1/+0
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-4/+4
2015-07-08this fixes the test failures on freebsdDave Huseby-1/+4
2015-06-18compiletest: Minor cleanup from removal of jit test supportGeoffrey Thomas-11/+4
2015-06-13compiletest: remove JITTamir Duberstein-28/+12
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-12/+12
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-06-03Improve diagnostic messages for range patterns.Michael Sproul-10/+5
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-118/+13
2015-04-27compiletest: Don't force dylibs on muslAlex Crichton-1/+14