Browse Source

* only excute tests on platforms for which -gc is supported

git-svn-id: trunk@12453 -
Jonas Maebe 16 years ago
parent
commit
0d4c4a213e
3 changed files with 6 additions and 0 deletions
  1. 2 0
      tests/webtbs/tw3348.pp
  2. 2 0
      tests/webtbs/tw3661.pp
  3. 2 0
      tests/webtbs/tw8757.pp

+ 2 - 0
tests/webtbs/tw3348.pp

@@ -1,3 +1,5 @@
+{ %cpu=i386,powerpc}
+{ %target=linux,win32,go32v2,os2,beos,haiku,morphos }
 { %opt=-ghcl }
 { %opt=-ghcl }
 
 
 { Source provided for Free Pascal Bug Report 3348 }
 { Source provided for Free Pascal Bug Report 3348 }

+ 2 - 0
tests/webtbs/tw3661.pp

@@ -1,3 +1,5 @@
+{ %cpu=i386,powerpc}
+{ %target=linux,win32,go32v2,os2,beos,haiku,morphos }
 { %OPT=-glhc }
 { %OPT=-glhc }
 { Source provided for Free Pascal Bug Report 3661 }
 { Source provided for Free Pascal Bug Report 3661 }
 { Submitted by "Martin Schreiber" on  2005-02-16 }
 { Submitted by "Martin Schreiber" on  2005-02-16 }

+ 2 - 0
tests/webtbs/tw8757.pp

@@ -1,3 +1,5 @@
+{ %cpu=i386,powerpc}
+{ %target=linux,win32,go32v2,os2,beos,haiku,morphos }
 { %OPT=-ghc }
 { %OPT=-ghc }
 //test.pp
 //test.pp
 type o=object
 type o=object