* Skip some tests for msdos

git-svn-id: trunk@34266 -
This commit is contained in:
pierre 2016-08-10 16:10:25 +00:00
parent 6c6cf07c87
commit 4b17961dd4
16 changed files with 15 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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