aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2016-08-11 15:42:29 +0200
committerRobert Loehning <robert.loehning@qt.io>2016-08-12 09:50:02 +0000
commit5dd44e0a7be92448cc84210f67f930cc6fe06535 (patch)
treeeefaff696a76d9c25401f83b9c79c3df69a4064d /tests/system/suite_debugger
parentaa29fcf1fb525f37a1ea2588864922a1b036ed76 (diff)
Squish: Update testdata for tst_simple_analyze
Project template was changed in b18e084fc040f20804f22d127783060d2efe14e0 Change-Id: Ib37b1e5c5c30f75bac302d605403755c8f450fbf Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_debugger')
-rw-r--r--tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt5.tsv17
1 files changed, 11 insertions, 6 deletions
diff --git a/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt5.tsv b/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt5.tsv
index b7422391d58..f59b0df27eb 100644
--- a/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt5.tsv
+++ b/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt5.tsv
@@ -1,15 +1,20 @@
"0" "1" "6" "11"
"<program>" "" "1" "Main Program"
-"main.qml:4" "Create" "2" "QtQuick.Window/Window"
"main.qml:15" "Signal" "2" "onTriggered: { runCount += 1; var i; for (i = 1; i < 2500; ++i) { var j = i * i; console.log(j); } }"
"main.qml:15" "JavaScript" "2" "onTriggered"
-"main.qml:33" "Create" "2" "QtQuick/Text"
+"main.qml:4" "Create" "2" "QtQuick.Window/Window"
+"main.qml:33" "Create" "2" "QtQuick/TextEdit"
"main.qml:1" "Compile" "1" "main.qml"
"main.qml:10" "Create" "2" "QtQuick/Timer"
-"main.qml:35" "Binding" "1" "anchors.centerIn: parent"
-"main.qml:26" "Create" "2" "QtQuick/MouseArea"
+"main.qml:37" "Binding" "1" "anchors.top: parent.top"
+"main.qml:40" "Create" "2" "QtQuick/Rectangle"
+"main.qml:37" "JavaScript" "1" "expression for top"
"main.qml:14" "Binding" "3" "running: runCount < 2"
-"main.qml:35" "JavaScript" "1" "expression for centerIn"
+"main.qml:26" "Create" "2" "QtQuick/MouseArea"
+"main.qml:38" "Binding" "1" "anchors.horizontalCenter: parent.horizontalCenter"
+"main.qml:38" "JavaScript" "1" "expression for horizontalCenter"
+"main.qml:41" "Binding" "1" "anchors.fill: parent"
"main.qml:27" "Binding" "1" "anchors.fill: parent"
"main.qml:14" "JavaScript" "3" "expression for running"
-"main.qml:27" "JavaScript" "1" "expression for fill"
+"main.qml:41" JavaScript "1" "expression for fill"
+"main.qml:27" JavaScript "1" "expression for fill"