aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qv4assembler
Commit message (Collapse)AuthorAgeFilesLines
* Use a separate process for testing perf.map fileUlf Hermann2018-03-272-0/+98
The environment change was too fragile. If the JIT ran before the relevant test function was executed, it would set the doProfile flag to false, and never re-evaluate the environment variable. The qmljs binary is only available for private tests, and the test didn't quite fit into qjsengine anyway. Therefore a new test for the QV4Assembler class that genertes the map files is added. Change-Id: Ice0c18daaee9f0f4f0f15eba0261bcc01aa4b105 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>