about summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2011-08-02Add dedicated pretty-printer tests with new pp-exact directiveBrian Anderson-5/+18
2011-08-02Add missing BENCH_TESTS variable to tests.mkBrian Anderson-1/+2
2011-08-02Add a FIXME about simplifying the make check rulesBrian Anderson-0/+8
2011-08-02Pretty-print test the rfail tests. Issue #789Brian Anderson-7/+26
2011-08-02Don't run the compiletest runner itself under valgrindBrian Anderson-5/+11
2011-08-02Introduce pretty-print testing mode to compiletest. Issue #789Brian Anderson-0/+13
2011-07-29Enable build targets to run tests at stage0Brian Anderson-1/+2
2011-07-29Fix a typo in tests.mk that was building stdtest with the wrong compilerBrian Anderson-1/+1
2011-07-24The Big Test Suite OverhaulBrian Anderson-325/+166
2011-07-21Cleanup the library path now that we copy from stageN/lib to stageN+1/Rafael Ávila de Espíndola-6/+6
2011-07-13Fix check target names in tests.mk.Graydon Hoare-8/+3
2011-07-12Add build targets for building rustc as a test runner. Issue #428Brian Anderson-0/+28
2011-07-12Move stdtest output files up a directory. Issue #428Brian Anderson-6/+7
2011-07-12Add build targets for running stdtest. Issue #428Brian Anderson-1/+22
2011-07-07Try to fix the bots.Rafael Ávila de Espíndola-1/+1
2011-07-06Add a stdtest crate to hold the standard library testsBrian Anderson-0/+7
2011-07-05Temporarily introduce a stage2-check build targetBrian Anderson-0/+4
2011-06-29More fixes to fast-check.Graydon Hoare-2/+2
2011-06-29Add fast-check target that combines the stage2 run-pass suite into a single e...Graydon Hoare-0/+32
2011-06-28Actually notice xfail-stage2 as different from xfail-stage2. Fix affected tests.Graydon Hoare-2/+2
2011-06-25Fixes to speed and clean up makefiles.Graydon Hoare-54/+67
2011-06-16Add makefile rules to run compile-fail tests on .rc filesBrian Anderson-0/+24
2011-06-16More driver related cleanups.Rafael Ávila de Espíndola-34/+15
2011-06-14Apply the makefile changes again, this time fixin the driver to not produce aRafael Ávila de Espíndola-17/+6
2011-06-14Revert part of my last change while I figure out why windows doesn't like it.Rafael Ávila de Espíndola-6/+17
2011-06-14Move a bit more to use the driver.Rafael Ávila de Espíndola-17/+6
2011-06-08Use main.o directly now that stage0 is ok with it.Rafael Ávila de Espíndola-3/+3
2011-06-07Don't put a copy of main (the C one) in each binary we produce. This is a stepRafael Ávila de Espíndola-3/+3
2011-05-27Don't fiddle with RUST_LOG in the MakefilesBrian Anderson-5/+0
2011-05-24test: Fix run-fail testing and bring tests up to dateBrian Anderson-2/+2
2011-05-11Change 'check' make target to just stage2 tests; add full-check for all of them.Graydon Hoare-1/+5
2011-05-08build: Use clang to compile the runtime if availablePatrick Walton-3/+3
2011-05-04Add stage-specific test targets (make check-stage1 etc.)Graydon Hoare-1/+18
2011-05-04Fix horrible rule-hijacking bug that was causing compile-fail targets to trig...Graydon Hoare-33/+14
2011-05-03Remove everything to do with rustboot from makefiles.Graydon Hoare-68/+28
2011-05-01Start splitting up Makefile.inGraydon Hoare-0/+339