aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix shootout testChristian Stenger2023-02-271-1/+1
* TaskTree: Don't call storage done handlers from TaskTree's d'torJarek Kobus2023-02-241-5/+19
* Add tests to Utils::wildcardToRegularExpressionEike Ziller2023-02-231-0/+74
* SquishTests: More adaption to changed wizard templateChristian Stenger2023-02-233-4/+4
* SquishTests: Fix path handling for pre-installed QtsChristian Stenger2023-02-231-16/+36
* SquishTests: Rename helper classChristian Stenger2023-02-2315-29/+29
* Debugger: disable inheritance dumper tests for LLDBChristian Stenger2023-02-231-5/+5
* Debugger: fix optional and variant dumper test when using qt5 qmakeDavid Schulz2023-02-221-4/+11
* Debugger: improve dumping Qt pointer typesDavid Schulz2023-02-211-4/+17
* Debugger: Fix printing of pointer to multiple inheritence base classDavid Schulz2023-02-211-4/+12
* SquishTests: Adapt to changed wizard templateChristian Stenger2023-02-212-8/+19
* SquishTests: Adapt to changed wizard templateChristian Stenger2023-02-213-3/+3
* SquishTests: Adapt to changed wizardChristian Stenger2023-02-211-4/+9
* SquishTests: Fix expectation for profilingChristian Stenger2023-02-213-13/+13
* Utils::Link: Remove 3rd arg from fromString()Jarek Kobus2023-02-161-40/+19
* SquishTests: Adapt to changed project templateChristian Stenger2023-02-163-4/+4
* SquishTests: Tweak preparation of toolchainsChristian Stenger2023-02-161-9/+13
* SquishTests: Provide Qt6.2 for testingChristian Stenger2023-02-1614-30/+187
* Utils: Fix fileInfoFlagsfromStatModeMarcus Tillmanns2023-02-161-0/+74
* Debugger: modify dumper for std::variantDavid Schulz2023-02-151-0/+18
* Debugger: test std::optional dumpersDavid Schulz2023-02-151-0/+18
* Merge remote-tracking branch 'origin/9.0' into 10.0Eike Ziller2023-02-141-1/+2
|\
| * SquishTests: Avoid known bug with CMake-based Widgets projectsRobert Löhning2023-02-131-1/+2
* | DumperTest: print total time in debuggerDavid Schulz2023-02-141-0/+10
* | Tests: Remove a couple of tr() callsAlessandro Portale2023-02-104-15/+15
* | ExtensionSystem: Remove the IPlugin back pointer to pluginspechjk2023-02-101-1/+1
* | Merge remote-tracking branch 'origin/9.0' into 10.0Eike Ziller2023-02-102-1/+8
|\|
| * SquishTests: Explicitly convert QString to strChristian Stenger2023-02-091-1/+1
| * SquishTests: Avoid crash in testChristian Stenger2023-02-091-0/+7
* | SquishTests: Update createNewQtQuickApplication()Robert Loehning2023-02-092-4/+3
* | CPlusPlus: Check maximum include depth in lexerChristian Kandeler2023-02-081-1/+1
* | RunExtenstions: Remove StackSizeInBytesJarek Kobus2023-02-071-15/+0
* | Utils: Add FilePath::tmpDir and createTempFileMarcus Tillmanns2023-02-071-0/+33
* | Merge remote-tracking branch 'origin/9.0' into 10.0Eike Ziller2023-02-065-17/+23
|\|
| * SquishTests: Fix designer testChristian Stenger2023-02-031-2/+2
| * CMakePM: Improve CMake presets kit config hashingCristian Adam2023-02-021-5/+5
| * SquishTests: Fix tst_cmake_speedcrunchRobert Loehning2023-02-021-1/+1
| * SquishTests: Fix default settings testChristian Stenger2023-02-011-0/+7
| * SquishTests: Use openDocument()'s return for verifying project treeRobert Löhning2023-02-011-9/+8
* | StringUtils: Add trimFront(), trimBack() and trim() methodsJarek Kobus2023-02-051-0/+31
* | StringUtils: Add joinStrings methodJarek Kobus2023-02-031-13/+66
* | TaskTree: Add 2 more variants of NestedParallelError testJarek Kobus2023-02-012-8/+86
* | TaskTree: Add a test for running empty tree with group handlersJarek Kobus2023-02-011-4/+30
* | Merge remote-tracking branch 'origin/9.0' into 10.0David Schulz2023-02-011-15/+29
|\|
| * SquishTests: Redo open document from navigation viewChristian Stenger2023-01-271-15/+29
* | Merge remote-tracking branch 'origin/master' into 10.0David Schulz2023-02-011-0/+2
|\ \
| * | Cpp: support space ship operator in lexerDavid Schulz2023-01-301-0/+2
* | | Merge remote-tracking branch 'origin/master' into 10.0Eike Ziller2023-01-278-0/+827
|\| |
| * | Haskell: Import from superrepohjk2023-01-278-0/+827
* | | TaskTree: Add tests for proper continuation unwindingJarek Kobus2023-01-271-2/+203