summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging/qscriptdebuggerstackwidgetinterface.cpp
diff options
context:
space:
mode:
authorjasplin <jo.asplin@nokia.com>2011-06-08 15:13:13 (GMT)
committerJo Asplin <jo.asplin@nokia.com>2011-06-21 11:33:42 (GMT)
commitdd0e653981cfbba2d7ba6e74422bc8b206fab202 (patch)
tree2fc730c24298e608d8268563702edce5c8180c59 /src/scripttools/debugging/qscriptdebuggerstackwidgetinterface.cpp
parent237c620f6355fc81e85e65b9fd61249b0f77df5a (diff)
downloadQt-dd0e653981cfbba2d7ba6e74422bc8b206fab202.zip
Qt-dd0e653981cfbba2d7ba6e74422bc8b206fab202.tar.gz
Qt-dd0e653981cfbba2d7ba6e74422bc8b206fab202.tar.bz2
Added -datatags option to QTestLib
Passing the -datatags option to a QTestLib program prints the available data tags to standard output. Data tags for each test function (f() in this case) are printed in four different ways depending on the presence of local and global data tags: Case 1: No tags: f() Case 2: Local tags only: f() local tag 1 f() local tag 2 ... Case 3: Global tags only: f() __global__ global tag 1 f() __global__ global tag 2 ... Case 4: Local and global tags: f() local tag 1 __global__ global tag 1 f() local tag 2 __global__ global tag 1 ... f() local tag 1 __global__ global tag 2 f() local tag 2 __global__ global tag 2 ... ... Reviewed-by: Rohan McGovern Task-number: QTQAINFRA-226 Change-Id: I14de203b586a0085b8efda8e62772711e44677d2
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggerstackwidgetinterface.cpp')
0 files changed, 0 insertions, 0 deletions