GLibMainLoopTest.propagates_exception_from_server_action fails with GCC 5 in armhf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
High
|
Alberto Aguirre | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Using -02 (which is turned on when building the mir packages or use_debflags=ON) with GCC 5 on armhf results in the following test failure:
bin/mir_unit_tests --gtest_
Running main() from main.cpp
Note: Google Test filter = GLibMainLoopTes
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from GLibMainLoopTest
[ RUN ] GLibMainLoopTes
terminate called after throwing an instance of 'std::runtime_
what(): server action error
/home/alberto/
Value of: result.succeeded()
Actual: false
Expected: true
[ FAILED ] GLibMainLoopTes
[----------] 1 test from GLibMainLoopTest (677 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (679 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] GLibMainLoopTes
Related branches
- PS Jenkins bot (community): Approve (continuous-integration)
- Kevin DuBois (community): Approve
- Alan Griffiths: Approve
-
Diff: 12 lines (+1/-1)1 file modifiedtests/unit-tests/test_glib_main_loop.cpp (+1/-1)
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Mir development team: Pending requested
-
Diff: 159 lines (+84/-5) (has conflicts)5 files modifiedCMakeLists.txt (+5/-0)
debian/changelog (+31/-0)
examples/eglapp.c (+14/-0)
src/platforms/android/server/fb_device.cpp (+7/-5)
tests/unit-tests/graphics/android/test_fb_device.cpp (+27/-0)
Changed in mir: | |
milestone: | 0.16.0 → 0.15.0 |
no longer affects: | mir/0.15 |
Changed in mir: | |
status: | Fix Committed → Fix Released |
This is related to lp:1478213