Browse Source

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

git-svn-id: trunk@39972 -
yury 6 years ago
parent
commit
bcf03a52d8
4 changed files with 4 additions and 0 deletions
  1. 1 0
      tests/test/tasm10.pp
  2. 1 0
      tests/test/tasm10a.pp
  3. 1 0
      tests/test/tasm21b.pp
  4. 1 0
      tests/test/tasm26.pp

+ 1 - 0
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}

+ 1 - 0
tests/test/tasm10a.pp

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

+ 1 - 0
tests/test/tasm21b.pp

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

+ 1 - 0
tests/test/tasm26.pp

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