comparison readme.txt @ 0:3269e4627918

init dstress
author svnowner
date Sat, 25 Sep 2004 22:33:30 +0000
parents
children 815d4615b4fa
comparison
equal deleted inserted replaced
-1:000000000000 0:3269e4627918
1 Project:
2 DStress
3
4 URL:
5 http://dmd.kuehne.cn/dstress.html
6
7 Description:
8 stress tests and bug checks for D-language compilers
9
10 Condition Passed:
11 1) no assertion is thrown
12 and 2) return value of main is 0 (zero)
13
14 Condition Failed:
15 1) compiler error
16 2) linker error
17 3) wrong assertion
18 4) return value of main isn't 0 (zero)
19
20 Output Synopsis:
21 FAIL: expected failure
22 XFAIL: unexpected failure
23 PASS: expected pass
24 XPASS: unexpected pass
25