Squish: Update Creator's sources to v4.1.0-beta1

Change-Id: I7176f77a55816bc35184b9689838b78b8d0baff7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2016-07-11 19:01:08 +02:00
committed by Christian Stenger
parent bafdc3562d
commit 3685499785
4 changed files with 12044 additions and 4567 deletions

View File

@@ -17,7 +17,7 @@ Fourth - you'll have to provide some additional repositories (and for the hookin
These additional repositories are located inside ~/QtSDK/src or C:\QtSDK\src (depending on the OS you're on). These additional repositories are located inside ~/QtSDK/src or C:\QtSDK\src (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 v3.5.0 named 'creator' including the submodule src/shared/qbs * a QtCreator repository (or source copy) of tag v4.1.0-beta1 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

View File

@@ -65,7 +65,7 @@ def main():
generalMessages = str(waitForObject(":Qt Creator_Core::OutputWindow").plainText) generalMessages = str(waitForObject(":Qt Creator_Core::OutputWindow").plainText)
test.verify("Project MESSAGE: Cannot build Qt Creator with Qt version 5.3.1." in generalMessages, test.verify("Project MESSAGE: Cannot build Qt Creator with Qt version 5.3.1." in generalMessages,
"Warning about outdated Qt shown?") "Warning about outdated Qt shown?")
test.verify("Project ERROR: Use at least Qt 5.4.0." in generalMessages, test.verify("Project ERROR: Use at least Qt 5.5.0." in generalMessages,
"Minimum Qt version shown?") "Minimum Qt version shown?")
# Now check some basic lookups in the search box # Now check some basic lookups in the search box