* Disabled some tests for android since they turn PIC off.

git-svn-id: trunk@39972 -
This commit is contained in:
yury 2018-10-18 13:05:45 +00:00
parent 9199d1935a
commit bcf03a52d8
4 changed files with 4 additions and 0 deletions

View File

@ -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}

View File

@ -1,4 +1,5 @@
{ %cpu=x86_64 }
{ %skiptarget=android }
{$ifdef FPC}
{$PIC OFF}

View File

@ -1,4 +1,5 @@
{ %CPU=x86_64 }
{ %skiptarget=android }
{$MODE TP}
{$ASMMODE INTEL}

View File

@ -1,4 +1,5 @@
{ %CPU=i8086,i386,x86_64 }
{ %skiptarget=android }
{$IFDEF FPC}
{$MODE TP}