Преглед на файлове

* Skip library tests for go32v2 target

git-svn-id: trunk@16573 -
pierre преди 14 години
родител
ревизия
96b8699af5
променени са 5 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 1 0
      tests/test/tlib1a.pp
  2. 1 0
      tests/test/tlib1b.pp
  3. 1 1
      tests/test/tlibrary1.pp
  4. 1 0
      tests/test/tlibrary2.pp
  5. 1 1
      tests/test/tlibrary3.pp

+ 1 - 0
tests/test/tlib1a.pp

@@ -1,3 +1,4 @@
+{ %skiptarget=go32v2 }
 { %opt=-gl -O- }
 { %norun }
 {$goto on}

+ 1 - 0
tests/test/tlib1b.pp

@@ -1,3 +1,4 @@
+{ %skiptarget=go32v2 }
 { %opt=-gl -O- }
 { %needlibrary }
 {$goto on}

+ 1 - 1
tests/test/tlibrary1.pp

@@ -1,5 +1,5 @@
 { %NORUN }
-{ %SKIPTARGET=macos }
+{ %SKIPTARGET=macos,go32v2 }
 
 {$ifdef darwin}
 {$PIC+}

+ 1 - 0
tests/test/tlibrary2.pp

@@ -1,3 +1,4 @@
+{ %skiptarget=go32v2 }
 { %NEEDLIBRARY }
 
 { Test program to test linking to fpc library }

+ 1 - 1
tests/test/tlibrary3.pp

@@ -1,5 +1,5 @@
 { %NORUN }
-{ %SKIPTARGET=macos, win64 }
+{ %SKIPTARGET=macos, go32v2, win64 }
 
 {$ifdef darwin}
 {$PIC+}