summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* debugger: add autotest for synchroneous dumpershjk2009-10-291-106/+348
| | | | QVariant, QPoint[F], QSize[F], QRect[F]
* Debugger: Do not use C99 types for pointers in sprintf() formats.Friedemann Kleint2009-10-291-8/+7
| | | | | Pointer fit into long or long long (Win64). Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* TRK: Changed strings.Robert Loehning2009-10-291-1/+1
| | | | | | Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device. Reviewed-by: Oswald Buddenhagen
* debugger: work on autotestshjk2009-10-291-301/+337
|
* debugger: fix the autotest fixhjk2009-10-291-0/+1
|
* debugger: work on auto testshjk2009-10-281-97/+118
|
* Debugger: Fix gdb autotestFriedemann Kleint2009-10-281-20/+56
|
* debugger: add missing .pro filehjk2009-10-272-1/+16
|
* debugger: work on dumper autotestshjk2009-10-271-1/+80
|
* Debugger: Fix autotests on WindowsFriedemann Kleint2009-10-271-3/+9
| | | | | | | | Format pointers consistently using 0x%[l]x in printf/scanf. Remove %p formatting as the existence of the prefix 0x is platform-dependent (missing with MSVC), which caused a scanf error and thus dumper crash for QAbstractItem. Reviewed-by: ck <qt-info@nokia.com>
* Print the result of the preprocessor.Roberto Raggi2009-10-271-2/+30
|
* Removed obsoleted test.Roberto Raggi2009-10-271-17/+2
|
* Initial work on the `new' GenTemplateInstance.Roberto Raggi2009-10-261-2/+2
|
* Autotests: Compile on WindowsFriedemann Kleint2009-10-263-2/+5
| | | | Reviewed-by: Roberto Raggi <qtc-committer@nokia.com>
* Test ExpressionUnderCursorRoberto Raggi2009-10-261-0/+21
|
* Test GenTemplateInstance.Roberto Raggi2009-10-261-0/+28
|
* We expect failures in tst_Semantic::pointer_to_function_1Roberto Raggi2009-10-261-1/+3
|
* Link with cplusplus library.Roberto Raggi2009-10-266-13/+10
|
* S60: Split up starters into a different file.Friedemann Kleint2009-10-261-1/+1
|
* Test the enclosing scope of pointer-to-function symbols.Roberto Raggi2009-10-261-0/+20
|
* S60: Add startup logic for Bluetooth to the project/run configurationFriedemann Kleint2009-10-232-35/+70
| | | | | | | Prepare trk::Launcher to deal with a shared trkdevice. Add encapsulation for the rfcomm listener process and helper classes for prompting the user to connect the Bluetooth device. Add a command line prompt to the trklauncher test.
* debugger: more autotest workhjk2009-10-231-278/+574
| | | | | | autotest for QStack dumper custom structure array
* Added plain-cplusplus manual test.Roberto Raggi2009-10-232-0/+102
|
* debugger: more autotestshjk2009-10-211-23/+65
|
* debugger: work on debugger autotestshjk2009-10-211-138/+232
|
* Fixed the output generated by CloneCG and VisitCG.Roberto Raggi2009-10-211-9/+3
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE and replace CPLUSPLUS_USE_NAMESPACE with `using namespace CPlusPlus;'
* Removed obsoleted code.Roberto Raggi2009-10-213-194/+4
|
* debugger: work on autotestshjk2009-10-201-14/+39
|
* More tests for template-ids.Roberto Raggi2009-10-201-6/+36
|
* Added tests for the new regressions in the C++ parser.Roberto Raggi2009-10-201-1/+19
|
* Cleanup the C++ front-end.Roberto Raggi2009-10-203-3/+3
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* Improved parsing of ambiguous statements.Roberto Raggi2009-10-191-7/+69
| | | | Done with Erik Verbruggen
* Fix for invalid parsing of "(a)[b]", including test cases.Erik Verbruggen2009-10-191-3/+206
|
* debugger: work on test frame work for new dumpershjk2009-10-161-87/+157
|
* Debugger: Adapt autotests to know new signals.ck2009-10-141-9/+22
|
* Debugger: Fix autotests for QAbstractItemModel & friends.ck2009-10-141-3/+7
|
* Debugger: Dumper fix.ck2009-10-141-1/+1
| | | | | | | - If NSX and NSY have quotes for the QT_NAMESPACE case, they need them for the non-namespace case too. - Dumper autotest: Replace hard-coded namespace with compile-time dynamic one.
* Debugger: Fix QFileInfo auto test.ck2009-10-141-3/+20
|
* debugger: work on new autotestshjk2009-10-141-17/+44
|
* debugger: work on autotestshjk2009-10-141-104/+171
|
* debugger: work on dumper autotestshjk2009-10-132-1/+2325
|
* debugger: adjust dumper autotest to valuedisabled='true' -> ↵hjk2009-10-131-24/+25
| | | | valueeditable='false' change
* debugger: don't test json parsing as this was removedhjk2009-10-131-1/+0
|
* Get rid of tcf/json in the autotests, too.Daniel Molkentin2009-10-092-14/+0
| | | | Reviewed-By: Oswald Buddenhagen
* Trk: Controlling Launcher using an enum.Robert Loehning2009-10-051-3/+10
|
* debugger: add a manual test case for endless recursionhjk2009-10-011-0/+6
|
* S60: Split run configurationsFriedemann Kleint2009-09-281-5/+11
| | | | | creating a debug run configuration. Import the debugger into Qt4ProjectManager.
* debugger: work on remote debugging using plain gdbserverhjk2009-09-241-5/+6
|
* Trk: Use a separate tread for writing, polish interface & trklauncherFriedemann Kleint2009-09-221-2/+2
| | | | Introduce writer thread, fix message & verbose handling.
* Remove reference to extensionsystem test, which doesn't seem to exist.Rohan McGovern2009-09-221-1/+0
| | | | Reviewed-by: ossi