소스 검색

* test now fails under FPC

git-svn-id: trunk@7401 -
Jonas Maebe 18 년 전
부모
커밋
d375ae6f7f
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      tests/test/tparray18.pp

+ 6 - 0
tests/test/tparray18.pp

@@ -1,3 +1,9 @@
+{ %fail }
+
+{ currently fails under FPC, because parameters to read(ln) have to be  }
+{ var parameters, and you cannot pass bitpacked record fields and array }
+{ elements as var parameters                                            }
+
 { from gpc tests, original name: bitfields.pas }
 
 {$ifdef fpc}