Comment 5 for bug 1612767

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Dmitry, any idea how did you get it reproduced locally? I'm getting:

$ QT_QPA_PLATFORM=xcb xvfb-run -a -s "-screen 0 640x480x24" make check QT_PLUGIN_PATH=~/b/qtbase-opensource-src-5.6.1+dfsg/plugins LD_LIBRARY_PATH=~/b/qtbase-opensource-src-5.6.1+dfsg/lib PATH=~/b/qtbase-opensource-src-5.6.1+dfsg/bin:$PATH -k
/home/ubuntu/b/qtbase-opensource-src-5.6.1+dfsg/tests/auto/printsupport/dialogs/qabstractprintdialog/target_wrapper.sh ./tst_qabstractprintdialog
make: 'tst_qabstractprintdialog' is up to date.
********* Start testing of tst_QAbstractPrintDialog *********
Config: Using QtTest library 5.6.1, Qt 5.6.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 6.2.0 20160822)
PASS : tst_QAbstractPrintDialog::initTestCase()
PASS : tst_QAbstractPrintDialog::getSetCheck()
XFAIL : tst_QAbstractPrintDialog::setMinMax() QTBUG-22637
   Loc: [tst_qabstractprintdialog.cpp(107)]
PASS : tst_QAbstractPrintDialog::setMinMax()
PASS : tst_QAbstractPrintDialog::setFromTo()
PASS : tst_QAbstractPrintDialog::cleanupTestCase()
Totals: 5 passed, 0 failed, 0 skipped, 0 blacklisted
********* Finished testing of tst_QAbstractPrintDialog *********