qt6-bb10/tests/benchmarks/corelib/io
Edward Welbourne bf99c2b62b Fix qdbusperformance and qprocess benchmarks
The tests failed because they couldn't find the servers they needed to
run. The dbus server wasn't being built, due to mis-configured CMake
config; fixed dbus server CMake config. Once built, the servers werent
at the paths relative to the test binaries that were given in the test
source files, because the test binary was in the test/ sub-directory.
The dbus test just needed a ../ on its path; the qprocess one also
needed its path wrapped in QFINDTESTDATA(), and a ".exe" suffix on MS.

Pick-to: 6.2 6.1 5.15
Task-number: QTBUG-91713
Change-Id: I5ace23a5815575bbf88ea88e0b16afc7b8ba6a08
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2021-07-15 15:06:54 +00:00
..
qdir Declare loop arg in benchmark unused 2021-04-27 14:12:35 +02:00
qdiriterator Fix QDirIterator benchmark to actually find its test data 2021-07-06 13:50:55 +02:00
qfile Unify and clean up two identical tst_qfile::*_data() functions 2021-07-07 19:36:49 +02:00
qfileinfo Implement QFileInfo::junctionTarget(), adjust auto-test 2021-06-05 01:16:06 +02:00
qiodevice Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
qprocess Fix qdbusperformance and qprocess benchmarks 2021-07-15 15:06:54 +00:00
qtemporaryfile Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
qtextstream Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
qurl Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
CMakeLists.txt Convert remaining tests/benchmarks 2019-11-04 15:48:51 +00:00