From bcf03a52d897c926adda3521c489eb5328d72f10 Mon Sep 17 00:00:00 2001 From: yury Date: Thu, 18 Oct 2018 13:05:45 +0000 Subject: [PATCH] * Disabled some tests for android since they turn PIC off. git-svn-id: trunk@39972 - --- tests/test/tasm10.pp | 1 + tests/test/tasm10a.pp | 1 + tests/test/tasm21b.pp | 1 + tests/test/tasm26.pp | 1 + 4 files changed, 4 insertions(+) diff --git a/tests/test/tasm10.pp b/tests/test/tasm10.pp index c7aec920cb..96b90c4d2d 100644 --- a/tests/test/tasm10.pp +++ b/tests/test/tasm10.pp @@ -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} diff --git a/tests/test/tasm10a.pp b/tests/test/tasm10a.pp index 4b06cc43e9..151a988d03 100644 --- a/tests/test/tasm10a.pp +++ b/tests/test/tasm10a.pp @@ -1,4 +1,5 @@ { %cpu=x86_64 } +{ %skiptarget=android } {$ifdef FPC} {$PIC OFF} diff --git a/tests/test/tasm21b.pp b/tests/test/tasm21b.pp index 3fa7315324..bd44ebf572 100644 --- a/tests/test/tasm21b.pp +++ b/tests/test/tasm21b.pp @@ -1,4 +1,5 @@ { %CPU=x86_64 } +{ %skiptarget=android } {$MODE TP} {$ASMMODE INTEL} diff --git a/tests/test/tasm26.pp b/tests/test/tasm26.pp index fb036dc23a..64858aea68 100644 --- a/tests/test/tasm26.pp +++ b/tests/test/tasm26.pp @@ -1,4 +1,5 @@ { %CPU=i8086,i386,x86_64 } +{ %skiptarget=android } {$IFDEF FPC} {$MODE TP}