mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 13:59:28 +02:00
* On windows event can not be "abandoned". Skip this part of the test.
git-svn-id: trunk@10634 -
This commit is contained in:
parent
adeafe6ef4
commit
a9295d1c66
@ -120,10 +120,15 @@ begin
|
||||
halt(7);
|
||||
end;
|
||||
|
||||
{$ifdef windows}
|
||||
{ On windows event can not be "abandoned". Skipping this test }
|
||||
basiceventdestroy(event);
|
||||
{$else}
|
||||
help:=thelper.create(o_waittimeoutabandon);
|
||||
basiceventdestroy(event);
|
||||
help.waitfor;
|
||||
help.free;
|
||||
{$endif}
|
||||
|
||||
event := BasicEventCreate(nil,false,false,'bla');
|
||||
help:=thelper.create(o_waittimeoutsignal);
|
||||
|
Loading…
Reference in New Issue
Block a user