aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-08302-303/+303
* Debugger: Change default to use c++11 in manual testshjk2014-01-071-4/+2
* Squish: Make some variables localRobert Loehning2014-01-074-9/+7
* Debugger: Use more direct breakpoint setting in dumper auto testDavid Schulz2014-01-071-14/+18
* Debugger: Fix std::{shared,unique}_ptr displayhjk2014-01-071-2/+8
* Debugger: Fix display of std::array<some_struct>hjk2014-01-071-1/+3
* Squish: Simplify runAndCloseApp()Robert Loehning2014-01-061-13/+15
* Debugger: Don't check unused QXmlAttributed::vptr in auto testshjk2014-01-061-1/+0
* Squish: Enhance tst_default_settingsChristian Stenger2014-01-064-12/+64
* Squish: Remove pointless codeRobert Loehning2014-01-061-5/+0
* Debugger: Refactor the debugger engine restriction of dumper test data.David Schulz2013-12-201-29/+15
* Squish: Improve waiting in tst_simple_analyzeRobert Loehning2013-12-191-1/+1
* Squish: Replace failing wait statements in tst_cli_output_consoleRobert Loehning2013-12-191-19/+11
* Squish: Replaced signal handler in tst_CSUP04Robert Loehning2013-12-191-10/+14
* Squish: Fix bug in selectBuildConfig()Robert Loehning2013-12-191-2/+2
* Fix simple_test_app compilation with Qt < 5.2Orgad Shaneh2013-12-191-4/+4
* Squish: Added further git log testsRobert Loehning2013-12-181-6/+29
* Debugger: Fix display of multiple inheritance from std::listhjk2013-12-161-0/+11
* Debugger: Add dumper for QTimeZonehjk2013-12-162-0/+25
* Squish: Temporary fix for tst_installed_languagesChristian Stenger2013-12-161-1/+10
* Squish: Use native separators in srcPathRobert Loehning2013-12-161-1/+1
* C++: Ensure test code is free of diagnostic messages in tst_checksymbols.cppNikolai Kosjar2013-12-161-4/+7
* Squish: Added test for local git actionsRobert Loehning2013-12-136-16/+132
* Squish: Update tst_codepasting after fixRobert Loehning2013-12-121-2/+1
* Squish: Let ensureChecked() handle tristate checkboxesRobert Loehning2013-12-121-7/+16
* Squish: Add missing blankChristian Stenger2013-12-121-1/+1
* Squish: Avoid crash on Mac when invoking context menusChristian Stenger2013-12-121-3/+20
* Squish: Avoid Squish crash on MacChristian Stenger2013-12-121-0/+8
* Squish: Add missing envvars filesChristian Stenger2013-12-122-0/+2
* Squish: Remove workaround for fixed bugChristian Stenger2013-12-126-16/+0
* Squish: Remove workaround for fixed bugChristian Stenger2013-12-121-2/+0
* Squish: Perform additional Profiler testChristian Stenger2013-12-124-64/+91
* Squish: Avoid squish crash on MacChristian Stenger2013-12-121-1/+1
* Squish: Fix tst_rename_fileChristian Stenger2013-12-121-0/+7
* Squish: Test handling of description in tst_codepastingRobert Loehning2013-12-122-0/+8
* Squish: Restrict workaround to Qt4 buildsRobert Loehning2013-12-121-1/+1
* Fix tests compilationOrgad Shaneh2013-12-122-1/+14
* Debugger: Do not test the hash seed value in dumper test.David Schulz2013-12-051-1/+1
* Squish: Remove unused functionRobert Loehning2013-12-031-4/+0
* Squish: Remove unused objectsRobert Loehning2013-12-031-4/+0
* Squish: Use generic function textUnderCursor(...)Robert Loehning2013-12-031-9/+6
* Revert "C++: Fix highlighting for lines with predefined macros"Nikolai Kosjar2013-12-032-56/+1
* Debugger: Remove gcc version output when using the cdb in the dumper test.David Schulz2013-12-021-4/+3
* Debugger: Adjust QDateTime dumper for Qt 5.2hjk2013-12-021-0/+3
* Debugger: Fix dumper test with unprintable characters for cdb.David Schulz2013-12-021-1/+3
* Debugger: Disable absolute dir path test for cdb.David Schulz2013-12-021-1/+2
* Debugger: Disable __gnu_cxx dumper tests for LLDBhjk2013-11-301-0/+1
* Debugger: Work around weird LLDB type reporting in auto testhjk2013-11-301-4/+7
* Debugger: Make QLocale and std::array dumper test pass with LLDBhjk2013-11-291-4/+10
* C++: Fix highlighting for lines with predefined macrosNikolai Kosjar2013-11-292-1/+56