Browse Source

+ Add %needlibrary to libraries themselves to avoid error report on systems not supporting libraries

git-svn-id: trunk@18168 -
pierre 14 years ago
parent
commit
405cf34bd3

+ 3 - 2
tests/webtbs/tw12704a.pp

@@ -1,4 +1,5 @@
 { %norun }
+{ %needlibrary }
 { %target=darwin,linux,freebsd,solaris,beos,haiku }
 
 {$mode delphi}
@@ -68,7 +69,7 @@ begin
     p:=nil;
     longint(p^):=1;
   except
-  end;     
+  end;
 *)
 end;
 
@@ -92,7 +93,7 @@ begin
       RTL_SIGFPE,
       RTL_SIGSEGV:
         if (InquireSignal(i) <> ssOverridden) then
-          halt(8);      
+          halt(8);
       RTL_SIGBUS:
         if (InquireSignal(i) <> ssHooked) then
           halt(9);

+ 1 - 0
tests/webtbs/tw12987a.pp

@@ -1,4 +1,5 @@
 { %target=win32,win64,wince,os2 }
+{ %needlibrary }
 { %norun }
 library tw12987a;
 

+ 1 - 0
tests/webtbs/tw13628a.pp

@@ -1,3 +1,4 @@
+{ %needlibrary }
 { %norun }
 
 library tw13628a;

+ 1 - 0
tests/webtbs/tw14958a.pp

@@ -1,4 +1,5 @@
 { %target=linux }
+{ %needlibrary }
 { %norun }
 library tw14958a;
 

+ 2 - 1
tests/webtbs/tw14992a.pp

@@ -1,8 +1,9 @@
 { %target=win32,wince,win64 }
+{ %needlibrary }
 { %opt=-gh }
 { %norun }
 library dll1;
- 
+
 uses
   popuperr;
 

+ 1 - 0
tests/webtbs/tw14992b.pp

@@ -1,5 +1,6 @@
 { %target=win32,wince,win64 }
 { %opt=-gh }
+{ %needlibrary }
 { %norun }
 library dll2;
 

+ 1 - 0
tests/webtbs/tw16263a.pp

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

+ 1 - 0
tests/webtbs/tw16949a.pp

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

+ 1 - 0
tests/webtbs/tw3082.pp

@@ -1,4 +1,5 @@
 { %norun }
+{ %needlibrary }
 { %cpu=x86_64,i386,powerpc,sparc}
 { %skiptarget = go32v2,macos }
 { execute this test only on reasonable fast cpus }

+ 1 - 0
tests/webtbs/tw3402.pp

@@ -1,4 +1,5 @@
 { %norun }
+{ %needlibrary }
 { %skiptarget=go32v2 }
 { %opt=-Cg }
 

+ 1 - 0
tests/webtbs/tw3540.pp

@@ -1,4 +1,5 @@
 { %target=win32 }
+{ %needlibrary }
 { %norun }
 { %cpu=i386 }
 { %opt=-s -Amasm -TWin32 -Rintel }

+ 1 - 0
tests/webtbs/tw3964a.pp

@@ -1,4 +1,5 @@
 { %norun }
+{ %needlibrary }
 { %target=linux }
 {$mode objfpc}
 library tw3964a;

+ 1 - 0
tests/webtbs/tw6586a.pp

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

+ 1 - 0
tests/webtbs/tw6822a.pp

@@ -1,4 +1,5 @@
 { %norun }
+{ %needlibrary }
 library tw6822a;
 {$mode objfpc}{$H+}
 

+ 1 - 0
tests/webtbs/tw7838a.pp

@@ -1,4 +1,5 @@
 { %norun }
+{ %needlibrary }
 { %target=win32,win64,wince,linux}
 
 library tw7838a;

+ 1 - 0
tests/webtbs/tw7838b.pp

@@ -1,4 +1,5 @@
 { %target=win32,win64,linux}
+{ %needlibrary }
 
 program prog;
 {$mode objfpc}

+ 1 - 0
tests/webtbs/tw8730a.pp

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

+ 1 - 0
tests/webtbs/tw9089a.pp

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