summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-09-07 14:33:34 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-09-07 13:30:25 +0000
commit5be124d7373c36daf9a6c01712e6eab057bbf56d (patch)
tree380ea1ff5809708675f22fe73a9cc766baa9ba2a
parent3241a817e0c25da7ee682c8274d859757eeb5839 (diff)
Blacklist Canvas3D_render_ondemand::test_render_3_ondemand on macOSv5.10.0-alpha1
We now do QWindow::requestUpdate() via [NSView setNeedsDisplay] on macOS, which triggers a race in the Canvas3D update code. Until we've established what the cause is we're blacklisting this test, as it's flakey and may not always fail. Task-number: QTBUG-62963 Change-Id: I70b1468f94c1d478f35455d42d3daca783ae4d53 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
-rw-r--r--tests/auto/qmltest/BLACKLIST3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qmltest/BLACKLIST b/tests/auto/qmltest/BLACKLIST
new file mode 100644
index 0000000..c1fb74d
--- /dev/null
+++ b/tests/auto/qmltest/BLACKLIST
@@ -0,0 +1,3 @@
+# Race condition when doing requestUpdate via setNeedsDisplay
+[Canvas3D_render_ondemand::test_render_3_ondemand]
+osx