forked from qt-creator/qt-creator
Squish: Add expected error message for newer Xcode
Change-Id: Ib6af4b61d4ca7bd32b3e3e9dcb837a91692a1dfe Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -34,7 +34,8 @@ source("../../shared/suites_qtta.py")
|
|||||||
def main():
|
def main():
|
||||||
# expected error texts - for different compilers
|
# expected error texts - for different compilers
|
||||||
expectedErrorAlternatives = ["'SyntaxError' was not declared in this scope",
|
expectedErrorAlternatives = ["'SyntaxError' was not declared in this scope",
|
||||||
"'SyntaxError' : undeclared identifier"]
|
"'SyntaxError' : undeclared identifier",
|
||||||
|
"use of undeclared identifier 'SyntaxError'"]
|
||||||
startApplication("qtcreator" + SettingsPath)
|
startApplication("qtcreator" + SettingsPath)
|
||||||
if not startedWithoutPluginError():
|
if not startedWithoutPluginError():
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user