mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
* Disabled some tests for android since they turn PIC off.
git-svn-id: trunk@39972 -
This commit is contained in:
parent
9199d1935a
commit
bcf03a52d8
@ -1,4 +1,5 @@
|
||||
{ %CPU=x86_64 }
|
||||
{ %skiptarget=android }
|
||||
{ Tests that object fields with zero offset are handled by Intel assembler reader
|
||||
the same way as fields with nonzero offset }
|
||||
{$ifdef fpc}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %cpu=x86_64 }
|
||||
{ %skiptarget=android }
|
||||
|
||||
{$ifdef FPC}
|
||||
{$PIC OFF}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %CPU=x86_64 }
|
||||
{ %skiptarget=android }
|
||||
|
||||
{$MODE TP}
|
||||
{$ASMMODE INTEL}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %CPU=i8086,i386,x86_64 }
|
||||
{ %skiptarget=android }
|
||||
|
||||
{$IFDEF FPC}
|
||||
{$MODE TP}
|
||||
|
Loading…
Reference in New Issue
Block a user