summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-246-10/+165
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-1/+1
| |\
| | * QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-131-1/+1
| * | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-076-13/+63
| |\|
| | * Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-066-13/+63
| * | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-6/+42
| |\|
| | * Port QDomDocument to QXmlStreamReaderSona Kurazyan2019-11-261-6/+42
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-0/+69
| |\|
| | * QDom: use QLocale::C when converting a double to a xml attributeChristian Ehrlicher2019-11-191-0/+69
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-4/+4
|\| |
| * | test: migrate QDom test to QRegularExpressionSamuel Gaist2019-10-211-4/+4
| |/
* / Add XML testsLeander Beernaert2019-10-108-0/+110
|/
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
* test: migrate QXmlSimpleReader to QRegularExpressionSamuel Gaist2019-06-101-6/+6
* Prefix QTextStream operators with Qt:: in testsLars Knoll2019-05-031-2/+2
* Remove redundant file from testsRobert Loehning2019-05-021-5/+0
* Don't indefinitely wait for data if it was able to read some dataAndy Shaw2018-01-241-0/+84
* tst_qxmlsimplereader::inputFromSocket - fix race condition(s)Timur Pocheptsov2017-11-061-8/+24
* Increase timeout for tst_QXmlSimpleReader::inputFromSocket() testMilla Pohjanheimo2017-10-051-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-6/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-6/+6
| |\
| | * Plug leaks in tst_QXmlSimpleReaderMarc Mutz2016-10-101-6/+6
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-3/+3
| |\|
| | * Fix test for sandboxed platformsMaurice Kalinowski2016-09-231-3/+3
* | | Make test work for sandboxed targetsv5.8.0-alpha1Maurice Kalinowski2016-08-311-50/+60
* | | Remove Windows CE from tests (others).Friedemann Kleint2016-03-311-5/+0
|/ /
* | Updated license headersJani Heikkinen2016-01-218-136/+96
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-0/+9
|\|
| * Fix QDomNamedNodeMap::item crash with negative indexJoni Poikelin2015-10-291-0/+9
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-282-6/+6
* Remove exec bits from files that should not be executableDmitry Shachnev2015-06-0745-0/+0
* Update copyright headersJani Heikkinen2015-02-118-56/+56
* Fix QDomDocument::importNode() crashing on null nodesMarian Beermann2014-10-071-0/+3
* Update license headers and add new license filesMatti Paaso2014-09-248-152/+88
* Speed up tst_QXmlSimpleReader.Friedemann Kleint2014-05-081-20/+14
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-133-191/+191
* Add a new UTF-8 decoder, similar to the encoder we've just addedThiago Macieira2014-01-091-1/+1
* Fully expand entities to ensure deep or widely nested ones fail parsingMitch Curtis2013-11-141-1/+1
* Disallow deep or widely nested entity references.Mitch Curtis2013-11-054-0/+96
* Add explanation to QEXPECT_FAIL statementsKurt Pattyn2013-10-171-42/+42
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-172-19/+4
* tests: Make the QT assignments more explicitSergio Ahumada2013-08-213-7/+2
* tst_qdom: Fix warning about character conversion,Friedemann Kleint2013-06-081-2/+2
* QtXml tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-275-5/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-164-15/+15
* Check for network module when building according auto testsOliver Wolff2013-02-191-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-188-8/+8
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0