summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebengineprofile/BLACKLIST
Commit message (Collapse)AuthorAgeFilesLines
* Add more tests for profile settingsJüri Valdmann2020-02-181-3/+0
| | | | | | | | | | | | | | | | | Add tests for changing httpUserAgent, httpAcceptLanguage, and persistentCookiesPolicy. Use local HttpServer instead of network in existing tests. Stabilize disableCache test and unblacklist. Stop actually downloading the test binary in downloadItem test. Register 'myscheme' to avoid warning from QWebEngineUrlScheme. Task-number: QTBUG-81558 Change-Id: I3178edd1eb241257e211855168ec4ca428a90d29 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* unblacklist passing testsDaniel Smith2019-06-281-2/+0
| | | | | | | | These tests have not failed on the removed platforms for at least 60 days Task-number: QTBUG-76608 Change-Id: I4f6cec6ff5e7408542085fd7ae8cecbe04b6fd28 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Revert "Add HTTP request headers to custom URL schemes"Michal Klocek2018-08-091-2/+0
| | | | | | | | | | | | This reverts commit a5bdc6236ad52586579a9a3da6a059835ed60761 and 04355f4d6f311adebfc354b094a5f79c6327e86f. CI still crashes on tst_QWebEngineProfile::urlSchemeHandler tests, issue is not reproducible locally and it will take time to investigate. Task-number: QTBUG-69844 Change-Id: I7ddb6a32383400d553fe692c24effb6dfb7b6102 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Unblock ci integrationsMichal Klocek2018-08-081-0/+2
| | | | | | | | | | It seems that change a5bdc6236a introduced test urlSchemeHandlerRequestHeaders, which triggers some thread safety issue with interceptor, skip the test for now. Task-number: QTBUG-69844 Change-Id: I2d0dc4b72f22a963eef1aa059e1520aeb9da9d8f Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Skip flaky HTTP cache test casesSzabolcs David2016-02-251-0/+5
Change-Id: I1602bd5f7f63c1f7f438a2eab00b9bb69f3fd1a6 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>