Merge lp:~aacid/qtmir/compile_with_ubsan into lp:qtmir
| Status: | Merged |
|---|---|
| Approved by: | Gerry Boland on 2016-05-25 |
| Approved revision: | 497 |
| Merged at revision: | 507 |
| Proposed branch: | lp:~aacid/qtmir/compile_with_ubsan |
| Merge into: | lp:qtmir |
| Diff against target: |
11 lines (+1/-0) 1 file modified
src/platforms/mirserver/CMakeLists.txt (+1/-0) |
| To merge this branch: | bzr merge lp:~aacid/qtmir/compile_with_ubsan |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Unity8 CI Bot | continuous-integration | Approve on 2016-06-03 | |
| Gerry Boland | 2016-05-25 | Approve on 2016-05-25 | |
|
Review via email:
|
|||
Commit Message
Compile with -fsanitize=
Otherwise i get
undefined reference to `typeinfo for MirMousePointer
As per questions on IRC:
* ubsan = http://
* If you also use https:/
Description of the Change
* Are there any related MPs required for this MP to build/function as expected?
No
* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A
| Albert Astals Cid (aacid) wrote : | # |
BTW ubsan runs fine after changing gmock to not do weird stuff
Result InvokeWith(const ArgumentTuple& args)
auto x = static_cast<const ResultHolder*
return x ? x->GetValueAndD
}
is the new code i used for InvokeWith in /usr/include/
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/

LGTM