about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2017-07-27Don't needlessly build rustdoc for compiletest.Mark Simulacrum-6/+8
2017-07-17Only set cwd for test process, not compilerRichard Dodd-11/+40
2017-07-17Try running all tests using cwdRichard Dodd-5/+3
2017-07-17Make compiletest set cwd before running js testsRichard Dodd-3/+22
2017-07-13Reduce the usage of features in compiletest and libtestOliver Schneider-2/+1
2017-07-11compiletest: Support custom normalization rules.kennytm-6/+65
2017-07-11compiletest: Refactor: Move the `ignore-{}` logic into its own method.kennytm-30/+34
2017-07-01Auto merge of #42896 - llogiq:clippy_compiletest, r=alexcrichtonbors-94/+79
2017-06-29fix a stray semicolonAndre Bogus-1/+1
2017-06-29Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomezAriel Ben-Yehuda-0/+1
2017-06-27address tidy error & commentAndre Bogus-4/+3
2017-06-27compiletest: show details if GDB failed to execute.kennytm-1/+1
2017-06-25fixed some clippy warnings in compiletestAndre Bogus-93/+79
2017-06-24add `allow_fail` test attributePaul Woolcock-0/+1
2017-06-22Add target option for linker environment variablesThomas Lively-8/+2
2017-06-22Make wasm32 buildbot test LLVM backendThomas Lively-3/+8
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-52/+52
2017-06-15Add a no-system-llvm compilecheck headerSimonas Kazlauskas-0/+8
2017-06-02compiletest: Force directive to be first complete word in header comment.kennytm-28/+31
2017-06-02Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.kennytm-4/+24
2017-06-02Added --color flag to compiletest.kennytm-2/+16
2017-05-22make ui test output patch compatible #41948Cengiz Can-3/+3
2017-05-11Auto merge of #41863 - malbarbo:update-android-builder, r=alexcrichtonbors-1/+1
2017-05-10compiletest: force GDB to print values in the Rust format.Eduard-Mihai Burtescu-0/+5
2017-05-09ci: Update android ndk and sdkMarco A L Barbosa-1/+1
2017-05-05Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichtonCorey Farwell-0/+1
2017-05-05Add Options type in libtest and remove argumentGuillaume Gomez-1/+1
2017-05-02simplify the MirPass traits and passes dramaticallyNiko Matsakis-6/+4
2017-05-02Add option to display warnings in rustdocGuillaume Gomez-0/+1
2017-04-29Auto merge of #41588 - cengizIO:master, r=nikomatsakisbors-77/+10
2017-04-28Auto merge of #41575 - alexcrichton:android-qemu-server, r=TimNNbors-232/+27
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-126/+162
2017-04-27travis: Parallelize tests on AndroidAlex Crichton-232/+27
2017-04-27use diff crate for compile-fail test diagnostics #41474Cengiz Can-77/+10
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-126/+162
2017-04-24Haiku: add missing cases of using LIBRARY_PATHJessica Hamilton-0/+2
2017-04-13Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...bors-0/+1
2017-04-12Make compiletest write test output to different files for different revisions.Michael Woerister-2/+8
2017-04-11fix a bug in compiletest JSON parsing for duplicate errorsNiko Matsakis-0/+1
2017-03-30Auto merge of #40524 - alexcrichton:update-bootstrap, r=alexcrichtonbors-1/+0
2017-03-29rustbuild: Update bootstrap compilerAlex Crichton-1/+0
2017-03-27appveyor: Downgrade MinGW to 6.2.0Alex Crichton-18/+2
2017-03-26Auto merge of #40347 - alexcrichton:rm-liblog, r=brsonbors-1/+1
2017-03-24appveyor: Upgrade MinGW toolchains we useAlex Crichton-1/+18
2017-03-23Remove internal liblogAlex Crichton-1/+1
2017-03-21Make the filenames of .stamp files generated by compiletest shorter.Michael Woerister-3/+1
2017-03-17Fix race condition in fs::create_dir_allDavid Roundy-22/+6
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-02-25Rollup merge of #39859 - GuillaumeGomez:rustdoc-test-relative-path, r=alexcri...Eduard-Mihai Burtescu-3/+14
2017-02-22Make path separator replacement for subfiles as wellGuillaume Gomez-1/+1