configure: un-namespace remaining non-inline configure tests

only few tests remain, and many of these were mis-classified anyway.

Change-Id: Ic3bc96928a0c79fe77b9ec10e6508d4822f18df2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Oswald Buddenhagen 2017-07-31 12:51:38 +02:00 committed by Simon Hausmann
parent f54f7d8470
commit b0060d1056
23 changed files with 19 additions and 19 deletions

View File

@ -229,7 +229,7 @@
"verifyspec": {
"label": "valid makespec",
"type": "verifySpec",
"test": "common/verifyspec"
"test": "verifyspec"
},
"architecture": {
"label": "target architecture",
@ -256,7 +256,7 @@
"stl": {
"label": "STL compatibility",
"type": "compile",
"test": "unix/stl"
"test": "stl"
},
"c++14": {
"label": "C++14 support",
@ -497,55 +497,55 @@
"avx512f": {
"label": "AVX512 F instructions",
"type": "compile",
"test": "common/avx512",
"test": "avx512",
"args": "AVX512=F"
},
"avx512er": {
"label": "AVX512 ER instructions",
"type": "compile",
"test": "common/avx512",
"test": "avx512",
"args": "AVX512=ER"
},
"avx512cd": {
"label": "AVX512 CD instructions",
"type": "compile",
"test": "common/avx512",
"test": "avx512",
"args": "AVX512=CD"
},
"avx512pf": {
"label": "AVX512 PF instructions",
"type": "compile",
"test": "common/avx512",
"test": "avx512",
"args": "AVX512=PF"
},
"avx512dq": {
"label": "AVX512 DQ instructions",
"type": "compile",
"test": "common/avx512",
"test": "avx512",
"args": "AVX512=DQ"
},
"avx512bw": {
"label": "AVX512 BW instructions",
"type": "compile",
"test": "common/avx512",
"test": "avx512",
"args": "AVX512=BW"
},
"avx512vl": {
"label": "AVX512 VL instructions",
"type": "compile",
"test": "common/avx512",
"test": "avx512",
"args": "AVX512=VL"
},
"avx512ifma": {
"label": "AVX512 IFMA instructions",
"type": "compile",
"test": "common/avx512",
"test": "avx512",
"args": "AVX512=IFMA"
},
"avx512vbmi": {
"label": "AVX512 VBMI instructions",
"type": "compile",
"test": "common/avx512",
"test": "avx512",
"args": "AVX512=VBMI"
},
"mips_dsp": {

View File

@ -49,7 +49,7 @@
"gnu_iconv": {
"label": "GNU libiconv",
"export": "iconv",
"test": "unix/gnu-libiconv",
"test": "gnu-libiconv",
"sources": [
"-liconv"
]
@ -267,12 +267,12 @@
"posix-iconv": {
"label": "POSIX iconv",
"type": "compile",
"test": "unix/iconv"
"test": "iconv"
},
"sun-iconv": {
"label": "SUN libiconv",
"type": "compile",
"test": "unix/sun-libiconv"
"test": "sun-libiconv"
},
"inotify": {
"label": "inotify",
@ -364,7 +364,7 @@
"xlocalescanprint": {
"label": "xlocale.h (or equivalents)",
"type": "compile",
"test": "common/xlocalescanprint"
"test": "xlocalescanprint"
}
},
@ -774,7 +774,7 @@ You need to use libdouble-conversion for double/string conversion."
"condition": "!tests.atomicfptr",
"message": "detected a std::atomic implementation that fails for function pointers.
Please apply the patch corresponding to your Standard Library vendor, found in
qtbase/config.tests/common/atomicfptr"
qtbase/config.tests/atomicfptr"
}
],

View File

@ -25,7 +25,7 @@
"corewlan": {
"label": "CoreWLan",
"export": "",
"test": "mac/corewlan",
"test": "corewlan",
"sources": [
"-framework CoreWLAN -framework Foundation"
]
@ -53,7 +53,7 @@
"openssl_headers": {
"label": "OpenSSL Headers",
"export": "openssl",
"test": "unix/openssl",
"test": "openssl",
"sources": [
{
"comment": "placeholder for OPENSSL_PATH",
@ -63,7 +63,7 @@
},
"openssl": {
"label": "OpenSSL",
"test": "unix/openssl",
"test": "openssl",
"sources": [
{ "type": "openssl" },
{