summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove winrtOliver Wolff2020-06-061-11/+5
* Never include windows.h directly in Qt codeLars Knoll2020-05-271-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-6/+11
|\
| * QCOMPARE: treat values as equal if qFuzzyIsNull(each)Edward Welbourne2020-04-301-6/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-232/+209
|\|
| * testlib: Be more selective in choosing to show stacktraces on macOSTor Arne Vestbø2020-02-061-14/+1
| * Maintain at least 500ms timestamp distance between each test functionJan Arve Sæther2020-02-061-0/+3
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-2/+2
| |\
| | * Fix 'the the' typo in commentsLinus Jahn2020-02-021-2/+2
| * | testlib: Clarify that our XUnit reporter is actually a JUnit reporterTor Arne Vestbø2020-02-031-7/+7
| * | testlib: Unite Windows and Unix signal handler codeTor Arne Vestbø2020-02-011-165/+165
| * | testlib: Implement FatalSignalHandler inlineTor Arne Vestbø2020-02-011-87/+82
| * | testlib: Properly cleanup after caught exceptionTor Arne Vestbø2020-02-011-7/+1
| * | testlib: Simplify macOS setup/teardown codeTor Arne Vestbø2020-02-011-21/+12
| * | testlib: Fix indentationTor Arne Vestbø2020-02-011-14/+15
| * | testlib: Don't disable watchdog when the macOS crash reporter is enabledTor Arne Vestbø2020-02-011-8/+14
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-301-2/+2
| |\|
| | * QTestLib: basic WebAssembly supportMorten Johan Sørvig2019-10-281-2/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-29/+63
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-011-2/+5
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-2/+5
| | |\
| | | * Do not pass nullptr as '%s'Allan Sandfeld Jensen2019-09-231-2/+5
| * | | Short live QtPrivate::{condition_variable,mutex}!Marc Mutz2019-09-271-8/+9
| * | | QTestLib: modernize and stream-line WatchDogMarc Mutz2019-09-171-27/+57
| |/ /
* | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-33/+105
|\| |
| * | QTestLib: Speed up QCOMPARE for QStringFriedemann Kleint2019-08-011-0/+51
| * | QTestLib: Fix various clang warningsFriedemann Kleint2019-07-291-5/+3
| * | QTestLib: Introduce nullptrFriedemann Kleint2019-07-111-22/+21
| * | QTestLib: Speed up QCOMPARE for float, double, int, unsignedFriedemann Kleint2019-07-091-6/+30
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-7/+7
|\| |
| * | Fix qFindTestData() to work with relative resource pathsJan Arve Sæther2019-07-051-1/+1
| * | QTestLib: Replace typedef by 'using'Friedemann Kleint2019-06-291-1/+1
| * | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* | | Fix qFindTestData with cmake and ninja generatorSimon Hausmann2019-06-041-3/+19
|/ /
* | Replace QTESTLIB_USE_VALGRIND with a new feature 'valgrind'Tasuku Suzuki2019-05-281-6/+6
* | QtTestLib: handle float16 the same as double and floatEdward Welbourne2019-04-241-8/+3
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* | Fix the skip-check in TestMethods::invokeTest()Edward Welbourne2019-03-291-36/+36
* | Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-191-5/+5
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-20/+54
|\|
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-03-061-6/+25
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-6/+25
| | |\
| | | * testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-051-6/+25
| * | | Minor cleanup of QTest::qFindTestDataOliver Wolff2019-03-061-14/+29
| |/ /
* / / QtTestLib: unify handling of float and double using suitable templatesEdward Welbourne2019-03-041-22/+20
|/ /
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-3/+52
|\|