lp://staging/~dandrader/qtmir/no-lttng-on-tests
- Get this branch:
- bzr branch lp://staging/~dandrader/qtmir/no-lttng-on-tests
Branch merges
- Unity8 CI Bot (community): Needs Fixing (continuous-integration)
- Michael Terry (community): Approve
-
Diff: 396 lines (+261/-11)13 files modifiedtests/mirserver/CMakeLists.txt (+110/-0)
tests/mirserver/QtEventFeeder/CMakeLists.txt (+1/-1)
tests/mirserver/Screen/CMakeLists.txt (+1/-1)
tests/mirserver/ScreensModel/CMakeLists.txt (+1/-1)
tests/mirserver/WindowManager/CMakeLists.txt (+1/-1)
tests/mirserver/tracepoints.h (+23/-0)
tests/modules/Application/CMakeLists.txt (+2/-2)
tests/modules/ApplicationManager/CMakeLists.txt (+2/-2)
tests/modules/CMakeLists.txt (+93/-0)
tests/modules/SessionManager/CMakeLists.txt (+1/-1)
tests/modules/SharedWakelock/CMakeLists.txt (+1/-1)
tests/modules/SurfaceManager/CMakeLists.txt (+1/-1)
tests/modules/tracepoints.h (+24/-0)
Branch information
Recent revisions
- 556. By Daniel d'Andrada
-
Don't link tests against LTTng
LTTng was causing deadlocks when running tests on arm and on CI
This is the backtrace of where it gets stuck:
#0 0xffffffff in __pthread_mutex_unlock_ usercnt (mutex=0xb6fff514 <_rtld_ global+ 1220>, decr=1) at pthread_ mutex_unlock. c:51
#1 0xffffffff in tls_get_addr_tail (ti=0xb637021c, dtv=0xb3757008, the_map=<optimized out>) at dl-tls.c:778
#2 0xffffffff in lttng_ust_init () at /usr/include/urcu/static/ urcu-bp. h:158
#3 0xffffffff in lttng_ust_init () at lttng-ust-comm.c: 369
#4 0xffffffff in lttng_ust_init () at lttng-ust-comm.c: 1481
#5 0xffffffff in call_init (l=<optimized out>, argc=argc@entry=1, argv=argv@entry=0xbefff3d 4, env=env@ entry=0xbefff3d c) at dl-init.c:72
#6 0xffffffff in _dl_init (env=<optimized out>, argv=<optimized out>, argc=<optimized out>, l=<optimized out>) at dl-init.c:30
#7 0xffffffff in _dl_init (main_map=0xb6fff958, argc=1, argv=0xbefff3d4, env=0xbefff3dc) at dl-init.c:120
#8 0xffffffff in _dl_start_user () at /lib/ld-linux-armhf. so.3 It gets stuck during initialization, more specifically, inside lttng_fixup_
urcu_bp_ tls() - 555. By Daniel d'Andrada
-
Use content-hub for clipboard services
And remove our own implementation of such service
- 551. By MichaĆ Sawicz
-
Revert r538 that's causing a unity8 crash when launching emergency dialer over greeter (LP: #1616842)
Approved by: Unity8 CI Bot
- 550. By Daniel d'Andrada
-
DBusFocusInfo.
isPidFocused: search sessions recursively (LP: #1612166) Approved by: Gerry Boland, Unity8 CI Bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/qtmir