Bug 387012 - Failing tests in master
Summary: Failing tests in master
Status: RESOLVED WORKSFORME
Alias: None
Product: frameworks-kwindowsystem
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Martin Flöser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 23:15 UTC by Christophe Marin
Modified: 2022-12-18 05:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Marin 2017-11-16 23:15:37 UTC
With a fresh build and Qt 5.10 beta 3 :

The following tests FAILED:
          2 - kwindowsystem-kmanagerselectiontest (Failed)
          5 - kwindowsystem-kkeyserver_x11_unittest (Failed)
          7 - kwindowsystem-kwindowinfox11test (Failed)
          8 - kwindowsystem-kwindowsystemx11test (Failed)

2/14 Testing: kwindowsystem-kmanagerselectiontest :
PASS   : KManagerSelectionTest::initTestCase()
FAIL!  : KManagerSelectionTest::testAcquireRelease() 'newOwnerSpy.wait()' returned FALSE. ()
   Loc: [/kde/src/5/frameworks/kwindowsystem/autotests/kmanagerselectiontest.cpp(63)]
PASS   : KManagerSelectionTest::testInitiallyOwned()
XFAIL  : KManagerSelectionTest::testLostOwnership() selectionClear event is not sent to the same X client
   Loc: [/kde/src/5/frameworks/kwindowsystem/autotests/kmanagerselectiontest.cpp(100)]
PASS   : KManagerSelectionTest::testLostOwnership()

---
5/14 Testing: kwindowsystem-kkeyserver_x11_unittest

QDEBUG : KKeyServerTest::decodeXcbEvent(CTRL_1) 0:07:43 - kkeyserver_x11_unittest(2189) -  KKeyServerTest::decodeXcbEvent: given modX= 4 keySymX=0x "31" I expected keyQt=0x "4000031" "Ctrl+1" got "4000026" "Ctrl+&"
FAIL!  : KKeyServerTest::decodeXcbEvent(CTRL_1) Compared values are not the same
   Actual   (decodedKeyQt): 67108902
   Expected (keyQt)       : 67108913
   Loc: [/kde/src/5/frameworks/kwindowsystem/autotests/kkeyserver_x11_unittest.cpp(131)]

[...]

QDEBUG : KKeyServerTest::decodeXcbEvent(CTRL_ampersand) 0:07:43 - kkeyserver_x11_unittest(2189) -  KKeyServerTest::decodeXcbEvent: given modX= 4 keySymX=0x "26" I expected keyQt=0x "4000026" "Ctrl+&" got "4000031" "Ctrl+1"
FAIL!  : KKeyServerTest::decodeXcbEvent(CTRL_ampersand) Compared values are not the same
   Actual   (decodedKeyQt): 67108913
   Expected (keyQt)       : 67108902
   Loc: [/kde/src/5/frameworks/kwindowsystem/autotests/kkeyserver_x11_unittest.cpp(131)]

---
7/14 Testing: kwindowsystem-kwindowinfox11test

Config: Using QtTest library 5.10.0, Qt 5.10.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.2.1 20171020 [gcc-7-branch revision 253932])
PASS   : KWindowInfoX11Test::initTestCase()
QDEBUG : KWindowInfoX11Test::testState(max) 0:07:43 - kwindowinfox11test(2190) - org.kde.kwindowsystem: loadPlugin: Loaded plugin "/kde/inst/5/lib64/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so" for platform "xcb"
QWARN  : KWindowInfoX11Test::testState(max) 0:07:43 - kwindowinfox11test(2190) -  : QXcbConnection: XCB error: 3 (BadWindow), sequence: 696, resource id: 169869326, major code: 3 (GetWindowAttributes), minor code: 0
QWARN  : KWindowInfoX11Test::testState(max) 0:07:43 - kwindowinfox11test(2190) -  : QXcbConnection: XCB error: 3 (BadWindow), sequence: 697, resource id: 169869326, major code: 2 (ChangeWindowAttributes), minor code: 0
PASS   : KWindowInfoX11Test::testState(max)
PASS   : KWindowInfoX11Test::testState(maxHoriz)
PASS   : KWindowInfoX11Test::testState(shaded)
FAIL!  : KWindowInfoX11Test::testState(skipTaskbar) '!info.hasState(NET::States(1 << i))' returned FALSE. ()
   Loc: [/kde/src/5/frameworks/kwindowsystem/autotests/kwindowinfox11test.cpp(217)]
PASS   : KWindowInfoX11Test::testState(skipPager)
PASS   : KWindowInfoX11Test::testState(keep above)
[...]
FAIL!  : KWindowInfoX11Test::testActivities() 'info4.activities().size() == 2' returned FALSE. ()
   Loc: [/kde/src/5/frameworks/kwindowsystem/autotests/kwindowinfox11test.cpp(541)]

---
8/14 Testing: kwindowsystem-kwindowsystemx11test

PASS   : KWindowSystemX11Test::initTestCase()
QDEBUG : KWindowSystemX11Test::testActiveWindowChanged() 0:07:43 - kwindowsystemx11test(2191) - org.kde.kwindowsystem: loadPlugin: Loaded plugin "/kde/inst/5/lib64/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so" for platform "xcb"
FAIL!  : KWindowSystemX11Test::testActiveWindowChanged() Compared values are not the same
   Actual   (spy.first().at(0).toULongLong()): 171966469
   Expected (widget->winId())                : 169869317
   Loc: [/kde/src/5/frameworks/kwindowsystem/autotests/kwindowsystemx11test.cpp(65)]
FAIL!  : KWindowSystemX11Test::testWindowAdded() 'spy.count() > 0' returned FALSE. ()
   Loc: [/kde/src/5/frameworks/kwindowsystem/autotests/kwindowsystemx11test.cpp(77)]
PASS   : KWindowSystemX11Test::testWindowRemoved()
Comment 1 Martin Flöser 2017-11-17 05:19:50 UTC
Please report to Qt that there are runtime regressions.
Comment 2 Christophe Marin 2017-11-17 10:51:48 UTC
FTR, I've just tested with 5.10 beta4, Only 2 tests fail now.

2 - kwindowsystem-kmanagerselectiontest (Failed)
5 - kwindowsystem-kkeyserver_x11_unittest (Failed)
Comment 3 Justin Zobel 2022-11-18 04:30:30 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 4 Bug Janitor Service 2022-12-03 05:17:31 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Bug Janitor Service 2022-12-18 05:15:35 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!