소스 검색

skip for go32v2 to prevent hangings during unattended runs

peter 21 년 전
부모
커밋
9da80100a2
3개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/test/texception2.pp
  2. 1 0
      tests/test/texception4.pp
  3. 1 0
      tests/test/tfpu2.pp

+ 2 - 0
tests/test/texception2.pp

@@ -1,3 +1,5 @@
+{ %skiptarget=go32v2 }
+
 {$mode objfpc}
 uses
    sysutils;

+ 1 - 0
tests/test/texception4.pp

@@ -1,3 +1,4 @@
+{ %skiptarget=go32v2 }
 
 {$mode objfpc}
 

+ 1 - 0
tests/test/tfpu2.pp

@@ -1,3 +1,4 @@
+{ %skiptarget=go32v2 }
 { %version=1.1 }
 
 {$ifdef fpc}{$mode objfpc}{$endif}