changeset 500:ccdef53efcee

updated result pages
author thomask
date Sun, 01 May 2005 05:37:39 +0000
parents 0434764d4a66
children 06ce32c07d7e
files readme.txt todo.txt
diffstat 2 files changed, 9 insertions(+), 59 deletions(-) [+]
line wrap: on
line diff
--- a/readme.txt	Sun May 01 04:02:01 2005 +0000
+++ b/readme.txt	Sun May 01 05:37:39 2005 +0000
@@ -28,11 +28,13 @@
 	4) return value of main isn't 0 (zero)
 
 Output Synopsis: (DejaGnu / POSIX 1003.3)
-	PASS:	test case was expected to pass, and it did
-	XPASS:	test case was expected to fail, but passed
-	FAIL:	test case was expected to pass, but failed
-	XFAIL:	test case was expected to fail, and it did
-	ERROR:	compiler, linker or test case segfaulted; inapropiate error messages 
+	PASS:	- test case was expected to pass, and it did
+	XPASS:	- test case was expected to fail, but passed
+	FAIL:	- test case was expected to pass, but failed
+	XFAIL:	- test case was expected to fail, and it did
+	ERROR:	- compiler, linker or test case segfaulted; 
+		- resource limit (480 seconds per test case)
+		- inapropiate error messages 
 
 Testing:
 	1) the environment variable $DMD / %DMD% is used to detect the compiler executeable
--- a/todo.txt	Sun May 01 04:02:01 2005 +0000
+++ b/todo.txt	Sun May 01 05:37:39 2005 +0000
@@ -1,56 +1,4 @@
-$HeadURL$
-$Date$
-$Author$ 
-
-Makefile:
-* update/check the Windows bat generator (./beta)
-
-dstress.c:
-* MSWindows: implement crashRun (stop pop-up for segfaulting test cases / createProcess)
-
-Benchmark:
-* integrate benchmark results: SciMark, cowell-shah, oopack, ackermann
 
-Test cases:
-* keyword: asm
-* keyword: break (mutexes)
-* keyword: cdouble
-* keyword: cfloat
-* keyword: continue
-* keyword: export
-* keyword: extern
-* keyword: function
-* keyword: goto (synchronization objects/mutexes)
-* keyword: idouble
-* keyword: ifloat
-* keyword: import
-* keyword: ireal
-* keyword: module
-* keyword: package
-* keyword: private
-* keyword: protected
-* keyword: public
-* keyword: return (synchronization objects/mutexes)
-* keyword: struct (anonymous)
-* keyword: synchronized
-* keyword: ucent
-* keyword: union (anonymous)
-* keyword: volatile
+see:
+https://developer.berlios.de/pm/?group_id=2732
 
-* extend tests for inner functions and closures
-
-* custom operator implementations
-
-* octal and decimal integer literals
-
-* floating literals
-
-* IEEE 754 tests
-
-* module initializers & destructors
-
-* maximum possible size of source/names/arrays
-
-* maximum possible amount of aliases / templates / vars / functions in a source file
-
-* howmany sourcefiles can be compiled in one go?