aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmlprofilerservice
Commit message (Expand)AuthorAgeFilesLines
* Make the shared test code independent of QtQmlUlf Hermann2018-04-242-2/+1
* 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-082-13/+4
* blacklist qmlprofiler autotests which depend on AUT terminatingShawn Rutledge2018-02-061-0/+10
* Use better QmlProfiler client from Qt CreatorUlf Hermann2018-02-023-346/+331
* Revert "Blacklist tst_QQmlProfilerService::translationBinding()"Ulf Hermann2018-01-091-3/+0
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-093-2/+42
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-043-2/+42
| |\
| | * Re-enable QML memory profilingUlf Hermann2017-11-233-1/+40
* | | Blacklist tst_QQmlProfilerService::translationBinding()Liang Qi2018-01-081-0/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-203-1/+31
|\| |
| * | Prevent crashes when profiling translation bindingsUlf Hermann2017-11-113-1/+31
* | | Enable tests for boot2qtSami Nurmenniemi2017-09-211-7/+12
* | | Fix remaining race conditions in QQmlDebugProcessUlf Hermann2017-09-061-2/+0
* | | Move QQmlDebugProcess into its own header and source filesUlf Hermann2017-09-061-0/+1
|/ /
* | Tests: Unify debugger tests' connection mechanismsUlf Hermann2017-08-182-96/+19
* | Move QQmlProfilerService test connect failures to outer functionUlf Hermann2017-08-171-33/+54
* | Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-2/+0
* | Ignore qqmldebugjs/profilerservice failures in win/gccSimon Hausmann2017-08-022-3/+10
|/
* Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-282-1/+16
* 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
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-247-24/+24
|\ \ \
| * | | QmlProfiler: Don't import QtQuick if we don't use itUlf Hermann2016-05-097-24/+24
| |/ /
* / / Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-061-2/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-0/+0
|\|
| * Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-291-0/+0
* | Updated license headersJani Heikkinen2016-01-202-34/+24
* | QmlDebug: Change "macx" to "osx" in tests' .pro filesUlf Hermann2015-11-171-1/+1
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-171-2/+2
* | Move QML profiler client to qmldebugUlf Hermann2015-10-301-261/+205
* | Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-301-7/+9
* | Properly test services arguments for QQmlDebugServerUlf Hermann2015-10-151-0/+6
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-50/+31
* Periodically flush profiling data to client.Ulf Hermann2015-08-043-2/+38
* Use QVector rather than QList for storing QQmlProfilerDataUlf Hermann2015-07-291-6/+6
* Verify that debug client exists before interacting with it.Ulf Hermann2015-06-161-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-1/+1
|\
| * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-141-1/+1
* | Guard profiler service test against unusual clock behavior.Ulf Hermann2015-03-271-60/+168