about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2019-11-13compiletest: Obtain timestamps for common inputs only onceTomasz Miąsko-70/+87
2019-11-13Improve error message in make_testsPhilip Munksgaard-1/+1
2019-11-12Compiletest bump to stage0 bootstrap libtestMark Rousskov-0/+2
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-2/+11
2019-11-08check for sould-ice either in compilefail or incremental cfailQuentin Boyer-0/+12
2019-11-07putting the failure_status code in header.rsQuentin Boyer-6/+4
2019-11-03tidyQuentin Boyer-1/+3
2019-11-03remove another status code check is should-iceQuentin Boyer-1/+6
2019-11-03add header to compiletest to check for iceQuentin Boyer-4/+20
2019-11-03Validate error patterns and error annotation in ui tests when presentTomasz Miąsko-8/+11
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-4/+0
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+4
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-4/+1
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-1/+4
2019-09-28Support run-fail ui testsTyler Mandry-4/+25
2019-09-26Upgrade env_logger to 0.7Mateusz Mikuła-1/+1
2019-09-23Add `#![deny(warnings)]` to internal toolsAlex Crichton-0/+1
2019-09-15use println!()Guanqun Lu-4/+4
2019-09-07run-pass tests shouldn't have unused contentsMark Rousskov-1/+10
2019-09-07Rollup merge of #64258 - smaeul:patch/arm-tests, r=Mark-SimulacrumMazdak Farrokhzad-3/+7
2019-09-07Rollup merge of #64235 - mati865:env_logger, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-09-07compiletest: Match suffixed environmentsSamuel Holland-3/+7
2019-09-06Upgrade env_logger to 0.6Mateusz Mikuła-1/+1
2019-09-05Merge pull request #17 from rust-lang/masterBaoshan-23/+93
2019-09-05simplify is_vxworks_pure_dynamicBaoshan Pang-8/+1
2019-09-04Merge pull request #15 from Wind-River/bpang-runtestBaoshan-2/+2
2019-09-04Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrumbors-23/+93
2019-09-03change RUST_TEST_DYLINK to RUST_VXWORKS_TEST_DYLINKBaoshan Pang-2/+2
2019-09-03Merge pull request #12 from rust-lang/masterBaoshan-7/+3
2019-09-03Strip remote-test-client output from run stdoutnathanwhit-2/+18
2019-09-03Rollup merge of #64071 - guanqun:style-fix, r=CentrilMazdak Farrokhzad-2/+2
2019-09-02Ignore check-run-results tests for wasm32-barenathanwhit-0/+5
2019-09-02following the same styleGuanqun Lu-2/+2
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-5/+1
2019-08-27run test for vxWorks in 'pure' static linking mode by default;Baoshan Pang-2/+27
2019-08-25Allow checking of both compile & run output for run-pass testsNathan-18/+34
2019-08-22Compare run-pass outputs if `check-run-results` flag enabledNathan-2/+19
2019-08-22Extract loading and comparison of compiletest outputs to new fnNathan-15/+20
2019-08-22Add header flag to check run-pass test outputnathanwhit-0/+11
2019-08-131. support crt-staticBaoshan Pang-3/+3
2019-08-02compiletest: Unconfigure tests during normal buildVadim Petrochenkov-173/+183
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-27Remove run-pass test suitesVadim Petrochenkov-18/+11
2019-07-22tests: Require run-pass tests without annotations to run successfully againVadim Petrochenkov-1/+3
2019-07-16Add supporting for vxWorksBaoshan Pang-0/+13
2019-07-06Remove compile-pass from compiletestYuki Okushi-3/+0
2019-06-26Hash force_pass_mode when config.mode == Pretty.Mazdak Farrokhzad-1/+1
2019-06-24Address review comments.Mazdak Farrokhzad-23/+20
2019-06-24compiletest: support '--pass check' and '// ignore-pass'.Mazdak Farrokhzad-22/+89
2019-06-16compiletest: Move pass mode update into a separate functionVadim Petrochenkov-32/+36