Explorar o código

* don't test on darwin since not supported there for efficiency
reasons

git-svn-id: trunk@9200 -

Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
d15007dbfe
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tests/tbs/tb0528.pp

+ 4 - 0
tests/tbs/tb0528.pp

@@ -1,4 +1,8 @@
 {%CPU=x86_64,powerpc64}
+{%skiptarget=darwin}
+
+{ darwin limits statically declared data structures to 32 bit for efficiency reasons }
+
 program tb0528;
 
 {This program tests if huge arrays work on 64-bit systems. I got the idea