[regression] Enabling SwitchingBundleTest DISABLED_synchronous_clients_only_get_two_real_buffers now crashes with no usable stack trace. It used to only fail.
Bug #1315312 reported by
Daniel van Vugt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
Medium
|
Alberto Aguirre | ||
mir (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
[regression] Enabling SwitchingBundleTest DISABLED_
Related branches
lp://staging/~albaguirre/mir/alternative-switching-bundle-implementation
- PS Jenkins bot (community): Approve (continuous-integration)
- Daniel van Vugt: Abstain
- Kevin DuBois (community): Approve
- Cemil Azizoglu (community): Approve
- Alexandros Frantzis (community): Approve
- Chris Halse Rogers: Approve
- Mir development team: Pending requested
- Alan Griffiths: Pending requested
-
Diff: 1938 lines (+599/-733)12 files modifiedsrc/server/compositor/CMakeLists.txt (+1/-1)
src/server/compositor/buffer_queue.cpp (+388/-0)
src/server/compositor/buffer_queue.h (+91/-0)
src/server/compositor/buffer_stream_factory.cpp (+2/-2)
src/server/compositor/switching_bundle.cpp (+0/-490)
src/server/compositor/switching_bundle.h (+0/-125)
tests/integration-tests/compositor/test_buffer_stream.cpp (+9/-4)
tests/integration-tests/compositor/test_swapping_swappers.cpp (+4/-4)
tests/integration-tests/graphics/android/test_buffer_integration.cpp (+3/-3)
tests/integration-tests/test_surfaceloop.cpp (+3/-2)
tests/unit-tests/compositor/CMakeLists.txt (+1/-1)
tests/unit-tests/compositor/test_buffer_queue.cpp (+97/-101)
Changed in mir: | |
status: | In Progress → Triaged |
assignee: | Daniel van Vugt (vanvugt) → nobody |
Changed in mir: | |
assignee: | Alan Griffiths (alan-griffiths) → nobody |
milestone: | 0.2.0 → none |
tags: | added: regression |
Changed in mir: | |
status: | Fix Committed → Fix Released |
Changed in mir (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Fix Released |
To post a comment you must log in.
Alan, any idea? This one's quite odd.