Browse Source

Add %skiptarget=$nothread to tests using threads

git-svn-id: trunk@38528 -
pierre 7 years ago
parent
commit
4cf1ac209a

+ 1 - 0
tests/tbf/tb0128.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 { %version=1.1 }
 { %version=1.1 }
 { %fail }
 { %fail }
 
 

+ 1 - 0
tests/tbf/tb0129.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 { %fail }
 { %fail }
 { %version=1.1 }
 { %version=1.1 }
 
 

+ 1 - 0
tests/tbs/tb0632.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 { Note: needs multi threading }
 { Note: needs multi threading }
 program tb0632;
 program tb0632;
 
 

+ 1 - 0
tests/tbs/tb0636.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 program tb0636;
 program tb0636;
 
 
 {$mode objfpc}
 {$mode objfpc}

+ 1 - 0
tests/test/jvm/tthreadvar.pp

@@ -1,3 +1,4 @@
+{%target=java android}
 program tthreadvar;
 program tthreadvar;
 
 
 {$mode delphi}
 {$mode delphi}

+ 2 - 0
tests/test/tbrtlevt.pp

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

+ 1 - 0
tests/test/textthr.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 { %target=darwin,linux,freebsd,solaris,haiku,aix }
 { %target=darwin,linux,freebsd,solaris,haiku,aix }
 
 
 {$mode objfpc}
 {$mode objfpc}

+ 1 - 0
tests/test/theapthread.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 { %TIMEOUT=105 }
 { %TIMEOUT=105 }
 {$mode objfpc}{$h+}
 {$mode objfpc}{$h+}
 
 

+ 2 - 0
tests/test/tinterlocked64mt.pp

@@ -1,3 +1,5 @@
+{%skiptarget=$nothread }
+
 {$ifdef FPC}
 {$ifdef FPC}
   {$mode objfpc}
   {$mode objfpc}
 {$else}
 {$else}

+ 1 - 0
tests/test/tinterlockedmt.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 {$ifdef FPC}
 {$ifdef FPC}
   {$mode objfpc}
   {$mode objfpc}
 {$else}
 {$else}

+ 1 - 0
tests/test/tthread1.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 program tthread1;
 program tthread1;
 
 
 {$mode objfpc}
 {$mode objfpc}

+ 1 - 1
tests/test/tunistr4.pp

@@ -1,4 +1,4 @@
-
+{%skiptarget=$nothread }
 {$ifdef fpc}
 {$ifdef fpc}
 {$mode objfpc}
 {$mode objfpc}
 {$endif fpc}
 {$endif fpc}

+ 1 - 1
tests/test/twide4.pp

@@ -1,4 +1,4 @@
-
+{%skiptarget=$nothread }
 {$ifdef fpc}
 {$ifdef fpc}
 {$mode objfpc}
 {$mode objfpc}
 {$endif fpc}
 {$endif fpc}

+ 1 - 0
tests/test/units/sysutils/trwsync.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 {$ifdef fpc}
 {$ifdef fpc}
 {$mode objfpc}
 {$mode objfpc}
 {$h+}
 {$h+}

+ 1 - 0
tests/webtbs/tw28271.pp

@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
 { %OPT=-gh }
 { %OPT=-gh }
 
 
 program tw28271;
 program tw28271;