From c60d0fd2cb57f0af7ecc6dc1fc678a9d2a2e629a Mon Sep 17 00:00:00 2001 From: David Monahan Date: Tue, 19 May 2020 14:58:34 +0100 Subject: IVGCVSW-IVGCVSW-4772 Fixes for android-nn-driver unit tests on Android R * Added missing operand parameter numberOfConsumers to DriverTestHelpers * Added nullptr checks to unit tests * Disabling QuantizedLstmTest when ARMCOMPUTECL_ENABLED is undefined Signed-off-by: David Monahan Change-Id: I46dc413d3bb1805eb0e7c982177b6d60d0b297f5 --- test/Concurrent.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Concurrent.cpp') diff --git a/test/Concurrent.cpp b/test/Concurrent.cpp index 0694934c..aeea17fc 100644 --- a/test/Concurrent.cpp +++ b/test/Concurrent.cpp @@ -110,6 +110,7 @@ BOOST_AUTO_TEST_CASE(ConcurrentExecute) ALOGI("ConcurrentExecute: waiting for callbacks"); for (size_t i = 0; i < maxRequests; ++i) { + ARMNN_ASSERT(cb[i]); cb[i]->wait(); } -- cgit v1.2.1