Package: libqtdbustest / 0.4.0-2

Metadata

Package Version Patches format
libqtdbustest 0.4.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_run test in verbose mode.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 produce more verbose test results
1001_disable suicidal process test.patch | (download)

tests/libqtdbustest/TestSuicidalProcess.cpp | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 disable suicidalprocess unit test
1003_no QProcess waitForstarted timeout.patch | (download)

src/libqtdbustest/DBusTestRunner.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 never time out, if launching test runner dbus-daemons. this may be have to be turned into long long timeouts instead...
1004_make reading address from dbus daemon more robust.patch | (download)

src/libqtdbustest/DBusTestRunner.cpp | 64 36 + 28 - 0 !
1 file changed, 36 insertions(+), 28 deletions(-)

 make reading address from dbus-daemon more robust
1005_tests Workaround cmake bug.patch | (download)

tests/CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [patch] tests: workaround cmake bug

I have no idea what is going on here, but adding the gmock/gtest
libraries twice seems to fix the issue where cmake does not wait for
gmock to be done building.

1006_drop libexecdir special behaviour for Debian.patch | (download)

CMakeLists.txt | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 cmakelists.txt: drop special cmake adjustments for libexecdir if building on a debian-like system.