Bläddra i källkod

* Disabled test for win64: it cannot link or even assemble correctly on this target because COFF uses 32-bit fields for section sizes/RVAs. Internal assembler ignoring this fact is a separate issue to fix.

git-svn-id: trunk@24261 -
sergei 12 år sedan
förälder
incheckning
5e7e9bd4dc
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      tests/tbs/tb0528.pp

+ 2 - 1
tests/tbs/tb0528.pp

@@ -1,8 +1,9 @@
 {%CPU=x86_64,powerpc64}
-{%skiptarget=darwin,aix}
+{%skiptarget=darwin,aix,win64}
 
 { darwin limits statically declared data structures to 32 bit for efficiency reasons }
 { the aix assembler cannot deal with the way we declare these arrays in assembler code }
+{ win64 limits executable image size, as well as sizes of its individual sections, to 32 bit }
 
 program tb0528;