Merge lp:~raof/mir/dump-edid-size into lp:mir
| Status: | Merged |
|---|---|
| Approved by: | Cemil Azizoglu on 2016-12-01 |
| Approved revision: | 3857 |
| Merged at revision: | 3859 |
| Proposed branch: | lp:~raof/mir/dump-edid-size |
| Merge into: | lp:mir |
| Diff against target: |
66 lines (+24/-2) 4 files modified
include/client/mir_toolkit/mir_display_configuration.h (+12/-0) src/client/display_configuration_api.cpp (+9/-0) src/client/symbols.map (+1/-0) src/utils/out.c (+2/-2) |
| To merge this branch: | bzr merge lp:~raof/mir/dump-edid-size |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Mir CI Bot | continuous-integration | Approve on 2016-12-01 | |
| Cemil Azizoglu (community) | Approve on 2016-12-01 | ||
| Daniel van Vugt | 2016-12-01 | Approve on 2016-12-01 | |
|
Review via email:
|
|||
Commit Message
Add mir_output_
It's cheap to provide, can help clients avoid crashing if we give them a malformed EDID,
and lets mirout dump the whole EDID without needing to parse it.
| Mir CI Bot (mir-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:3857
https:/
Executed test runs:
FAILURE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
FAILURE: 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:/
| Mir CI Bot (mir-ci-bot) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
https:/
Executed test runs:
FAILURE: https:/
None: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
FAILURE: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
| Daniel van Vugt (vanvugt) wrote : | # |
^^^
Bug 1616312 and bug 1646375
| Mir CI Bot (mir-ci-bot) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
https:/
Executed test runs:
FAILURE: https:/
None: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
FAILURE: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
| Daniel van Vugt (vanvugt) wrote : | # |
^^^
Bug 1613523
| Mir CI Bot (mir-ci-bot) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
https:/
Executed test runs:
FAILURE: https:/
None: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
FAILURE: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
| Cemil Azizoglu (cemil-azizoglu) wrote : | # |

Cool