[D-runtime] [D-Programming-Language/druntime] 92d3d4: use timelimit to kill deadlocked tests
GitHub via D-runtime
d-runtime at puremagic.com
Tue Mar 8 16:42:53 PST 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 92d3d4c714dad950aae83029a7e0296a5c7096fb
https://github.com/D-Programming-Language/druntime/commit/92d3d4c714dad950aae83029a7e0296a5c7096fb
Author: Martin Nowak <code at dawg.eu>
Date: 2016-03-08 (Tue, 08 Mar 2016)
Changed paths:
M posix.mak
M test/common.mak
M test/exceptions/Makefile
M test/init_fini/Makefile
M test/profile/Makefile
M test/shared/Makefile
Log Message:
-----------
use timelimit to kill deadlocked tests
- restrict any test to 10s
- don't trigger the 1h timeout for the auto-tester
- get a make error message w/ a specific test on timeout failure
- the timelimit program is used b/c the auto-tester already relies on it
Commit: 35bde7990575333f88e3c077c0bb0fb78748223c
https://github.com/D-Programming-Language/druntime/commit/35bde7990575333f88e3c077c0bb0fb78748223c
Author: Brad Roberts <braddr at puremagic.com>
Date: 2016-03-08 (Tue, 08 Mar 2016)
Changed paths:
M posix.mak
M test/common.mak
M test/exceptions/Makefile
M test/init_fini/Makefile
M test/profile/Makefile
M test/shared/Makefile
Log Message:
-----------
Merge pull request #1503 from MartinNowak/timelimit
use timelimit to kill deadlocked tests
Compare: https://github.com/D-Programming-Language/druntime/compare/51576e7d4d02...35bde7990575
More information about the D-runtime
mailing list