about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
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
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-0/+1
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/+47
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-0/+2
2015-12-17Remove unused importsJeffrey Seyfried-2/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-12/+7
2015-12-03Add a `build-aux-docs` directive to compiletestmitaa-6/+31
2015-11-10compiletest/raise_fd_limit: use libc instead of custom implTamir Duberstein-22/+5
2015-11-04Deprecate `_ms` functions that predate the `Duration` APIBen Striegel-1/+1
2015-10-26Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichtonbors-1/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+2
2015-10-25compiletest: show usage/help when passed no argsEmanuel Czirai-1/+1
2015-09-24Allow multi-digit GDB minor version numbersWilliam Throwe-5/+6
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-191/+176
2015-08-24Fix compile-fail tests on windowsDiggory Blake-2/+15
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-1/+0
2015-08-10trans: Stop informing LLVM about dllexportAlex Crichton-2/+1
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-4/+4
2015-07-12Implement RFC 1058Simonas Kazlauskas-4/+2
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