Browse Source

Merged revisions 16324,16354 from http://svn.freepascal.org/svn/fpc/trunk
------------------------------------------------------------------------
r16324 | pierre | 2010-11-10 22:44:44 +0000 (Wed, 10 Nov 2010) | 1 line

* Skip test for go32v2 target, not supported and triggers NTVDM messagebox
------------------------------------------------------------------------
r16354 | pierre | 2010-11-17 13:30:01 +0000 (Wed, 17 Nov 2010) | 1 line

* Remove go32v2 skiptarget for working tests
------------------------------------------------------------------------

git-svn-id: branches/fixes_2_4@16355 -

pierre 14 years ago
parent
commit
f0fc397228

+ 1 - 0
tests/test/timplements4.pp

@@ -1,3 +1,4 @@
+{ %SKIPTARGET=go32v2 }
 { %OPT=-gh }
 { %OPT=-gh }
 {$ifdef fpc}
 {$ifdef fpc}
 {$mode objfpc}
 {$mode objfpc}

+ 1 - 0
tests/test/timplements4a.pp

@@ -1,3 +1,4 @@
+{ %SKIPTARGET=go32v2 }
 { %OPT=-gh }
 { %OPT=-gh }
 {$ifdef fpc}
 {$ifdef fpc}
 {$mode objfpc}
 {$mode objfpc}

+ 1 - 0
tests/test/timplements4b.pp

@@ -1,3 +1,4 @@
+{ %SKIPTARGET=go32v2 }
 { %OPT=-gh }
 { %OPT=-gh }
 {$ifdef fpc}
 {$ifdef fpc}
 {$mode objfpc}
 {$mode objfpc}

+ 1 - 0
tests/test/timplements7.pp

@@ -1,3 +1,4 @@
+{ %SKIPTARGET=go32v2 }
 { %OPT=-gh }
 { %OPT=-gh }
 {$ifdef fpc}
 {$ifdef fpc}
 {$mode objfpc}
 {$mode objfpc}