about summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2014-09-23collapse setting and exporting RUST_BENCH into one lineO S K Chaitanya-2/+1
2014-09-23Use locale 'C' for running tests. Closes #17423O S K Chaitanya-0/+4
2014-09-18mk: Remove check-fast targetBrian Anderson-3/+0
2014-09-10Fix #17156Vadim Chugunov-1/+1
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-0/+1
2014-07-25mk: Remove check-syntax targetBrian Anderson-4/+1
2014-07-24mk: Add comments to primary check targetsBrian Anderson-2/+12
2014-07-24mk: Add check-secondary target for tests with no x-platform risk.Brian Anderson-0/+6
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-7/+7
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-45/+45
2014-07-21Don't run lexer tests by defaultCorey Richardson-1/+1
2014-07-21Shuffle around check-lexer conditionsCorey Richardson-1/+3
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-2/+2
2014-07-09fix test failureskwantam-2/+2
2014-07-07mk: Run tidy after tests in 'make check'Brian Anderson-1/+1
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-2/+7
2014-06-16Test fixes from rollupAlex Crichton-1/+2
2014-06-16Fix --disable-rpath and testsAlex Crichton-4/+5
2014-06-06mk: Run doc tests with --cfg doxAlex Crichton-1/+1
2014-05-21mk: Replace 'oxidize' with 'rustc'. Closes #13781Brian Anderson-1/+1
2014-05-18Refactoring: Introduce distinct host and target rpath var setters.Felix S. Klock II-1/+23
2014-05-15mk: Don't run benchmarks with `make check`Alex Crichton-3/+3
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-0/+1
2014-05-11make sure jemalloc valgrind support is enabledDaniel Micay-2/+2
2014-05-10add back jemalloc to the treeDaniel Micay-1/+3
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-12/+30
2014-05-07auto merge of #13832 : alexcrichton/rust/cfail-full, r=brsonbors-1/+12
2014-05-03rustdoc: Enable the footnote markdown extensionAlex Crichton-4/+5
2014-04-29mk: Depend on regex_macros for tests appropriatelyAlex Crichton-0/+10
2014-04-28test: Add a compile-fail-fulldeps test suiteAlex Crichton-1/+12
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-3/+1
2014-04-17mk/tests.mk: Fix a typo causing make to give compiletest the wrong rt build d...Richard Diamond-1/+1
2014-04-06mk: Pass the name of the make command to maketest.pyBrian Anderson-0/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-61/+4
2014-04-05auto merge of #13260 : pnkfelix/rust/fsk-fix-13247, r=alexcrichtonbors-8/+36
2014-04-05Fix android problems with newly fixed rpass-full variable definition.Felix S. Klock II-7/+35
2014-04-03std: Document builtin syntax extensionsAlex Crichton-1/+1
2014-04-02Two fixes to get `make check-stage1` working.Felix S. Klock II-1/+1
2014-03-25mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLEBrian Anderson-1/+1
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-1/+1
2014-03-13Add basic backtrace functionalityAlex Crichton-0/+2
2014-03-09mk: rename `check-...-doc-<crate>` to `check-...-doc-crate-<crate>`.Huon Wilson-7/+8
2014-03-09mk: rewrite the documentation handling.Huon Wilson-52/+49
2014-02-25auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brsonbors-3/+5
2014-02-22mk: restore check-notidy.Huon Wilson-1/+3
2014-02-21mk: Get "make check" passing with --disable-rpathAlex Crichton-3/+5
2014-02-19Tweak how preference factors into linkageAlex Crichton-4/+0
2014-02-17Added more scripts to tidy checkDerek Guenther-0/+10
2014-02-15mk: Remove check-notidy, check-full, check-testBrian Anderson-10/+0
2014-02-14mk: Address review feedbackBrian Anderson-0/+20