summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro')
-rw-r--r--tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro40
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
index 9d929e649e..09458bd9c3 100644
--- a/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
+++ b/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pro
@@ -16,43 +16,3 @@ SUBDIRS=\
ulong \
ushort \
wchar_t \
-
-
-contains(QT_CONFIG, c++11)|msvc: SUBDIRS +=\
- no-cxx11/char \
- no-cxx11/char16_t \
- no-cxx11/char32_t \
- no-cxx11/int \
- no-cxx11/long \
- no-cxx11/qlonglong \
- no-cxx11/qptrdiff \
- no-cxx11/quintptr \
- no-cxx11/qulonglong \
- no-cxx11/schar \
- no-cxx11/short \
- no-cxx11/uchar \
- no-cxx11/uint \
- no-cxx11/ulong \
- no-cxx11/ushort \
- no-cxx11/wchar_t \
-
-
-# The GCC-style atomics only support 32-bit and pointer-sized but add
-# them all anyway so we ensure the macros are properly defined
-gcc: SUBDIRS +=\
- gcc/char \
- gcc/char16_t \
- gcc/char32_t \
- gcc/int \
- gcc/long \
- gcc/qlonglong \
- gcc/qptrdiff \
- gcc/quintptr \
- gcc/qulonglong \
- gcc/schar \
- gcc/short \
- gcc/uchar \
- gcc/uint \
- gcc/ulong \
- gcc/ushort \
- gcc/wchar_t \