Browse Source

* Skip some tests for msdos

git-svn-id: trunk@34266 -
pierre 9 years ago
parent
commit
4b17961dd4

+ 1 - 0
tests/test/library/tlib1a.pp

@@ -1,4 +1,5 @@
 { %target=win32,win64 }
+{ %skiptarget=$nosharedlibb }
 { %needlibrary }
 { %norun }
 { %neededafter }

+ 1 - 0
tests/test/library/tlib1b.pp

@@ -1,4 +1,5 @@
 { %target=win32,win64 }
+{ %skiptarget=$nosharedlib }
 { %needlibrary }
 { %norun }
 { %neededafter }

+ 1 - 0
tests/test/library/tlib1c.pp

@@ -1,4 +1,5 @@
 { %target=win32,win64 }
+{ %skiptarget=$nosharedlib }
 { %needlibrary }
 
 { Checks that the two functions with the same exported name 'p'

+ 1 - 0
tests/test/library/tlib1d.pp

@@ -1,4 +1,5 @@
 { %target=win32,win64 }
+{ %skiptarget=$nosharedlib }
 { %needlibrary }
 
 

+ 1 - 1
tests/test/tlib1a.pp

@@ -1,4 +1,4 @@
-{ %skiptarget=go32v2,os2 }
+{ %skiptarget=$nosharedlib,os2 }
 { %opt=-gl -O- win32,win64%-WN }
 { %delopt=-XX }
 { %norun }

+ 1 - 1
tests/test/tlib1b.pp

@@ -1,4 +1,4 @@
-{ %skiptarget=go32v2,os2 }
+{ %skiptarget=$nosharedlib,os2 }
 { %opt=-gl -O- }
 { %needlibrary }
 { %delfiles=tlib1a }

+ 1 - 0
tests/test/tlib2a.pp

@@ -1,4 +1,5 @@
 { %target=linux,android }
+{ %skiptarget=$nosharedlib }
 { %norun }
 
 library lib2a;

+ 1 - 0
tests/test/tlib2b.pp

@@ -1,4 +1,5 @@
 { %target=linux,android }
+{ %skiptarget=$nosharedlib }
 { %needlibrary }
 { %delfiles=tlib2a }
 

+ 1 - 1
tests/test/tlibrary1.pp

@@ -1,5 +1,5 @@
 { %NORUN }
-{ %SKIPTARGET=macos,go32v2 }
+{ %SKIPTARGET=macos,$nosharedlib }
 
 {$ifdef darwin}
 {$PIC+}

+ 1 - 1
tests/test/tlibrary2.pp

@@ -1,4 +1,4 @@
-{ %skiptarget=go32v2 }
+{ %skiptarget=$nosharedlib }
 { %NEEDLIBRARY }
 { %delfiles=tlibrary1 }
 

+ 1 - 1
tests/test/tlibrary3.pp

@@ -1,5 +1,5 @@
 { %NORUN }
-{ %SKIPTARGET=macos, go32v2, win64 }
+{ %SKIPTARGET=macos, $nosharedlib, win64 }
 { %delfiles=tlibrary3 }
 
 {$ifdef darwin}

+ 1 - 1
tests/test/tmt1.pp

@@ -1,4 +1,4 @@
-{ %skiptarget=go32v2 }
+{ %skiptarget=$nothread }
 { %version=1.1 }
 
 {$mode objfpc}

+ 1 - 0
tests/test/tweaklib1.pp

@@ -1,4 +1,5 @@
 { %norun }
+{ %skiptarget=$nosharedlib }
 
 {$ifdef CPUX86_64}
 {$ifndef WINDOWS}

+ 1 - 0
tests/test/tweaklib2.pp

@@ -1,4 +1,5 @@
 { %NEEDLIBRARY }
+{ %skiptarget=$nosharedlib }
 { %delfiles=tweaklib1 }
 
 {$ifdef mswindows}

+ 0 - 1
tests/test/tweaklib3.pp

@@ -1,5 +1,4 @@
 { %norun }
-
 { %target=darwin }
 { %opt=-olibtweaklib1.dylib }
 

+ 1 - 0
tests/test/units/sharemem/libtest.pp

@@ -1,4 +1,5 @@
 { %target=win32,win64,wince}
+{ %skiptarget=$nosharedlib }
 library LibTest;
 
 uses