* only enable tw35187 for Windows and Linux, since it uses syscalls under unix

(which are not supported on all unix targets; feel free to re-enable for
     specific unix targets if the test has been verified to compile there)
   o also fixed placement of dotest directives: they have to come before any
     part of the program code

git-svn-id: trunk@41717 -
This commit is contained in:
Jonas Maebe 2019-03-16 19:14:17 +00:00
parent ed2ae508d0
commit fd42c3fb01

View File

@ -1,8 +1,9 @@
program tw35187;
{ %target=win32,win64,linux }
{ %cpu=i386,x86_64 }
{ %opt=-O1 }
program tw35187;
{ NOTE: SIGSEGV won't trigger if GetMem is used because it allocates pages from a large pre-reserved heap. [Kit] }
{$IFDEF TARGET_VALID}