Browse Source

skip for go32v2 to prevent hangings during unattended runs

peter 21 năm trước cách đây
mục cha
commit
9da80100a2

+ 2 - 0
tests/test/texception2.pp

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

+ 1 - 0
tests/test/texception4.pp

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

+ 1 - 0
tests/test/tfpu2.pp

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