summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2015-06-02Auto merge of #25654 - petrochenkov:encenv, r=alexcrichtonbors-5/+6
2015-05-30Warn if the test suite is run on Windows in console with non-UTF-8 code pagepetrochenkov-5/+6
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-5/+0
2015-05-19mk: Fix native LLVM deps for cross-host buildsAlex Crichton-2/+2
2015-04-29add `--enable-debuginfo-tests`, analogous to `--disable-optimize-tests`.Felix S. Klock II-0/+7
2015-04-26Add a new test group, rfail-full that runs rfail tests with fulldeps.Ryan Prichard-2/+18
2015-04-23Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichtonbors-8/+10
2015-04-22Fix the dependency for the pretty-rpass-full testsRyan Prichard-8/+10
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+2
2015-04-07mk: Stop documenating non-facade cratesAlex Crichton-2/+4
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-1/+1
2015-04-07compiletest: Add support for running rustdoc testsAlex Crichton-1/+16
2015-03-27check: Warn users with nonzero RLIMIT_CORERicho Healey-1/+6
2015-03-25make it use gdb instead of lldb when mac-android cross compileSae-bom Kim-0/+5
2015-03-16join lines in makefileJorge Aparicio-2/+1
2015-03-16move some tests back to libcollectionsJorge Aparicio-1/+1
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-1/+5
2015-03-13Avoid passing -L "" during cross-compilation.Ryan Prichard-1/+1
2015-03-11mk/tests: filter more possible debug-assertionsCody P Schafer-1/+1
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-1/+1
2015-03-03Make build timestamp files robust in face of concurrent source modification.Felix S. Klock II-7/+16
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-1/+1
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-4/+13
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-12/+13
2015-02-16Add pfail targets for parse-fail testsFlorian Hahn-4/+13
2015-02-14Only set --bench for crate tests when PLEASE_BENCH is setFlorian Hahn-5/+5
2015-02-10Remove duplicated configuration for androidEunji Jeong-5/+4
2015-02-10Add one more depth on android test directory for multiple targetsEunji Jeong-8/+9
2015-02-10Make aarch64-linux-android check with real targetEunji Jeong-6/+7
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-1/+2
2015-02-05mk: Print test summary after tidy when running 'make check'Brian Anderson-1/+2
2015-02-05mk: Remove redundant valgrind notices in buildBrian Anderson-1/+0
2015-02-05Clean up tidy scripts, coverage, performanceBrian Anderson-45/+2
2015-02-05mk: Split tidy into multiple tidy rulesBrian Anderson-4/+19
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+2
2015-01-21Minor fixesBrian Anderson-1/+1
2015-01-21Add a lint for library featuresBrian Anderson-0/+1
2015-01-21rollup merge of #21289: brson/errorcodesAlex Crichton-0/+1
2015-01-20Make error code registration work again. #19624Brian Anderson-0/+1
2015-01-21Rollup merge of #21399 - kballard:fix-PLEASE_BENCH, r=GankroBarosl LEE-3/+1
2015-01-19Fix `make check PLEASE_BENCH=1`Kevin Ballard-3/+1
2015-01-18tests: Add htmldocck.py script for the use of Rustdoc tests.Kang Seonghoon-1/+2
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-2/+2
2015-01-08"The Rust Programming Language"Steve Klabnik-8/+21
2015-01-03Remove deprecated functionalityAlex Crichton-28/+0
2014-12-29rollup merge of #20317: brson/rust-installer-v2Alex Crichton-0/+1
2014-12-29Upgrade rust-installer to v2Brian Anderson-0/+1
2014-12-25Removed the sharding bit from mk/tests.mkBheesham Persaud-8/+0
2014-12-21Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-21rollup merge of #20054: bheesham/nometAlex Crichton-17/+0