summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2023-04-26 13:39:41 +0200
committerRobert Löhning <robert.loehning@qt.io>2023-04-26 11:49:13 +0000
commit1fe7b77393d18f6ba0829d9ea640ef50017d4b4f (patch)
tree89e2a795b7471e630f044a452953be3c3bec5d2a /tests
parent183cf3adc5da12702966ad3ff1a2a18014ed0acd (diff)
downloadqt-creator-1fe7b77393d18f6ba0829d9ea640ef50017d4b4f.tar.gz
SquishTests: Remove workarounds for closed issues
Change-Id: If5f62b0f9013223643f016ce4e04932cca53397c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP03/test.py4
-rw-r--r--tests/system/suite_HELP/tst_HELP04/test.py3
2 files changed, 1 insertions, 6 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP03/test.py b/tests/system/suite_CSUP/tst_CSUP03/test.py
index 8667f3c2ac..4e6f3e2099 100644
--- a/tests/system/suite_CSUP/tst_CSUP03/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP03/test.py
@@ -50,10 +50,6 @@ def main():
}
for useClang in [False, True]:
with TestSection(getCodeModelString(useClang)):
- if (useClang and platform.system() in ('Windows', 'Microsoft')
- and JIRA.isBugStillOpen(18607)):
- test.warning("Skipping unstable tests on Windows", "See QTCREATORBUG-18607")
- continue
if not startCreatorVerifyingClang(useClang):
continue
projectName = createNewNonQtProject(tempDir(), "project-csup03",
diff --git a/tests/system/suite_HELP/tst_HELP04/test.py b/tests/system/suite_HELP/tst_HELP04/test.py
index e4c0500d23..3fd63309ad 100644
--- a/tests/system/suite_HELP/tst_HELP04/test.py
+++ b/tests/system/suite_HELP/tst_HELP04/test.py
@@ -87,8 +87,7 @@ def main():
type(resultWidget, "<Return>")
waitFor("__getUrl__() != url or selText != __getSelectedText__()", 20000)
verifySelection(searchKeyword)
- if not (searchKeyword == "QODBC" and JIRA.isBugStillOpen(10331)):
- verifyUrl(urlDictionary[searchKeyword])
+ verifyUrl(urlDictionary[searchKeyword])
else:
test.verify(waitFor("noMatch in "
"str(resultWidget.plainText)", 1000),