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:
parent
f54f7d8470
commit
b0060d1056
@ -229,7 +229,7 @@
|
|||||||
"verifyspec": {
|
"verifyspec": {
|
||||||
"label": "valid makespec",
|
"label": "valid makespec",
|
||||||
"type": "verifySpec",
|
"type": "verifySpec",
|
||||||
"test": "common/verifyspec"
|
"test": "verifyspec"
|
||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"label": "target architecture",
|
"label": "target architecture",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"stl": {
|
"stl": {
|
||||||
"label": "STL compatibility",
|
"label": "STL compatibility",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "unix/stl"
|
"test": "stl"
|
||||||
},
|
},
|
||||||
"c++14": {
|
"c++14": {
|
||||||
"label": "C++14 support",
|
"label": "C++14 support",
|
||||||
@ -497,55 +497,55 @@
|
|||||||
"avx512f": {
|
"avx512f": {
|
||||||
"label": "AVX512 F instructions",
|
"label": "AVX512 F instructions",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/avx512",
|
"test": "avx512",
|
||||||
"args": "AVX512=F"
|
"args": "AVX512=F"
|
||||||
},
|
},
|
||||||
"avx512er": {
|
"avx512er": {
|
||||||
"label": "AVX512 ER instructions",
|
"label": "AVX512 ER instructions",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/avx512",
|
"test": "avx512",
|
||||||
"args": "AVX512=ER"
|
"args": "AVX512=ER"
|
||||||
},
|
},
|
||||||
"avx512cd": {
|
"avx512cd": {
|
||||||
"label": "AVX512 CD instructions",
|
"label": "AVX512 CD instructions",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/avx512",
|
"test": "avx512",
|
||||||
"args": "AVX512=CD"
|
"args": "AVX512=CD"
|
||||||
},
|
},
|
||||||
"avx512pf": {
|
"avx512pf": {
|
||||||
"label": "AVX512 PF instructions",
|
"label": "AVX512 PF instructions",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/avx512",
|
"test": "avx512",
|
||||||
"args": "AVX512=PF"
|
"args": "AVX512=PF"
|
||||||
},
|
},
|
||||||
"avx512dq": {
|
"avx512dq": {
|
||||||
"label": "AVX512 DQ instructions",
|
"label": "AVX512 DQ instructions",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/avx512",
|
"test": "avx512",
|
||||||
"args": "AVX512=DQ"
|
"args": "AVX512=DQ"
|
||||||
},
|
},
|
||||||
"avx512bw": {
|
"avx512bw": {
|
||||||
"label": "AVX512 BW instructions",
|
"label": "AVX512 BW instructions",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/avx512",
|
"test": "avx512",
|
||||||
"args": "AVX512=BW"
|
"args": "AVX512=BW"
|
||||||
},
|
},
|
||||||
"avx512vl": {
|
"avx512vl": {
|
||||||
"label": "AVX512 VL instructions",
|
"label": "AVX512 VL instructions",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/avx512",
|
"test": "avx512",
|
||||||
"args": "AVX512=VL"
|
"args": "AVX512=VL"
|
||||||
},
|
},
|
||||||
"avx512ifma": {
|
"avx512ifma": {
|
||||||
"label": "AVX512 IFMA instructions",
|
"label": "AVX512 IFMA instructions",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/avx512",
|
"test": "avx512",
|
||||||
"args": "AVX512=IFMA"
|
"args": "AVX512=IFMA"
|
||||||
},
|
},
|
||||||
"avx512vbmi": {
|
"avx512vbmi": {
|
||||||
"label": "AVX512 VBMI instructions",
|
"label": "AVX512 VBMI instructions",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/avx512",
|
"test": "avx512",
|
||||||
"args": "AVX512=VBMI"
|
"args": "AVX512=VBMI"
|
||||||
},
|
},
|
||||||
"mips_dsp": {
|
"mips_dsp": {
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
"gnu_iconv": {
|
"gnu_iconv": {
|
||||||
"label": "GNU libiconv",
|
"label": "GNU libiconv",
|
||||||
"export": "iconv",
|
"export": "iconv",
|
||||||
"test": "unix/gnu-libiconv",
|
"test": "gnu-libiconv",
|
||||||
"sources": [
|
"sources": [
|
||||||
"-liconv"
|
"-liconv"
|
||||||
]
|
]
|
||||||
@ -267,12 +267,12 @@
|
|||||||
"posix-iconv": {
|
"posix-iconv": {
|
||||||
"label": "POSIX iconv",
|
"label": "POSIX iconv",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "unix/iconv"
|
"test": "iconv"
|
||||||
},
|
},
|
||||||
"sun-iconv": {
|
"sun-iconv": {
|
||||||
"label": "SUN libiconv",
|
"label": "SUN libiconv",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "unix/sun-libiconv"
|
"test": "sun-libiconv"
|
||||||
},
|
},
|
||||||
"inotify": {
|
"inotify": {
|
||||||
"label": "inotify",
|
"label": "inotify",
|
||||||
@ -364,7 +364,7 @@
|
|||||||
"xlocalescanprint": {
|
"xlocalescanprint": {
|
||||||
"label": "xlocale.h (or equivalents)",
|
"label": "xlocale.h (or equivalents)",
|
||||||
"type": "compile",
|
"type": "compile",
|
||||||
"test": "common/xlocalescanprint"
|
"test": "xlocalescanprint"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -774,7 +774,7 @@ You need to use libdouble-conversion for double/string conversion."
|
|||||||
"condition": "!tests.atomicfptr",
|
"condition": "!tests.atomicfptr",
|
||||||
"message": "detected a std::atomic implementation that fails for function pointers.
|
"message": "detected a std::atomic implementation that fails for function pointers.
|
||||||
Please apply the patch corresponding to your Standard Library vendor, found in
|
Please apply the patch corresponding to your Standard Library vendor, found in
|
||||||
qtbase/config.tests/common/atomicfptr"
|
qtbase/config.tests/atomicfptr"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"corewlan": {
|
"corewlan": {
|
||||||
"label": "CoreWLan",
|
"label": "CoreWLan",
|
||||||
"export": "",
|
"export": "",
|
||||||
"test": "mac/corewlan",
|
"test": "corewlan",
|
||||||
"sources": [
|
"sources": [
|
||||||
"-framework CoreWLAN -framework Foundation"
|
"-framework CoreWLAN -framework Foundation"
|
||||||
]
|
]
|
||||||
@ -53,7 +53,7 @@
|
|||||||
"openssl_headers": {
|
"openssl_headers": {
|
||||||
"label": "OpenSSL Headers",
|
"label": "OpenSSL Headers",
|
||||||
"export": "openssl",
|
"export": "openssl",
|
||||||
"test": "unix/openssl",
|
"test": "openssl",
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"comment": "placeholder for OPENSSL_PATH",
|
"comment": "placeholder for OPENSSL_PATH",
|
||||||
@ -63,7 +63,7 @@
|
|||||||
},
|
},
|
||||||
"openssl": {
|
"openssl": {
|
||||||
"label": "OpenSSL",
|
"label": "OpenSSL",
|
||||||
"test": "unix/openssl",
|
"test": "openssl",
|
||||||
"sources": [
|
"sources": [
|
||||||
{ "type": "openssl" },
|
{ "type": "openssl" },
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user