forked from qt-creator/qt-creator
SquishTests: Remove workarounds for closed issues
Change-Id: If5f62b0f9013223643f016ce4e04932cca53397c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Robert Löhning
parent
183cf3adc5
commit
1fe7b77393
@@ -50,10 +50,6 @@ def main():
|
|||||||
}
|
}
|
||||||
for useClang in [False, True]:
|
for useClang in [False, True]:
|
||||||
with TestSection(getCodeModelString(useClang)):
|
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):
|
if not startCreatorVerifyingClang(useClang):
|
||||||
continue
|
continue
|
||||||
projectName = createNewNonQtProject(tempDir(), "project-csup03",
|
projectName = createNewNonQtProject(tempDir(), "project-csup03",
|
||||||
|
@@ -87,8 +87,7 @@ def main():
|
|||||||
type(resultWidget, "<Return>")
|
type(resultWidget, "<Return>")
|
||||||
waitFor("__getUrl__() != url or selText != __getSelectedText__()", 20000)
|
waitFor("__getUrl__() != url or selText != __getSelectedText__()", 20000)
|
||||||
verifySelection(searchKeyword)
|
verifySelection(searchKeyword)
|
||||||
if not (searchKeyword == "QODBC" and JIRA.isBugStillOpen(10331)):
|
verifyUrl(urlDictionary[searchKeyword])
|
||||||
verifyUrl(urlDictionary[searchKeyword])
|
|
||||||
else:
|
else:
|
||||||
test.verify(waitFor("noMatch in "
|
test.verify(waitFor("noMatch in "
|
||||||
"str(resultWidget.plainText)", 1000),
|
"str(resultWidget.plainText)", 1000),
|
||||||
|
Reference in New Issue
Block a user