summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
* Use constants of the correct type in qnumeric NaN testEdward Welbourne2022-04-011-11/+12
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+5
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-151-0/+35
* tst_qflags: test w/and w/o QT_TYPESAFE_FLAGSMarc Mutz2022-03-082-14/+31
* qtestmouse.h: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-03-071-0/+44
* tst_qflags: don't suppress deprecation warningsMarc Mutz2022-03-031-1/+0
* tst_qflags: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-02-281-3/+10
* QFlags: fix missing bitwise xor operators in QT_TYPESAFE_FLAGS buildsMarc Mutz2022-02-281-0/+23
* tst_qlogging (tst_qmessagehandler): use one line for output and expectedThiago Macieira2022-02-201-3/+4
* tst_qlogging (tst_qmessagehandler): use QProcessEnvironmentThiago Macieira2022-02-201-22/+12
* tst_qmessagehandler: force QProcess tests to log to stderrPasi Petäjäjärvi2022-02-171-0/+1
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-02-151-0/+5
* tst_qlogging: use correct qlogging_helper path on webOSJanne Juntunen2022-02-031-11/+17
* Fix tst_qfloat16 run time error for INTEGRITY (tested on sa8115)Tatiana Borisova2022-01-301-0/+5
* tst_qglobalstatic is halted on INTEGRITY deviceTatiana Borisova2021-12-201-0/+6
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-121-1/+1
* QNX: Remove expected failPasi Petäjäjärvi2021-12-121-3/+0
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-0/+13
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-162-0/+3
* Teach QOperatingSystemVersion to handle new OS entries in patch releasesMårten Nordheim2021-11-121-0/+11
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-11/+0
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-3/+0
* Compile autotests for IntegrityTatiana Borisova2021-09-202-5/+8
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* Fix various -Wdeprecated-enum-float-conversions around the codeMarc Mutz2021-07-271-10/+8
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-8/+10
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+14
* Add test for native interface machineryTor Arne Vestbø2021-07-153-0/+129
* Fix tst_qmessagehandler::formatLogMessage() test on AndroidAssam Boudjelthia2021-07-011-0/+4
* tst_qglobal: fix an uninit'ed variable warningMarc Mutz2021-06-301-1/+1
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-5/+5
* Suppress gcc warning -Wmemset-elt-size on test codeEdward Welbourne2021-06-141-1/+5
* Long live qToUnderlyingGiuseppe D'Angelo2021-05-181-0/+20
* PRIx macros: add some actual testingGiuseppe D'Angelo2021-05-181-10/+10
* QFlags: add test(Any)Flag(s)Giuseppe D'Angelo2021-05-151-0/+58
* Use a more forgiving threshold for qFuzzyIsNull(qfloat16)Edward Welbourne2021-04-291-1/+1
* Add tests for qFuzzyIsNull() to tst_QNumeric and tst_QFloat16Edward Welbourne2021-04-293-2/+69
* Fix warnings from ignored [[nodiscard]] returnsVolker Hilsheimer2021-04-281-8/+8
* Long live PRI*QdatatypesGiuseppe D'Angelo2021-04-251-0/+31
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-04-061-1/+5
* Skip globalstatic threadStressTest on QEMUToni Saario2021-03-052-0/+6
* Fix warning about unused variableAndreas Buhr2021-02-181-0/+1
* Remove the QT_CMAKE_BUILD preprocessor defineJoerg Bornemann2021-01-222-6/+0
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-5/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0719-173/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2212-12/+13
* qRound: do not expect failure on ARM64Samuli Piippo2020-12-171-0/+8
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-102-7/+7
* Add test for qRoundDavid Skoland2020-12-021-0/+56