aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Squish: Fix detection of expected debuggers on Linux and MacChristian Stenger2014-07-221-2/+2
* Squish: Update tst_git_cloneRobert Loehning2014-07-181-1/+1
* Squish: Update tst_session_handlingRobert Loehning2014-07-181-2/+2
* qbs build: Get rid of CopyTransformer.Christian Kandeler2014-07-1711-60/+21
* Autotests: Fix qbs build.Christian Kandeler2014-07-166-8/+10
* Tests: Fix linking on WinChristian Stenger2014-07-141-1/+0
* Squish: Make sure the project has been openedChristian Stenger2014-07-101-0/+1
* Squish: Add temporary workaroundChristian Stenger2014-07-101-0/+4
* Squish: Fix expected labelChristian Stenger2014-07-101-1/+1
* C++: Fix return type of lambdaNikolai Kosjar2014-07-101-6/+107
* Fix Qt4 compilationOrgad Shaneh2014-07-061-1/+1
* C++: Fix preprocessor line offsetsNikolai Kosjar2014-07-041-0/+21
* C++: Fix "duplicate data type in declaration" for lambdasNikolai Kosjar2014-07-042-0/+7
* PluginManager: Remove hardcoded list of plugins that cannot be disabledEike Ziller2014-07-042-1/+4
* Squish: Fix expected values in tst_simple_analyzeChristian Stenger2014-07-032-2/+2
* Squish: Remove platform limitation of snooze() callChristian Stenger2014-07-031-2/+1
* Squish: Fix tst_create_proj_wizardChristian Stenger2014-07-021-2/+2
* Squish: Raise timeout to avoid LookupErrorChristian Stenger2014-07-021-1/+1
* Squish: Add workaround to test_QMLS03Christian Stenger2014-07-011-5/+12
* Squish: Disable pastebin.ca for nowChristian Stenger2014-07-011-1/+1
* Squish: Fix expected objectChristian Stenger2014-06-301-1/+1
* Squish: Add expected paths for 64bit debuggers on WinChristian Stenger2014-06-301-1/+5
* Squish: Update getQtInformationForBuildSettings()Robert Loehning2014-06-272-2/+3
* Squish: Update expected values of tst_simple_analyzeRobert Loehning2014-06-274-6/+6
* Sqish: Update tst_git_cloneRobert Loehning2014-06-262-8/+8
* Squish: Update editor testsRobert Loehning2014-06-263-10/+10
* Debugger: Fix display of wchar_t[]hjk2014-06-261-1/+5
* Mark unused fields with Q_UNUSED.Erik Verbruggen2014-06-251-3/+3
* C++: Split designator ASTOrgad Shaneh2014-06-241-1/+15
* C++: Fix parsing designators vs lambdasNikolai Kosjar2014-06-242-1/+29
* Debugger: Remove unused variable in autotestshjk2014-06-191-3/+2
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-181-83/+102
|\
| * Debugger: Make dumper work with GDB 7.7hjk2014-06-181-73/+117
* | C: Parser: Support parsing of c99 designated initializersWang Hoi2014-06-178-0/+220
* | Tests: Fix rest of QUrl usages in dumper testsChristian Stenger2014-06-171-4/+8
* | C++11: Fix parsing of expressions like vector<int>{1}.Christian Kamm2014-06-161-0/+1
* | C++: fix 'using' in separate block of scopePrzemyslaw Gorszkowski2014-06-131-0/+45
* | debugger: Added project for testing CLI I/ORobert Loehning2014-06-132-0/+61
* | Squish: Close QMessageBox using "OK" buttonRobert Loehning2014-06-131-1/+2
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-1310-15/+283
|\|
| * C++: add test for anonymous with __attribute__Przemyslaw Gorszkowski2014-06-131-0/+1
| * C++: fix nested anonymous with __attribute__Przemyslaw Gorszkowski2014-06-061-0/+38
| * Squish: Fix getEditorForFileSuffix() and simpleFileName()...Christian Stenger2014-06-044-6/+14
| * Squish: Let tst_HELP04 run on Qt 5.3Robert Loehning2014-06-042-6/+7
| * Squish: Stabilize tests using getEditorForFileSuffix()Christian Stenger2014-06-032-3/+4
| * Squish: Avoid pointless waiting and warning in selectBuildConfig()Robert Loehning2014-06-031-2/+2
| * Squish: Use dumpIndices()Robert Loehning2014-06-021-2/+1
| * Squish: Add test for generic highlighter and MIME typesChristian Stenger2014-06-022-1/+221
* | debugger: Add some code for testing ctor in pluginRobert Loehning2014-06-061-0/+10
* | C++: Tests: Fix unicode tests with MSVCNikolai Kosjar2014-06-0513-122/+140