IVGCVSW-4526 Fix UnitTest errors when running on raspberry pi
authorJan Eilers <jan.eilers@arm.com>
Thu, 26 Mar 2020 12:04:54 +0000 (12:04 +0000)
committerJan Eilers <jan.eilers@arm.com>
Thu, 26 Mar 2020 12:04:54 +0000 (12:04 +0000)
commita10e2a26b20b124aaa03f20554172d88683257f7
tree6ca5740a267857e94aa064500e582667ff2ed325
parentaf1c63b98df76caa89ecc8d599de5fe1e0b60d88
IVGCVSW-4526 Fix UnitTest errors when running on raspberry pi

* The std::thread::id is included in some timeline packages of the
profiler. But the size of thread::id is platform dependent. That's why
some tests expected a wrong package size

Signed-off-by: Jan Eilers <jan.eilers@arm.com>
Change-Id: I4794ebbdda2d75ed5be7112f6a3bf2e5f14f221b
src/armnn/test/RuntimeTests.cpp
src/profiling/test/ProfilingTestUtils.cpp
src/profiling/test/ProfilingTests.cpp
src/profiling/test/SendTimelinePacketTests.cpp
src/profiling/test/TimelinePacketTests.cpp
src/profiling/test/TimelineUtilityMethodsTests.cpp