mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:49:23 +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 }
|
{ %cpu=i386,x86_64 }
|
||||||
{ %skiptarget=win64 }
|
{ %skiptarget=win64,android }
|
||||||
{ Target must actually support Extended type }
|
{ Target must actually support Extended type }
|
||||||
|
|
||||||
function test1(x: single): integer;
|
function test1(x: single): integer;
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{ %cpu=x86_64 }
|
{ %cpu=x86_64 }
|
||||||
{ %opt=-vw -Sew }
|
{ %opt=-vw -Sew }
|
||||||
|
{ %skiptarget=android }
|
||||||
|
|
||||||
{$ifdef windows}
|
{$ifdef windows}
|
||||||
{$imagebase $10000}
|
{$imagebase $10000}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %cpu=x86_64 }
|
{ %cpu=x86_64 }
|
||||||
|
{ %skiptarget=android }
|
||||||
{ %opt=-Cg- }
|
{ %opt=-Cg- }
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %CPU=i386,x86_64 }
|
{ %CPU=i386,x86_64 }
|
||||||
|
{ %skiptarget=android }
|
||||||
{ %norun }
|
{ %norun }
|
||||||
|
|
||||||
const
|
const
|
||||||
|
Loading…
Reference in New Issue
Block a user