view readme.txt @ 60:0d02c5cd0a6f

added gcc's align test
author thomask
date Fri, 22 Oct 2004 20:31:17 +0000
parents 815d4615b4fa
children 5f98d4a33d49
line wrap: on
line source

Project:
	DStress

URL:
	http://dmd.kuehne.cn/dstress.html
	mailto:dstress@kuehne.cn

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