aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2022-01-24 17:45:37 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2022-01-24 17:53:58 +0000
commitfaf2966888ecd0b93726602bf4b0b1bd36301d8c (patch)
tree1f1783b4f1ef62f7f0c7fd04f317bbd949f997a8 /src/armnn/test
parent35e7c1de53ef86b808fc8de0a0af8a747b4ef170 (diff)
downloadarmnn-faf2966888ecd0b93726602bf4b0b1bd36301d8c.tar.gz
Bugfix: Set removal date for Backend API stability items to 22.11
* This is to allow EthosN more time to adjust to new API. Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: I7da32a7317827dfa619c74fc8801447e7172e7c8
Diffstat (limited to 'src/armnn/test')
-rw-r--r--src/armnn/test/CreateWorkload.hpp2
-rw-r--r--src/armnn/test/GraphUtils.hpp2
-rw-r--r--src/armnn/test/PredicateResult.hpp2
-rw-r--r--src/armnn/test/TestUtils.hpp2
-rw-r--r--src/armnn/test/UnitTests.hpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/armnn/test/CreateWorkload.hpp b/src/armnn/test/CreateWorkload.hpp
index 09b281be94..dea5fe38f0 100644
--- a/src/armnn/test/CreateWorkload.hpp
+++ b/src/armnn/test/CreateWorkload.hpp
@@ -5,4 +5,4 @@
#include "../../armnnTestUtils/CreateWorkload.hpp"
#pragma message("src/armnn/test/CreateWorkload.hpp has been deprecated, it is due for removal in"\
- " 22.08 release. Please use src/armnnTestUtils/CreateWorkload.hpp instead.")
+ " 22.11 release. Please use src/armnnTestUtils/CreateWorkload.hpp instead.")
diff --git a/src/armnn/test/GraphUtils.hpp b/src/armnn/test/GraphUtils.hpp
index 02954e3d1f..cec9b6772a 100644
--- a/src/armnn/test/GraphUtils.hpp
+++ b/src/armnn/test/GraphUtils.hpp
@@ -5,5 +5,5 @@
#include "../../armnnTestUtils/GraphUtils.hpp"
-#pragma message("src/armnn/test/GraphUtils.hpp has been deprecated, it is due for removal in 22.08 release." \
+#pragma message("src/armnn/test/GraphUtils.hpp has been deprecated, it is due for removal in 22.11 release." \
" Please use from armnnTestUtils library, /src/armnnTestUtils/GraphUtils.hpp)
diff --git a/src/armnn/test/PredicateResult.hpp b/src/armnn/test/PredicateResult.hpp
index 8edf8b1180..cc8ae24c42 100644
--- a/src/armnn/test/PredicateResult.hpp
+++ b/src/armnn/test/PredicateResult.hpp
@@ -5,5 +5,5 @@
#include <armnnTestUtils/PredicateResult.hpp>
-#pragma message("src/armnn/test/PredicateResult.hpp has been deprecated, it is due for removal in 22.08 release." \
+#pragma message("src/armnn/test/PredicateResult.hpp has been deprecated, it is due for removal in 22.11 release." \
" Please use public interface include/armnnTestUtils/PredicateResult.hpp") \ No newline at end of file
diff --git a/src/armnn/test/TestUtils.hpp b/src/armnn/test/TestUtils.hpp
index fe5331ec3d..5c570b2d71 100644
--- a/src/armnn/test/TestUtils.hpp
+++ b/src/armnn/test/TestUtils.hpp
@@ -5,5 +5,5 @@
#include "../../armnnTestUtils/TestUtils.hpp"
-#pragma message("src/armnn/test/TestUtils.hpp has been deprecated, it is due for removal in 22.08 release." \
+#pragma message("src/armnn/test/TestUtils.hpp has been deprecated, it is due for removal in 22.11 release." \
" Please use from armnnTestUtils library, /src/armnnTestUtils/TestUtils.hpp) \ No newline at end of file
diff --git a/src/armnn/test/UnitTests.hpp b/src/armnn/test/UnitTests.hpp
index 7224cc8d06..1ed44bb0e0 100644
--- a/src/armnn/test/UnitTests.hpp
+++ b/src/armnn/test/UnitTests.hpp
@@ -5,5 +5,5 @@
#include "../../armnnTestUtils/UnitTests.hpp"
-#pragma message("src/armnn/test/UnitTests.hpp has been deprecated, it is due for removal in 22.08 release." \
+#pragma message("src/armnn/test/UnitTests.hpp has been deprecated, it is due for removal in 22.11 release." \
" Please use from armnnTestUtils library, /src/armnnTestUtils/UnitTests.hpp")