FpDebug, test: disable thread check on Linux. Not required, and currently not fully implemented

This commit is contained in:
Martin 2024-03-19 22:13:54 +01:00
parent 6216a99ce5
commit ca431adcf2

View File

@ -73,8 +73,10 @@ var
procedure AssertFpDebugThreadId(const AName: String);
begin
{$IFnDEF LINUX}
if FCurrentFpDebugThreadIdValidForAssert then
assert(GetCurrentThreadId = FCurrentFpDebugThreadIdForAssert, AName);
{$ENDIF}
end;
procedure AssertFpDebugThreadIdNotMain(const AName: String);