Browse Source

* enabled a bunch of tests also for aix

git-svn-id: trunk@20821 -
Jonas Maebe 13 years ago
parent
commit
51616b7bd6

+ 1 - 1
tests/tbs/tb0359.pp

@@ -1,5 +1,5 @@
 { %version=1.1 }
-{ %TARGET=linux,freebsd,darwin,solaris }
+{ %TARGET=linux,freebsd,darwin,solaris,aix }
 
 {$linklib c}
 

+ 1 - 1
tests/tbs/tb0524.pp

@@ -1,4 +1,4 @@
-{%TARGET=linux,freebsd,darwin}
+{%TARGET=linux,freebsd,darwin,aix}
 program tb0524;
 
 uses sockets,baseunix,sysutils;

+ 1 - 1
tests/test/opt/twpo4.pp

@@ -1,4 +1,4 @@
-{ %target=darwin,linux,freebsd,solaris }
+{ %target=darwin,linux,freebsd,solaris,aix }
 { %wpoparas=devirtcalls,optvmts,symbolliveness }
 { %wpopasses=2 }
 { %opt=-CX -XX -Xs- -g- }

+ 1 - 1
tests/test/opt/twpo5.pp

@@ -1,4 +1,4 @@
-{ %target=darwin,linux,freebsd,solaris }
+{ %target=darwin,linux,freebsd,solaris,aix }
 { %wpoparas=devirtcalls,optvmts,symbolliveness }
 { %wpopasses=2 }
 { %opt=-CX -XX -Xs- -g- }

+ 1 - 1
tests/test/testfpuc.pp

@@ -1,4 +1,4 @@
-{ %target=linux,freebsd,darwin,solaris }
+{ %target=linux,freebsd,darwin,solaris,aix }
 
 {$mode objfpc}
 program testr;

+ 1 - 1
tests/test/textthr.pp

@@ -1,4 +1,4 @@
-{ %target=darwin,linux,freebsd,solaris,haiku }
+{ %target=darwin,linux,freebsd,solaris,haiku,aix }
 
 {$mode objfpc}
 uses

+ 1 - 1
tests/test/tpoll.pp

@@ -1,4 +1,4 @@
-{%TARGET=darwin,haiku,linux,freebsd,netbsd,openbsd,solaris}
+{%TARGET=darwin,haiku,linux,freebsd,netbsd,openbsd,solaris,aix }
 
 {$mode fpc}
 

+ 1 - 1
tests/test/units/system/tres.pp

@@ -1,6 +1,6 @@
 { Test for resources support. }
 
-{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku}
+{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku,aix}
 
 {$mode objfpc}
 

+ 1 - 1
tests/test/units/system/tres2.pp

@@ -1,6 +1,6 @@
 { Test for FindResourceEx function. }
 
-{%TARGET=win32,win64,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku}
+{%TARGET=win32,win64,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku,aix }
 
 {$mode objfpc}
 

+ 1 - 1
tests/test/units/system/tres3.pp

@@ -1,6 +1,6 @@
 { Test for resource enumeration functions. }
 
-{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku}
+{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku,aix}
 
 {$mode objfpc}
 

+ 1 - 1
tests/webtbs/tw12704a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=darwin,linux,freebsd,solaris,beos,haiku }
+{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix }
 
 {$mode delphi}
 

+ 1 - 1
tests/webtbs/tw12704b.pp

@@ -1,4 +1,4 @@
-{ %target=darwin,linux,freebsd,solaris,beos,haiku }
+{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix }
 { %NEEDLIBRARY }
 
 {$mode delphi}

+ 1 - 1
tests/webtbs/tw14020.pp

@@ -1,4 +1,4 @@
-{ %target=linux,freebsd,darwin,solaris,haiku }
+{ %target=linux,freebsd,darwin,solaris,haiku,aix }
 
 program project1;
 

+ 1 - 1
tests/webtbs/tw14020a.pp

@@ -1,4 +1,4 @@
-{ %target=linux,freebsd,darwin,solaris,haiku }
+{ %target=linux,freebsd,darwin,solaris,haiku,aix }
 
 program project1;
 

+ 1 - 1
tests/webtbs/tw14149.pp

@@ -1,4 +1,4 @@
-{ %target=linux,darwin,freebsd,netbsd,openbsd,sunos,beos,haiku }
+{ %target=linux,darwin,freebsd,netbsd,openbsd,sunos,beos,haiku,aix }
 Program Example59;
 
 { Program to demonstrate the Alarm function. }

+ 1 - 1
tests/webtbs/tw14514.pp

@@ -1,4 +1,4 @@
-{ %target=linux,darwin,solaris,freebsd,haiku,beos }
+{ %target=linux,darwin,solaris,freebsd,haiku,beos,aix }
 
 program TestSignal;
 

+ 1 - 1
tests/webtbs/tw16263a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=darwin,linux,freebsd,solaris,beos,haiku }
+{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix }
 
 {$mode delphi}
 

+ 1 - 1
tests/webtbs/tw16263b.pp

@@ -1,4 +1,4 @@
-{ %target=darwin,linux,freebsd,solaris,beos,haiku }
+{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix }
 { %NEEDLIBRARY }
 
 {$mode delphi}

+ 1 - 1
tests/webtbs/tw16949a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 
 library tw16949a;
 

+ 1 - 1
tests/webtbs/tw16949b.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 { %needlibrary }
 
 program ptest;

+ 1 - 1
tests/webtbs/tw17236.pp

@@ -1,4 +1,4 @@
-{ %target=linux,darwin,freebsd,netbsd,openbsd,sunos,beos,haiku }
+{ %target=linux,darwin,freebsd,netbsd,openbsd,sunos,beos,haiku,aix }
 { %cpu=x86_64,powerpc64,mips64,sparc64,ia64,alpha }
 
 { windows does not support statics > 2GB }

+ 1 - 1
tests/webtbs/tw6586a.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 { %needlibrary }
 { %norun }
 

+ 1 - 1
tests/webtbs/tw6586b.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 { %needlibrary }
 
 program project1;

+ 1 - 1
tests/webtbs/tw6822c.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 uses
   SysUtils;
 

+ 1 - 1
tests/webtbs/tw8730a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 
 {$mode delphi}
 

+ 1 - 1
tests/webtbs/tw8730b.pp

@@ -1,5 +1,5 @@
 { %norun }
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 { %NEEDLIBRARY }
 
 {$mode delphi}

+ 1 - 1
tests/webtbs/tw8730c.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 { %NEEDLIBRARY }
 
 {$mode delphi}

+ 1 - 1
tests/webtbs/tw8730d.pp

@@ -1,4 +1,4 @@
-{ %target=darwin,linux,freebsd,solaris,beos}
+{ %target=darwin,linux,freebsd,solaris,beos,aix}
 { %NEEDLIBRARY }
 
 { same as tw8730c, but linking to libc so it uses different }

+ 1 - 1
tests/webtbs/tw9089a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 
 library tw9089a;
 

+ 1 - 1
tests/webtbs/tw9089b.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 { %norun }
 { %needlibrary }
 

+ 1 - 1
tests/webtbs/tw9089c.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 { %needlibrary }
 
 program ptest;

+ 1 - 1
tests/webtbs/tw9089d.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
 uses
   SysUtils;