瀏覽代碼

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}