forked from qt-creator/qt-creator
Squish: Update Creator's sources to v4.7.0
Task-number: QTCREATORBUG-20344 Change-Id: I7664f2f1b9f9412b9564f192319f9ed832dc142a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -53,7 +53,7 @@ Fourth - you'll have to provide some additional repositories (and for the hookin
|
|||||||
These additional repositories are located inside ~/squish-data or C:\Users\<user>\squish-data (depending on the OS you're on).
|
These additional repositories are located inside ~/squish-data or C:\Users\<user>\squish-data (depending on the OS you're on).
|
||||||
You can also just provide them inside a different folder and specify the folder with the environment variable SYSTEST_SRCPATH.
|
You can also just provide them inside a different folder and specify the folder with the environment variable SYSTEST_SRCPATH.
|
||||||
This folder must contain the following:
|
This folder must contain the following:
|
||||||
* a QtCreator repository (or source copy) of tag v4.4.1 named 'creator' including the submodule src/shared/qbs
|
* a QtCreator repository (or source copy) of tag v4.7.0 named 'creator' including the submodule src/shared/qbs
|
||||||
* a subfolder called 'creator-test-data'
|
* a subfolder called 'creator-test-data'
|
||||||
* a speedcrunch 0.11 repository (or source copy) inside 'creator-test-data' named 'speedcrunch'
|
* a speedcrunch 0.11 repository (or source copy) inside 'creator-test-data' named 'speedcrunch'
|
||||||
* additional Squish versions for hooking into subprocesses inside different folders inside 'creator-test-data' following the information below
|
* additional Squish versions for hooking into subprocesses inside different folders inside 'creator-test-data' following the information below
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -66,7 +66,7 @@ def main():
|
|||||||
generalMessages = str(waitForObject(":Qt Creator_Core::OutputWindow").plainText)
|
generalMessages = str(waitForObject(":Qt Creator_Core::OutputWindow").plainText)
|
||||||
test.compare(generalMessages.count("Project MESSAGE: Cannot build Qt Creator with Qt version 5.6.1."), 1,
|
test.compare(generalMessages.count("Project MESSAGE: Cannot build Qt Creator with Qt version 5.6.1."), 1,
|
||||||
"Warning about outdated Qt shown?")
|
"Warning about outdated Qt shown?")
|
||||||
test.compare(generalMessages.count("Project ERROR: Use at least Qt 5.6.2."), 1,
|
test.compare(generalMessages.count("Project ERROR: Use at least Qt 5.9.0."), 1,
|
||||||
"Minimum Qt version shown (once when parsing with default kit, once with selected)?")
|
"Minimum Qt version shown (once when parsing with default kit, once with selected)?")
|
||||||
|
|
||||||
# Verify that qmljs.g is in the project even when we don't know where (QTCREATORBUG-17609)
|
# Verify that qmljs.g is in the project even when we don't know where (QTCREATORBUG-17609)
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user