tests do not compile without precompiled headers
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
Low
|
Brandon Schaefer | ||
mir (Ubuntu) |
Fix Released
|
Low
|
Brandon Schaefer |
Bug Description
With -DMIR_USE_
$ make -j6 -k 2>&1 | grep " \*\*\* "
make[2]: *** [tests/
make[2]: *** [tests/
make[2]: *** [tests/
make[2]: *** [tests/
make[2]: *** [tests/
make[1]: *** [tests/
make[2]: *** [tests/
make[2]: *** [tests/
make[2]: *** [tests/
make[2]: *** [tests/
make[2]: *** [tests/
make[2]: *** [tests/
make[2]: *** [tests/
Related branches
- Alan Griffiths: Approve
- PS Jenkins bot (community): Approve (continuous-integration)
- Daniel van Vugt: Approve
-
Diff: 181 lines (+23/-9)12 files modifiedtests/acceptance-tests/test_client_scaling.cpp (+2/-0)
tests/acceptance-tests/test_surface_morphing.cpp (+2/-0)
tests/acceptance-tests/test_surface_specification.cpp (+2/-0)
tests/include/mir/test/doubles/mock_client_buffer_stream.h (+2/-0)
tests/unit-tests/compositor/test_dropping_schedule.cpp (+1/-0)
tests/unit-tests/compositor/test_queueing_schedule.cpp (+1/-0)
tests/unit-tests/dispatch/test_readable_fd.cpp (+1/-0)
tests/unit-tests/graphics/mesa/x11/test_display.cpp (+4/-3)
tests/unit-tests/graphics/mesa/x11/test_platform.cpp (+3/-3)
tests/unit-tests/input/evdev/test_evdev_device_detection.cpp (+1/-0)
tests/unit-tests/input/test_input_event.cpp (+1/-0)
tests/unit-tests/input/test_x11_platform.cpp (+3/-3)
Changed in mir: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Brandon Schaefer (brandontschaefer) |
Changed in mir (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Brandon Schaefer (brandontschaefer) |
Changed in mir: | |
milestone: | none → 0.17.0 |
Changed in mir (Ubuntu): | |
status: | In Progress → Triaged |
Changed in mir: | |
status: | Fix Committed → Fix Released |
Any way to add this to a CI run? Would be nice to automate checking we are able to compile with out pre compiled headers