Browse Source

* disabled blocks tests for Darwin/ppc(64), as the blocks runtime is only
only shipped with Mac OS X 10.6 and later (and the last version supporting
ppc was 10.5)

git-svn-id: trunk@29522 -

Jonas Maebe 10 years ago
parent
commit
dc172ef55b
5 changed files with 5 additions and 0 deletions
  1. 1 0
      tests/test/tblock1.pp
  2. 1 0
      tests/test/tblock1a.pp
  3. 1 0
      tests/test/tblock1c.pp
  4. 1 0
      tests/test/tblock2.pp
  5. 1 0
      tests/test/tblock2a.pp

+ 1 - 0
tests/test/tblock1.pp

@@ -1,4 +1,5 @@
 { %target=darwin,iphonesim}
+{ %skipcpu=powerpc,powerpc64 }
 
 {$modeswitch blocks}
 

+ 1 - 0
tests/test/tblock1a.pp

@@ -1,4 +1,5 @@
 { %target=darwin,iphonesim}
+{ %skipcpu=powerpc,powerpc64 }
 
 {$mode delphi}
 {$modeswitch blocks}

+ 1 - 0
tests/test/tblock1c.pp

@@ -1,4 +1,5 @@
 { %target=darwin,iphonesim}
+{ %skipcpu=powerpc,powerpc64 }
 
 {$modeswitch blocks}
 

+ 1 - 0
tests/test/tblock2.pp

@@ -1,4 +1,5 @@
 { %target=darwin,iphonesim}
+{ %skipcpu=powerpc,powerpc64 }
 
 {$mode objfpc}
 {$modeswitch blocks}

+ 1 - 0
tests/test/tblock2a.pp

@@ -1,4 +1,5 @@
 { %target=darwin,iphonesim}
+{ %skipcpu=powerpc,powerpc64 }
 
 {$mode delphi}
 {$modeswitch blocks}