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