qt6-bb10/tests/auto/widgets/widgets
Friedemann Kleint ed08e3be34 tst_QPlainTextEdit/tst_QTextEdit: Do not output unprintable characters.
The test selectWordsFromStringsContainingSeparators() duplicated
in boths tests caused tab and Nbsp characters to be output to the
log, which upsets editors.
Use an array of ushort instead of a wasteful QStringList and
output the hex codes for the unprintable characters.

Change-Id: I08724268f376b4c0da492b4109570e44f7d4a3fb
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
2016-05-31 11:46:36 +00:00
..
qabstractbutton tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qabstractscrollarea Update copyright headers 2015-02-11 06:49:51 +00:00
qabstractslider Fix scroll regression near scroll-view ends 2016-04-29 10:25:45 +00:00
qabstractspinbox Update copyright headers 2015-02-11 06:49:51 +00:00
qbuttongroup tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qcalendarwidget Update copyright headers 2015-02-11 06:49:51 +00:00
qcheckbox tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qcombobox Purge sRGB chunks from PNGs in tests. 2016-03-29 08:39:43 +00:00
qcommandlinkbutton tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qdatetimeedit QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the spin box. 2015-09-22 14:26:26 +00:00
qdial Update copyright headers 2015-02-11 06:49:51 +00:00
qdialogbuttonbox tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qdockwidget Remove restoreDockWidget from BLACKLIST 2016-03-15 09:41:09 +00:00
qdoublespinbox Update copyright headers 2015-02-11 06:49:51 +00:00
qfocusframe Update copyright headers 2015-02-11 06:49:51 +00:00
qfontcombobox tests: fix tst_QFontComboBox on OS X 2016-04-08 15:02:58 +00:00
qframe Solid and gradients in high color accuracy 2015-04-10 09:15:59 +00:00
qgroupbox Update copyright headers 2015-02-11 06:49:51 +00:00
qkeysequenceedit Update copyright headers 2015-02-11 06:49:51 +00:00
qlabel Clean up tst_qlabel 2015-11-27 17:47:11 +00:00
qlcdnumber Update copyright headers 2015-02-11 06:49:51 +00:00
qlineedit Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last resort" 2016-02-02 02:12:26 +00:00
qmainwindow Add QMainWindow::resizeDocks 2015-08-16 08:23:32 +00:00
qmdiarea tst_QMdiArea::subWindowActivated2(): Allow for several activated events. 2016-05-09 08:40:00 +00:00
qmdisubwindow Autotest: Remove blacklistings 2016-04-01 05:41:21 +00:00
qmenu QMenu auto-test: Add test for two-level tearable menus 2016-05-19 18:17:40 +00:00
qmenubar QMenuBar: nested parenting fix 2016-05-18 17:40:11 +00:00
qopenglwidget Fix opaque texture-based widgets not being always shown. 2016-05-30 12:35:37 +00:00
qplaintextedit tst_QPlainTextEdit/tst_QTextEdit: Do not output unprintable characters. 2016-05-31 11:46:36 +00:00
qprogressbar tests: remove use of obsolete QStyleOption*V<N> 2015-11-03 16:11:51 +00:00
qpushbutton tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qradiobutton Update copyright headers 2015-02-11 06:49:51 +00:00
qscrollarea tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qscrollbar Replace MAC OS X with OS X 2015-06-30 07:33:31 +00:00
qsizegrip Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
qslider Update copyright headers 2015-02-11 06:49:51 +00:00
qspinbox QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the spin box. 2015-09-22 14:26:26 +00:00
qsplashscreen Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
qsplitter Update copyright headers 2015-02-11 06:49:51 +00:00
qstackedwidget Update copyright headers 2015-02-11 06:49:51 +00:00
qstatusbar Update copyright headers 2015-02-11 06:49:51 +00:00
qtabbar tst_qtabbar sizeHints fix 2016-03-16 07:39:22 +00:00
qtabwidget tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qtextbrowser Initialize input method for read-only QTextBrowser 2016-03-23 09:46:24 +00:00
qtextedit tst_QPlainTextEdit/tst_QTextEdit: Do not output unprintable characters. 2016-05-31 11:46:36 +00:00
qtoolbar tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qtoolbox Update copyright headers 2015-02-11 06:49:51 +00:00
qtoolbutton tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
widgets.pro