Ver código fonte

* 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 anos atrás
pai
commit
dc172ef55b

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