浏览代码

* 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- }
 { %opt=-gl -O- }
 { %norun }
 { %norun }
 {$goto on}
 {$goto on}

+ 1 - 0
tests/test/tlib1b.pp

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

+ 1 - 1
tests/test/tlibrary1.pp

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

+ 1 - 0
tests/test/tlibrary2.pp

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

+ 1 - 1
tests/test/tlibrary3.pp

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