summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2022-08-03 09:19:34 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-12-01 06:59:16 +0000
commit1daf2593ab6a5a699045452e419a8412c6e4a7bc (patch)
treeb88778fbc1531ecbce3e4aee671fe0d5ab9be423
parent7382529fd91a6512b91c1379d3e4c49dbc186ce1 (diff)
downloadqtbase-1daf2593ab6a5a699045452e419a8412c6e4a7bc.tar.gz
Add keyword msvc-2022 to testlib blacklisting
Change-Id: I04942dc9474fd2abfc341a1dd6434f7c78b6b5bd Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 9a5ac4bcb35e1d30bbd9acaf74fa7a581983ee66) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/testlib/qtestblacklist.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testlib/qtestblacklist.cpp b/src/testlib/qtestblacklist.cpp
index d5d5c5c1f2..2b6b759023 100644
--- a/src/testlib/qtestblacklist.cpp
+++ b/src/testlib/qtestblacklist.cpp
@@ -149,8 +149,10 @@ static QSet<QByteArray> keywords()
<< "msvc-2015"
# elif _MSC_VER <= 1916
<< "msvc-2017"
-# else
+# elif _MSC_VER <= 1929
<< "msvc-2019"
+# else
+ << "msvc-2022"
# endif
#endif