From cb8d62866c08271e9fa66275d9da368b3f97f357 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Thu, 22 Feb 2018 18:33:46 -0500 Subject: [PATCH] Blacklist qt versions 5.8.0 through 5.9.4 for caret tests --- tests/end2end/features/caret.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/end2end/features/caret.feature b/tests/end2end/features/caret.feature index 8be03dec2..e9cf54c8d 100644 --- a/tests/end2end/features/caret.feature +++ b/tests/end2end/features/caret.feature @@ -323,6 +323,8 @@ Feature: Caret mode # Search + caret mode + # https://bugreports.qt.io/browse/QTBUG-60673 + @qt!=5.8.0 @qt!=5.9.0 @qt!=5.9.1 @qt!=5.9.2 @qt!=5.9.3 @qt!=5.9.4 Scenario: yanking a searched line When I run :leave-mode And I run :search fiv @@ -332,6 +334,7 @@ Feature: Caret mode And I run :yank selection Then the clipboard should contain "five six" + @qt!=5.8.0 @qt!=5.9.0 @qt!=5.9.1 @qt!=5.9.2 @qt!=5.9.3 @qt!=5.9.4 Scenario: yanking a searched line with multiple matches When I run :leave-mode And I run :search w