Browse Source

skip for go32v2 to prevent hangings during unattended runs

peter 20 years ago
parent
commit
9da80100a2
3 changed files with 4 additions and 0 deletions
  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}