mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 21:49:15 +02:00
* Skip some tests for msdos
git-svn-id: trunk@34266 -
This commit is contained in:
parent
6c6cf07c87
commit
4b17961dd4
@ -1,4 +1,5 @@
|
|||||||
{ %target=win32,win64 }
|
{ %target=win32,win64 }
|
||||||
|
{ %skiptarget=$nosharedlibb }
|
||||||
{ %needlibrary }
|
{ %needlibrary }
|
||||||
{ %norun }
|
{ %norun }
|
||||||
{ %neededafter }
|
{ %neededafter }
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %target=win32,win64 }
|
{ %target=win32,win64 }
|
||||||
|
{ %skiptarget=$nosharedlib }
|
||||||
{ %needlibrary }
|
{ %needlibrary }
|
||||||
{ %norun }
|
{ %norun }
|
||||||
{ %neededafter }
|
{ %neededafter }
|
||||||
|
@ -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'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %target=win32,win64 }
|
{ %target=win32,win64 }
|
||||||
|
{ %skiptarget=$nosharedlib }
|
||||||
{ %needlibrary }
|
{ %needlibrary }
|
||||||
|
|
||||||
|
|
||||||
|
@ -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 }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ %skiptarget=go32v2,os2 }
|
{ %skiptarget=$nosharedlib,os2 }
|
||||||
{ %opt=-gl -O- }
|
{ %opt=-gl -O- }
|
||||||
{ %needlibrary }
|
{ %needlibrary }
|
||||||
{ %delfiles=tlib1a }
|
{ %delfiles=tlib1a }
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %target=linux,android }
|
{ %target=linux,android }
|
||||||
|
{ %skiptarget=$nosharedlib }
|
||||||
{ %norun }
|
{ %norun }
|
||||||
|
|
||||||
library lib2a;
|
library lib2a;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %target=linux,android }
|
{ %target=linux,android }
|
||||||
|
{ %skiptarget=$nosharedlib }
|
||||||
{ %needlibrary }
|
{ %needlibrary }
|
||||||
{ %delfiles=tlib2a }
|
{ %delfiles=tlib2a }
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ %NORUN }
|
{ %NORUN }
|
||||||
{ %SKIPTARGET=macos,go32v2 }
|
{ %SKIPTARGET=macos,$nosharedlib }
|
||||||
|
|
||||||
{$ifdef darwin}
|
{$ifdef darwin}
|
||||||
{$PIC+}
|
{$PIC+}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ %skiptarget=go32v2 }
|
{ %skiptarget=$nosharedlib }
|
||||||
{ %NEEDLIBRARY }
|
{ %NEEDLIBRARY }
|
||||||
{ %delfiles=tlibrary1 }
|
{ %delfiles=tlibrary1 }
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ %NORUN }
|
{ %NORUN }
|
||||||
{ %SKIPTARGET=macos, go32v2, win64 }
|
{ %SKIPTARGET=macos, $nosharedlib, win64 }
|
||||||
{ %delfiles=tlibrary3 }
|
{ %delfiles=tlibrary3 }
|
||||||
|
|
||||||
{$ifdef darwin}
|
{$ifdef darwin}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ %skiptarget=go32v2 }
|
{ %skiptarget=$nothread }
|
||||||
{ %version=1.1 }
|
{ %version=1.1 }
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %norun }
|
{ %norun }
|
||||||
|
{ %skiptarget=$nosharedlib }
|
||||||
|
|
||||||
{$ifdef CPUX86_64}
|
{$ifdef CPUX86_64}
|
||||||
{$ifndef WINDOWS}
|
{$ifndef WINDOWS}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %NEEDLIBRARY }
|
{ %NEEDLIBRARY }
|
||||||
|
{ %skiptarget=$nosharedlib }
|
||||||
{ %delfiles=tweaklib1 }
|
{ %delfiles=tweaklib1 }
|
||||||
|
|
||||||
{$ifdef mswindows}
|
{$ifdef mswindows}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{ %norun }
|
{ %norun }
|
||||||
|
|
||||||
{ %target=darwin }
|
{ %target=darwin }
|
||||||
{ %opt=-olibtweaklib1.dylib }
|
{ %opt=-olibtweaklib1.dylib }
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %target=win32,win64,wince}
|
{ %target=win32,win64,wince}
|
||||||
|
{ %skiptarget=$nosharedlib }
|
||||||
library LibTest;
|
library LibTest;
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user