Bill King
3593fe08ae
tests: add licence headers
2011-02-18 14:48:16 +01:00
Friedemann Kleint
695c7836b3
Debugger: Fix autotests for MSVC.
2011-02-14 17:02:16 +01:00
hjk
3b2804d01a
debugger dumpers: compile fix for automated tests
2011-02-14 15:07:42 +01:00
hjk
6d0f0c7cd3
debugger: fix auto tests
...
Reviewed-by: Friedemann Kleint
2010-10-11 12:35:30 +02:00
Bill King
1f0b600b82
Autotests: More cleanup of tests, and initial marking of components belonged to.
2010-09-02 15:32:04 +10:00
Tobias Hunger
5d5f647f3d
Fix preprocessor directives
...
* The standard says all preprocessor directives have to start
at column 0.
2010-06-10 13:28:14 +02:00
hjk
5805788290
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/projectexplorer/miniprojecttargetselector.cpp
src/plugins/qmldesigner/designercore/model/modeltotextmerger.cpp
src/plugins/qmldesigner/designercore/model/rewriteactioncompressor.cpp
src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp
src/plugins/qt4projectmanager/qt-maemo/maemosshthread.h
tests/manual/gdbdebugger/simple/app.cpp
2010-05-27 11:11:53 +02:00
Friedemann Kleint
26b51e1638
Debugger: Fix compilation & test results of C++-library dumpers.
...
Fix breakage resulting from 3d852917187e29892529ab51d24c1a1177068a88
(Qt 4.7), remove obsolete 'saddr'-element.
2010-05-26 09:32:10 +02:00
hjk
58c82e0366
Revert "Get rid of tcf/json in the autotests, too."
...
This reverts commit 3aa358dea8 .
2010-05-05 11:47:30 +02:00
Oswald Buddenhagen
75b42f18d8
Merge remote branch 'origin/1.3'
...
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Oswald Buddenhagen
a6ca348636
remove trailing whitespace
...
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00
hjk
ebff16f8b1
debugger: fix dumper for QString::isNull()
2009-12-01 17:11:09 +01:00
Friedemann Kleint
b792b934e4
Dumper: Compile fix.
2009-12-01 11:42:48 +01:00
hjk
e2cfc0958e
debugger: mark 'Null' QStrings() in pretty-printers
2009-11-20 10:11:21 +01:00
hjk
085f6b2c26
debugger: add autotest for QList<int *> dumper
2009-11-06 10:15:19 +01:00
ck
8d810bd1d2
Debugger: Fix dumper tests for 64-bit Linux.
...
Resolved padding issue for QMapNode.
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com >
2009-11-05 10:11:46 +01:00
Friedemann Kleint
b1af7f2fd5
Debugger autotests: Compile Windows/gcc 4.4.1, skip tst_gdb
...
when not applicable.
2009-11-05 10:05:46 +01:00
Friedemann Kleint
09f77930bc
Debugger: Do not use C99 types for pointers in sprintf() formats.
...
Pointer fit into long or long long (Win64).
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-10-29 15:13:49 +01:00
Friedemann Kleint
65e13b7034
Debugger: Fix autotests on Windows
...
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 >
2009-10-27 12:25:11 +01:00
ck
ee324b0b1e
Debugger: Adapt autotests to know new signals.
2009-10-14 14:44:41 +02:00
ck
271f3ce8ef
Debugger: Fix autotests for QAbstractItemModel & friends.
2009-10-14 14:19:00 +02:00
ck
4ead5b7202
Debugger: Dumper fix.
...
- 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.
2009-10-14 12:59:39 +02:00
ck
f3132c13e0
Debugger: Fix QFileInfo auto test.
2009-10-14 12:32:13 +02:00
hjk
594730f3ac
debugger: adjust dumper autotest to valuedisabled='true' -> valueeditable='false' change
2009-10-13 14:42:47 +02:00
Daniel Molkentin
3aa358dea8
Get rid of tcf/json in the autotests, too.
...
Reviewed-By: Oswald Buddenhagen
2009-10-09 12:34:07 +02:00
Friedemann Kleint
603630fad6
Debugger: Use Gdbmi parser in CDB for parsing of protocol 1
...
Change dumper protocol 1 output not to contain type names as
hash keys (might contain blanks), use lists instead.
Start fixing autotests for 4.6.
2009-09-18 16:55:17 +02:00
hjk
786a0deb77
debugger: constify the address parameter passed to qDumpObjectData
2009-08-27 17:07:37 +02:00
hjk
1a772601dc
debugger: fix auto text for QStringList in QVariant;
2009-08-27 17:04:00 +02:00
hjk
9b34946f85
debugger: cosmetics of the dumper output
2009-08-27 16:52:14 +02:00
hjk
fab99c333c
debugger: rework the dumper tests (make the check results, not implementations)
2009-08-26 16:48:26 +02:00
hjk
8ad116c0f1
debugger: re-organize autotests. also adjust to recent QScopedPointer changes
2009-08-26 16:11:23 +02:00