소스 검색

* 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 년 전
부모
커밋
5e7e9bd4dc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;