aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/shadersource/tst_DynamicallyCreatedSource.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest/shadersource/tst_DynamicallyCreatedSource.qml')
-rw-r--r--tests/auto/qmltest/shadersource/tst_DynamicallyCreatedSource.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qmltest/shadersource/tst_DynamicallyCreatedSource.qml b/tests/auto/qmltest/shadersource/tst_DynamicallyCreatedSource.qml
index 74dc63a972..996c06c7da 100644
--- a/tests/auto/qmltest/shadersource/tst_DynamicallyCreatedSource.qml
+++ b/tests/auto/qmltest/shadersource/tst_DynamicallyCreatedSource.qml
@@ -71,6 +71,9 @@ Item {
|| (Qt.platform.pluginName === "minimal"))
skip("grabImage does not work on offscreen/minimal platforms");
+ if ((Qt.platform.pluginName === "xcb"))
+ skip("grabImage crashes on the xcb platform");
+
var image = grabImage(root);
compare(image.red(0,0), 255);
compare(image.green(0,0), 0);