aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-08128-129/+129
* 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
* Debugger: Don't check unused QXmlAttributed::vptr in auto testshjk2014-01-061-1/+0
* Debugger: Refactor the debugger engine restriction of dumper test data.David Schulz2013-12-201-29/+15
* Debugger: Fix display of multiple inheritance from std::listhjk2013-12-161-0/+11
* Debugger: Add dumper for QTimeZonehjk2013-12-161-0/+15
* C++: Ensure test code is free of diagnostic messages in tst_checksymbols.cppNikolai Kosjar2013-12-161-4/+7
* Debugger: Do not test the hash seed value in dumper test.David Schulz2013-12-051-1/+1
* 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: 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
* Revert "Preprocessor Enginge: fix bug in pp-engine.cpp"Nikolai Kosjar2013-11-291-0/+18
* Debugger: Allow type patterns in auto testshjk2013-11-281-5/+16
* Debugger: Don't check for unused value in QXmlAttributes dumperhjk2013-11-281-2/+1
* Preprocessor Enginge: fix bug in pp-engine.cppSimon Schäfer2013-11-281-18/+0
* Editor: Fix generic highlighter test.David Schulz2013-11-274-2/+49
* Debugger: Fix std::vector<bool> dumper for LLDBhjk2013-11-261-0/+1
* Debugger: Fix some of the QMap dumper autotestshjk2013-11-261-22/+11
* C++: Support __thread and thread_localOrgad Shaneh2013-11-263-0/+13
* qmljs: fix persistent trie testsFawzi Mohamed2013-11-252-4/+4
* qmljs: fixing testsFawzi Mohamed2013-11-225-10/+12
* Debugger: Add new test for OpenSUSE 13.1 GDB version stringhjk2013-11-191-0/+6
* Debugger: Fix find nmake in dumper test.David Schulz2013-11-151-12/+12
* Debugger: Fix QFile dump test for Windows.David Schulz2013-11-151-2/+2
* Compile fix for Windows of external cplusplus auto testsNikolai Kosjar2013-11-141-1/+0
* Debugger: Adjust test to the invalid time dumps.David Schulz2013-11-121-2/+1
* Debugger: Exclude cdb from some date and time dumper checks.David Schulz2013-11-111-15/+30
* Debugger: Ignore checks that were not supposed to work on that engine.David Schulz2013-11-111-0/+8
* Debugger: Don't remove the square brackets from the cdb output...David Schulz2013-11-111-4/+0
* Debugger: Fix QChar dumper test for cdb.David Schulz2013-11-111-1/+2
* Debugger: Allow to use a set of engines per dumper check.David Schulz2013-11-111-15/+18
* Replace QString::fromLocal8Bit("") callsKai Koehne2013-11-051-1/+1
* dumpers: fix QUrl for Qt4Eike Ziller2013-11-041-8/+9
* Debugger: Record version of GCC in testshjk2013-11-041-17/+39
* Debugger: Rework dumper detectionhjk2013-11-011-0/+5
* Debugger: Move some global variables to the Dumper classhjk2013-10-301-1/+1
* dumpers: Add test for QUrl() and fix itEike Ziller2013-10-301-1/+8
* dumpers: remove type check from QHashNode testEike Ziller2013-10-301-2/+0
* debugger: fix QHashNode dumper and QHashNode type check for Qt4Eike Ziller2013-10-291-4/+29
* Tests: Fix pluginspec testChristian Stenger2013-10-292-0/+2
* Tests: Fix pluginmanager testChristian Stenger2013-10-2913-0/+13
* Valgrind: Fix wrong connect in auto testhjk2013-10-281-11/+4
* Debugger: Add LLDB version for some GDB specific testshjk2013-10-281-2/+27