diff readme.txt @ 0:3269e4627918

init dstress
author svnowner
date Sat, 25 Sep 2004 22:33:30 +0000
parents
children 815d4615b4fa
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/readme.txt	Sat Sep 25 22:33:30 2004 +0000
@@ -0,0 +1,25 @@
+Project:
+	DStress
+
+URL:
+	http://dmd.kuehne.cn/dstress.html
+
+Description:
+	stress tests and bug checks for D-language compilers
+
+Condition Passed:
+	1) no assertion is thrown
+	and 2) return value of main is 0 (zero)
+
+Condition Failed:
+	1) compiler error
+	2) linker error
+	3) wrong assertion
+	4) return value of main isn't 0 (zero)
+
+Output Synopsis:
+	FAIL:	expected failure
+	XFAIL:	unexpected failure
+	PASS:	expected pass
+	XPASS:	unexpected pass
+