File: skip_animated_cursor_test.diff

package info (click to toggle)
qtwayland-opensource-src 5.15.17-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 11,108 kB
  • sloc: cpp: 53,691; xml: 9,462; ansic: 187; makefile: 29; sh: 5
file content (16 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: skip tst_seatv4::animatedCursor that fails in Debian
Author: Dmitry Shachnev <mitya57@debian.org>
Forwarded: not-needed
Bug: https://bugreports.qt.io/browse/QTBUG-78317
Last-Update: 2020-04-30

--- a/tests/auto/client/seatv4/tst_seatv4.cpp
+++ b/tests/auto/client/seatv4/tst_seatv4.cpp
@@ -575,6 +575,7 @@ void tst_seatv4::hidpiBitmapCursorNonInt
 
 void tst_seatv4::animatedCursor()
 {
+    QSKIP("See https://bugreports.qt.io/browse/QTBUG-78317");
     QRasterWindow window;
     window.resize(64, 64);
     window.setCursor(Qt::WaitCursor); // TODO: verify that the theme has an animated wait cursor or skip test