view todo.txt @ 432:db4b6169a99d

1) implemented checkRuntimeErrorMessage 2) fixed norun test cases
author thomask
date Fri, 15 Apr 2005 08:55:00 +0000
parents 097e3e3d1ddf
children ccdef53efcee
line wrap: on
line source

$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

* 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?