forked from qt-creator/qt-creator
Squish: Clean up expected fails
Change-Id: I216c6f6453412e65c48ddceaf950bd1112c32a42 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -29,7 +29,7 @@ project = "untitled"
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
if platform.system() == "Darwin" and JIRA.isBugStillOpen(6853, JIRA.Bug.CREATOR):
|
if platform.system() == "Darwin" and JIRA.isBugStillOpen(6853, JIRA.Bug.CREATOR):
|
||||||
test.xverify(False, "This test is unstable on Mac, see QTCREATORBUG-6853.")
|
test.xfail("This test is unstable on Mac, see QTCREATORBUG-6853.")
|
||||||
return
|
return
|
||||||
outputQDebug = "Output from qDebug()."
|
outputQDebug = "Output from qDebug()."
|
||||||
outputStdOut = "Output from std::cout."
|
outputStdOut = "Output from std::cout."
|
||||||
|
@@ -28,7 +28,7 @@ source("Tree.py")
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
if os.getenv("SYSTEST_OPENGL_MISSING") == "1":
|
if os.getenv("SYSTEST_OPENGL_MISSING") == "1":
|
||||||
test.xverify(False, "This test needs OpenGL - skipping...")
|
test.xfail("This test needs OpenGL - skipping...")
|
||||||
return
|
return
|
||||||
projName = "simpleQuickUI2.qmlproject"
|
projName = "simpleQuickUI2.qmlproject"
|
||||||
projFolder = os.path.dirname(findFile("testdata", "simpleQuickUI2/%s" % projName))
|
projFolder = os.path.dirname(findFile("testdata", "simpleQuickUI2/%s" % projName))
|
||||||
|
Reference in New Issue
Block a user