mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00
* Disabled some tests for android.
git-svn-id: trunk@39981 -
This commit is contained in:
parent
d021c8c699
commit
a9972b4309
@ -1,5 +1,5 @@
|
||||
{ %cpu=i386,x86_64 }
|
||||
{ %skiptarget=win64 }
|
||||
{ %skiptarget=win64,android }
|
||||
{ Target must actually support Extended type }
|
||||
|
||||
function test1(x: single): integer;
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %cpu=x86_64 }
|
||||
{ %opt=-vw -Sew }
|
||||
{ %skiptarget=android }
|
||||
|
||||
{$ifdef windows}
|
||||
{$imagebase $10000}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %cpu=x86_64 }
|
||||
{ %skiptarget=android }
|
||||
{ %opt=-Cg- }
|
||||
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %CPU=i386,x86_64 }
|
||||
{ %skiptarget=android }
|
||||
{ %norun }
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user