git-svn-id: trunk@38528 -
@@ -1,3 +1,4 @@
+{%skiptarget=$nothread }
{ %version=1.1 }
{ %fail }
{ Note: needs multi threading }
program tb0632;
program tb0636;
{$mode objfpc}
+{%target=java android}
program tthreadvar;
{$mode delphi}
@@ -1,3 +1,5 @@
+
uses
{ %target=darwin,linux,freebsd,solaris,haiku,aix }
{ %TIMEOUT=105 }
{$mode objfpc}{$h+}
{$ifdef FPC}
{$else}
program tthread1;
@@ -1,4 +1,4 @@
-
+{%skiptarget=$nothread }
{$ifdef fpc}
{$endif fpc}
-
{$h+}
{ %OPT=-gh }
program tw28271;