summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpserver/BLACKLIST
Commit message (Collapse)AuthorAgeFilesLines
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-4/+0
| | | | | | | | | | | | | | | | Remove the following CIs from BLACKLIST files as they are no longer used: - msvc-2015 - msvc-2017 - windows-7sp1 - opensuse-42.3 - ubuntu 16.04/18.04/20.04 - rhel 6.6/7.4/7.6 - redhatenterpriselinuxworkstation-6.6 Change-Id: Ief9550e3455a1ed211d978933262c8d5557b0fec Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QTcpServer: Unblacklist addressReusableMårten Nordheim2022-10-201-4/+0
| | | | | | | | | | | According to the grafana dashboard it has not failed in the past week. Reverts ad736e9150af6ac621393529a72c8e67e05c2d5e Pick-to: 6.4 6.2 Change-Id: I3eac3c7fd667cfe2cf951b2808dddbfed8eae087 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* tst_QTcpServer: blacklist addressReusable on macOSMårten Nordheim2022-10-101-0/+1
| | | | | | | | | | For some reason it has become extremely flaky. Blacklist to unblock most patches. Pick-to: 6.4 6.2 Task-number: QTBUG-107500 Change-Id: I11c3ff5e018981be46c20282fa171bce687596b2 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* tst_QTcpServer: convert QSKIP to blacklistMårten Nordheim2022-10-101-0/+2
| | | | | | | | So we can gather statistics on whether it is still failing Pick-to: 6.4 6.2 Change-Id: I1f4080f4d96f31ce2b689cda175af3a35563e232 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* unblacklist passing tests 2022Anna Wojciechowska2022-05-181-3/+0
| | | | | | Pick-to: 6.2 6.3 Change-Id: I7d37dd58eaede1bd0d1b53fe264b45be83cbca57 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* Blacklist: test cases blacklisted in tst_QTcpServer:CI Insignificant Platforms Monitor Bot2022-05-041-0/+2
| | | | | | | | | | - serverAddress on qnx Pick-to: 6.2 Pick-to: 6.3 Task-number: QTBUG-103056 Change-Id: I21b858fabc9d0ec49ded99c921ea399a0dc193a8 Reviewed-by: CI Insignificant Platforms Monitor Bot <ci_insignificant_platforms_monitor_bot@qt.io>
* Blacklist tst_QTcpServer::linkLocal on macOS ARMTor Arne Vestbø2021-05-261-0/+3
| | | | | | | Amends d790e9fda9c3b61ea22807840fbe314e8daf24db. Change-Id: If17a9e2f3f9858c0850006f48242248c4b812e27 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-11/+3
| | | | | | | | | | This patch was generated with tooling from patchset 31 of https://codereview.qt-project.org/c/qt/qtqa/+/267034 in interactive mode. General platform names were chosen if greater than 60% of the currently active platforms of a given type in COIN recently failed. Change-Id: Ia4bde7f0ec422bbb727dc9d7151295159094f146 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* unblacklist passing testsDaniel Smith2019-07-081-7/+18
| | | | | | | | These tests have not failed on the removed platforms for at least 60 days Task-number: QTBUG-76608 Change-Id: If7a9f4db907124e3cd54e3f4b0ad3e20717d1912 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+13
They didn't show up in the "old" CI runs because they usually pass the second time they are executed - which the testrunner does. The new CI doesn't do that anymore, instead we now mark those tests explicitly and will track their record of passing and failing in the new metrics database. Change-Id: Id34dd6f792f38995b07b6fec88f833df64de2f8b Reviewed-by: Lars Knoll <lars.knoll@digia.com>