aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_qqmlprofilerservice: Wait up to 30s for first frame of a windowUlf Hermann2024-04-041-1/+1
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Remove remaining foreach in qml testsUlf Hermann2023-08-221-5/+3
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+2
* QQmlProfilerService test: Add first out-of-order event to listUlf Hermann2023-02-141-1/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-5/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-071-15/+15
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-3/+11
* Equalize signal handlers between runtime and AOT compilationAndrei Golubev2021-03-021-2/+2
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* Remove broken profiler/trace points in the scenegraphLaszlo Agocs2020-06-181-32/+1
* Tests: rename connect -> connectToTim Jenssen2020-02-031-16/+16
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-1/+1
|\
| * Fix compilation with gcc 4.8Ville Voutilainen2018-12-031-1/+1
* | Qml Tooling: Avoid some clang-tidy warnings in QQmlProfilerService testUlf Hermann2018-11-221-9/+10
|/
* Qml Tooling: Test that trace events arrive in chronological orderUlf Hermann2018-11-151-0/+6
* Qml Tooling: Fix crash in QQmlProfilerService testUlf Hermann2018-11-151-2/+2
* QML Tooling: Fix ordering of memory events in V4 profiler adapterUlf Hermann2018-11-141-0/+10
* QML Profiler: Test that only one Complete message is sent per sessionUlf Hermann2018-07-101-3/+23
* Tests: Guard against corner cases in profiler service testUlf Hermann2018-06-221-0/+14
* QmlDebug tests: Return the right value from connect(...)Ulf Hermann2018-06-221-3/+3
* Fail early if process crashes in QQmlProfilerService testUlf Hermann2018-05-301-0/+2
* Make the shared test code independent of QtQmlUlf Hermann2018-04-241-1/+0
* Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-241-47/+37
* QmlProfiler test: Keep recording until we receive the needed eventsUlf Hermann2018-03-281-2/+15
* Qml Profiler: Store and send URL of compile eventsUlf Hermann2018-03-271-0/+36
* QML Tooling: Wait for QML trace to be started in QML profiler testUlf Hermann2018-03-271-0/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* QQmlProfilerService: Don't crash test if client is never createdUlf Hermann2018-02-081-0/+3
* QmlDebug: Use EngineControl to hold engines until we're done with themUlf Hermann2018-02-081-3/+4
* Use better QmlProfiler client from Qt CreatorUlf Hermann2018-02-021-338/+330
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-0/+22
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+22
| |\
| | * Re-enable QML memory profilingUlf Hermann2017-11-231-0/+21
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+20
|\| |
| * | Prevent crashes when profiling translation bindingsUlf Hermann2017-11-111-0/+20
* | | Enable tests for boot2qtSami Nurmenniemi2017-09-211-7/+12
* | | Move QQmlDebugProcess into its own header and source filesUlf Hermann2017-09-061-0/+1
|/ /
* | Tests: Unify debugger tests' connection mechanismsUlf Hermann2017-08-181-95/+18
* | Move QQmlProfilerService test connect failures to outer functionUlf Hermann2017-08-171-33/+54
* | Ignore qqmldebugjs/profilerservice failures in win/gccSimon Hausmann2017-08-021-3/+8
|/
* Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-281-0/+15
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-7/+11
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-6/+11
| |\
| | * Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11
| | * QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-1/+7
* | | QmlProfiler: Extend test to check for timestamp orderingUlf Hermann2016-07-061-1/+22