[D-runtime] [D-Programming-Language/druntime] 927927: Add enhanced unittest runtime information
GitHub via D-runtime
d-runtime at puremagic.com
Fri May 23 16:10:59 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 9279278770dd3523d759585bea5283cd69be5cf7
https://github.com/D-Programming-Language/druntime/commit/9279278770dd3523d759585bea5283cd69be5cf7
Author: Johannes Pfau <johannespfau at gmail.com>
Date: 2014-05-20 (Tue, 20 May 2014)
Changed paths:
M src/object.di
M src/object_.d
M src/rt/minfo.d
Log Message:
-----------
Add enhanced unittest runtime information
The new information is available from the 'unitTests' member of
every ModuleInfo.
'unitTests' is an array of __UnitTest structs. The __UnitTest
struct provides the unittest function, location etc.
Commit: 64aa857d3e3c771b935064ad6d6575c4c40cfe42
https://github.com/D-Programming-Language/druntime/commit/64aa857d3e3c771b935064ad6d6575c4c40cfe42
Author: Johannes Pfau <johannespfau at gmail.com>
Date: 2014-05-20 (Tue, 20 May 2014)
Changed paths:
M src/core/runtime.d
M src/test_runner.d
Log Message:
-----------
Use new unittest format in default runner
Commit: 9bc336d703c4dcfbc087eeb901e447dbba2f72bb
https://github.com/D-Programming-Language/druntime/commit/9bc336d703c4dcfbc087eeb901e447dbba2f72bb
Author: Johannes Pfau <johannespfau at gmail.com>
Date: 2014-05-20 (Tue, 20 May 2014)
Changed paths:
M src/object.di
M src/object_.d
Log Message:
-----------
Support named unittests
Commit: f63d1d7fa6b74a78d691108330924ca4f7793844
https://github.com/D-Programming-Language/druntime/commit/f63d1d7fa6b74a78d691108330924ca4f7793844
Author: Martin Nowak <code at dawg.eu>
Date: 2014-05-23 (Fri, 23 May 2014)
Changed paths:
M src/core/runtime.d
M src/object.di
M src/object_.d
M src/rt/minfo.d
M src/test_runner.d
Log Message:
-----------
Merge pull request #782 from jpf91/newUnittest
Enhanced unittest support
Compare: https://github.com/D-Programming-Language/druntime/compare/12814c99bfb7...f63d1d7fa6b7
More information about the D-runtime
mailing list