qt5base-lts/tests/auto
Jason McDonald 9e0049f656 Fix logic error in large file autotest
The function generating data blocks was filling the block to 16 bytes
short of the blockSize, then appending three 8 byte values, causing the
block to grow 8 bytes beyond blockSize and then truncating it back to
blockSize.

This commit makes the code fill the block to 24 bytes short of the
blockSize, so that the block will always end up at the correct size and
truncation is not needed.

Change-Id: I9fe6e6d6cf7bc445513b53e0a910d205c4c8002f
Reviewed-by: Rohan McGovern
(cherry picked from commit b1eb564830ff1b754de14919ce5c1547e9758f7c)
2011-05-18 10:46:41 +10:00
..
atwrapper tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
baselineexample Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
bic Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
collections Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
compiler Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
compilerwarnings/data Modularized tst_compilerwarnings 2011-04-27 12:06:03 +02:00
exceptionsafety Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
exceptionsafety_objects Cosmetic changes to exceptionsafety_objects test 2011-05-18 10:46:40 +10:00
gestures Remove Q_ASSERT calls from gestures autotest 2011-05-18 10:46:40 +10:00
guiapplauncher Adapted guiapplauncher test to modularized Qt. 2011-04-27 12:06:01 +02:00
headersclean Moved QtUiTools to CONFIG 2011-05-02 15:30:08 +02:00
lancelot Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-staging 2011-05-11 21:47:11 +10:00
languagechange tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
macgui Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
macnativeevents Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
macplist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
maketestselftest Fixed maketestselftest after guiapplauncher was made a global test. 2011-04-27 12:06:02 +02:00
moc tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
modeltest Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
nativeimagehandleprovider tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
networkselftest Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
platformsocketengine Compile auto tests. 2011-05-16 16:59:05 +02:00
q_func_info Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractbutton Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractfileengine Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractitemmodel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractitemview Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractnetworkcache HTTP auto tests: do not load resources from cache that must be revalidtd 2011-05-04 14:35:21 +02:00
qabstractprintdialog Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractproxymodel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractscrollarea Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractslider Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractsocket Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractspinbox Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstracttextdocumentlayout Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qaccessibility Only ignore warning when it can actually be produced. 2011-05-18 10:46:41 +10:00
qaccessibility_mac Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qaction Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qactiongroup Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qalgorithms tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qanimationgroup Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qapplication tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qatomicint Remove Q_ASSERT from qatomicint/pointer autotests 2011-05-18 10:46:40 +10:00
qatomicpointer Remove Q_ASSERT from qatomicint/pointer autotests 2011-05-18 10:46:40 +10:00
qauthenticator Compile auto tests. 2011-05-16 16:59:05 +02:00
qbitarray Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qboxlayout Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qbrush Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qbuffer Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qbuttongroup Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qbytearray tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qbytearraymatcher Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcache Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcalendarwidget Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qchar tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qcheckbox Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qclipboard Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcolor Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcolordialog Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcolumnview Compile auto tests. 2011-05-16 16:59:05 +02:00
qcombobox Compile auto tests. 2011-05-16 16:59:05 +02:00
qcommandlinkbutton Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcompleter Remove Q_ASSERT from QCompleter autotest 2011-05-18 10:46:41 +10:00
qcomplextext Move QTextCursor::MoveStyle to Qt namespace 2011-05-11 15:28:09 +02:00
qcontiguouscache Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcopchannel Remove Q_ASSERT from qcopchannel autotest 2011-05-18 10:46:41 +10:00
qcoreapplication Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcryptographichash Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcssparser Compile auto tests. 2011-05-16 16:59:05 +02:00
qdatastream tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qdatawidgetmapper Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdate Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdatetime tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qdatetimeedit Remove Q_ASSERT from datetimeedit autotest 2011-05-18 10:46:41 +10:00
qdbusabstractadaptor tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qdbusabstractinterface Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbusconnection Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbuscontext Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbusinterface tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qdbuslocalcalls Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbusmarshall Compile auto tests. 2011-05-16 16:59:05 +02:00
qdbusmetaobject tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qdbusmetatype Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbuspendingcall Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbuspendingreply Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbusreply Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbusservicewatcher Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbusthreading Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdbustype tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qdbusxmlparser tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qdebug Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdesktopservices Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdesktopwidget Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdial Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdialog Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdialogbuttonbox Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdir tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qdirectpainter Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdiriterator Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdirmodel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdockwidget tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qdom Remove Q_ASSERT from QDom autotest 2011-05-18 10:46:41 +10:00
qdoublespinbox Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdoublevalidator Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qdrag Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qeasingcurve Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qelapsedtimer Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qerrormessage Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qevent Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qeventloop Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qexplicitlyshareddatapointer Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qfile Fix logic error in large file autotest 2011-05-18 10:46:41 +10:00
qfiledialog Compile auto tests. 2011-05-16 16:59:05 +02:00
qfiledialog2 tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qfileiconprovider Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qfileinfo Compile auto tests. 2011-05-16 16:59:05 +02:00
qfileopenevent Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qfilesystementry tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qfilesystemmodel Compile auto tests. 2011-05-16 16:59:05 +02:00
qfilesystemwatcher Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qflags Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qfocusevent tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qfocusframe Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qfont Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qfontcombobox Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qfontdatabase Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qfontdialog tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qfontmetrics Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qformlayout Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qftp tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qfuture tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qfuturewatcher tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qgetputenv Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qgl Compile auto tests. 2011-05-16 16:59:05 +02:00
qglbuffer Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qglfunctions Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qglobal Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qglthreads Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qglyphrun Rename QGlyphs -> QGlyphRun 2011-05-10 12:20:13 +02:00
qgraphicsanchorlayout Compile auto tests. 2011-05-16 16:59:05 +02:00
qgraphicsanchorlayout1 Compile auto tests. 2011-05-16 16:59:05 +02:00
qgraphicseffect tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qgraphicseffectsource tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qgraphicsgridlayout Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qgraphicsitem Compile auto tests. 2011-05-16 16:59:05 +02:00
qgraphicsitemanimation Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qgraphicslayout Improve invalidate() testcase. 2011-05-12 15:48:00 +02:00
qgraphicslayoutitem Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qgraphicslinearlayout Avoid flicker when invalidate is propagated in a widget/layout hierarchy 2011-05-12 15:47:26 +02:00
qgraphicsobject tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qgraphicspixmapitem Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qgraphicspolygonitem Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qgraphicsproxywidget tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qgraphicsscene Compile auto tests. 2011-05-16 16:59:05 +02:00
qgraphicssceneindex Compile auto tests. 2011-05-16 16:59:05 +02:00
qgraphicstransform Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qgraphicsview tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qgraphicswidget Revert "Fix double painting when adding an item into a linear layout" 2011-05-12 15:51:02 +02:00
qgridlayout tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qgroupbox Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qguivariant Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qhash Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qheaderview tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qhostaddress Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qhostinfo Compile auto tests. 2011-05-16 16:59:05 +02:00
qhttp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qhttpnetworkconnection Compile auto tests. 2011-05-16 16:59:05 +02:00
qhttpnetworkreply Compile auto tests. 2011-05-16 16:59:05 +02:00
qhttpsocketengine Compile auto tests. 2011-05-16 16:59:05 +02:00
qicoimageformat Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qicon Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qidentityproxymodel Fix licence headers again for MR 900 2011-05-12 15:43:54 +02:00
qimage tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qimageiohandler Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qimagereader tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qimagewriter Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qinputcontext tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qinputdialog Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qintvalidator Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qiodevice tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qitemdelegate Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qitemeditorfactory Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qitemmodel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qitemselectionmodel Use the virtual API to clear a selection. 2011-05-10 12:54:43 +02:00
qitemview Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qkeysequence tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qlabel tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qlayout tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qlcdnumber Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlibrary Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qline Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlineedit tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qlist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlistview Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlistwidget Compile auto tests. 2011-05-16 16:59:05 +02:00
qlocale Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalsocket tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qmacstyle Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmainwindow Compile auto tests. 2011-05-16 16:59:05 +02:00
qmake Ensure that recursive QMAKE_EXTRA_TARGETS use the correct makefile 2011-05-13 08:59:43 +10:00
qmap Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmargins Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmath Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmatrixnxn Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmdiarea tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qmdisubwindow Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmenu tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qmenubar tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qmessagebox Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmetaobject Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmetatype Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmimedata Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmouseevent tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qmouseevent_modal Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmovie Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmultiscreen Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmutex Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmutexlocker Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkaccessmanager Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkaccessmanager_and_qprogressdialog Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkaddressentry Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkcachemetadata Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkconfiguration Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkconfigurationmanager Skip test on MacOS due to problems with corewlan plugin 2011-05-09 13:50:09 +02:00
qnetworkcookie QNetworkCookie: allow spaces in unquoted values 2011-05-04 14:20:46 +02:00
qnetworkcookiejar tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qnetworkdiskcache Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkinterface Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkproxy Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkproxyfactory Fix QNetworkConfigurationManager usage outside main thread first 2011-05-09 13:50:02 +02:00
qnetworkreply Compile auto tests. 2011-05-16 16:59:05 +02:00
qnetworkrequest Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworksession Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnumeric Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qobject Compile auto tests. 2011-05-16 16:59:05 +02:00
qobjectperformance Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qobjectrace Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpaintengine Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpainter tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qpainterpath Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpainterpathstroker Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpalette Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qparallelanimationgroup Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpathclipper Compile auto tests. 2011-05-16 16:59:05 +02:00
qpauseanimation tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qpen Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpicture Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpixmap tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qpixmapcache Compile auto tests. 2011-05-16 16:59:05 +02:00
qpixmapfilter tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qplaintextedit tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qplugin Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpluginloader Fix the tst_QPluginLoader::loadCorruptElf on 64 bit 2011-05-10 12:54:54 +02:00
qpoint Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpointer Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpolygon Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qprinter tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qprinterinfo Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qprocess Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qprocessenvironment make QProcessEnvironment on Windows preserve variable name case 2011-05-10 12:54:52 +02:00
qprogressbar Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qprogressdialog Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpropertyanimation Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpushbutton Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qquaternion Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qqueue Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qradiobutton Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qrand Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qrawfont tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qreadlocker Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qreadwritelock Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qrect Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qregexp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qregexpvalidator Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qregion tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qresourceengine Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qringbuffer tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qs60mainapplication Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qscopedpointer Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qscopedvaluerollback Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qscrollarea Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qscrollbar Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qscroller Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsemaphore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsequentialanimationgroup Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qset Temporarily changed autotest behaviour to ignore Qt version 2011-05-13 17:28:20 +03:00
qsettings tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qsharedpointer Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsharedpointer_and_qwidget Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qshortcut Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsidebar Compile auto tests. 2011-05-16 16:59:05 +02:00
qsignalmapper Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsignalspy Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsize Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsizef Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsizegrip Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qslider Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsocketnotifier Compile auto tests. 2011-05-16 16:59:05 +02:00
qsocks5socketengine Compile auto tests. 2011-05-16 16:59:05 +02:00
qsoftkeymanager Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsortfilterproxymodel Removing the "resetInternalData" slot in QAbstractProxyModel 2011-05-10 12:54:49 +02:00
qsound Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qspinbox Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsplitter tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qsql tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qsqldatabase tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qsqldriver Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsqlerror Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsqlfield Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsqlquery Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsqlquerymodel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsqlrecord Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsqlrelationaltablemodel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsqltablemodel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsqlthread Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsslcertificate Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsslcipher Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsslerror Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsslkey Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsslsocket Compile auto tests. 2011-05-16 16:59:05 +02:00
qsslsocket_onDemandCertificates_member Compile auto tests. 2011-05-16 16:59:05 +02:00
qsslsocket_onDemandCertificates_static Compile auto tests. 2011-05-16 16:59:05 +02:00
qstackedlayout Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstackedwidget Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstandarditem Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstandarditemmodel tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qstate Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstatemachine tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qstatictext tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qstatusbar Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstl Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstring Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstringbuilder1 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstringbuilder2 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstringbuilder3 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstringbuilder4 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstringlist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstringlistmodel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstringmatcher Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstringref Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstyle Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstyleoption Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qstylesheetstyle Compile auto tests. 2011-05-16 16:59:05 +02:00
qsyntaxhighlighter Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsystemtrayicon Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtabbar Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtableview tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qtablewidget Fix tst_QTableWidget::task219380_removeLastRow 2011-05-10 12:54:49 +02:00
qtabwidget tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qtconcurrentfilter Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtconcurrentiteratekernel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtconcurrentmap Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtconcurrentrun Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtconcurrentthreadengine Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtcpserver Fix some warnings in symbian network tests 2011-05-11 16:37:16 +02:00
qtcpsocket Compile auto tests. 2011-05-16 16:59:05 +02:00
qtemporaryfile Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtessellator tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qtextblock tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qtextboundaryfinder Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtextbrowser tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qtextcodec Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtextcursor Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtextdocument tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qtextdocumentfragment tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qtextdocumentlayout Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtextedit Compile auto tests. 2011-05-16 16:59:05 +02:00
qtextformat Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtextlayout Compile auto tests. 2011-05-16 16:59:05 +02:00
qtextlist tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qtextobject Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtextodfwriter Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtextpiecetable Compile auto tests. 2011-05-16 16:59:05 +02:00
qtextscriptengine tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qtextstream tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qtexttable Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qthread Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qthreadonce Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qthreadpool Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qthreadstorage Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtime Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtimeline Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtimer Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtipc Compile auto tests. 2011-05-16 16:59:05 +02:00
qtmd5 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtokenautomaton Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtoolbar Compile auto tests. 2011-05-16 16:59:05 +02:00
qtoolbox Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtoolbutton tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qtooltip Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtouchevent Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtransform Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtransformedscreen Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtranslator Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtreeview Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtreewidget Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtreewidgetitemiterator Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qudpsocket Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qundogroup Allow using not only prefixes for undo command text 2011-05-10 12:54:56 +02:00
qundostack Allow different text for undo actions and items in QUndoView 2011-05-10 12:54:56 +02:00
qurl Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
quuid Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qvariant tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qvarlengtharray Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qvector Respect capacity in QVector::append(). 2011-05-10 11:38:53 +02:00
qvectornd Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qvolatileimage tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qwaitcondition Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qwidget tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qwidget_window Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qwidgetaction Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qwindowsurface tests: fix private header inclusion in qtbase autotests 2011-05-11 17:04:19 +10:00
qwineventnotifier Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qwizard Fix an race condition in the auto test. 2011-05-10 11:44:54 +02:00
qwmatrix Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qworkspace tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
qwritelocker Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qwsembedwidget Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qwsinputmethod Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qwswindowsystem Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qx11info Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qxml Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qxmlinputsource Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qxmlsimplereader Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qxmlstream Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qzip Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rcc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
selftests Updated version references in autotests 2011-05-13 15:38:50 +03:00
symbian Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
uic Updated version references in autotests 2011-05-13 15:38:50 +03:00
uiloader tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
utf8 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
windowsmobile Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
auto.pro Make auto test build 2011-04-27 12:05:51 +02:00
corelib.pro tests: mark some tests as using private API 2011-05-11 11:51:46 +10:00
dbus.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
gui.pro tests: add bug numbers to a few FIXMEs 2011-05-13 09:14:09 +10:00
host.pro tests: clean up usage of QT_CONFIG to fix circular dependencies 2011-05-16 13:10:00 +10:00
network-settings.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
network.pro tests: mark some tests as using private API 2011-05-11 11:51:46 +10:00
opengl.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
other.pro If accessibility isn't built, don't try to test it 2011-05-18 10:46:40 +10:00
platformquirks.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qbearertestcommon.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtextbrowser.html Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
solutions.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
sql.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
test.pl Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
xml.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00