mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 02:35:48 +01:00
Merge remote-tracking branch 'origin/pr/2676' into mbedtls-2.16
* origin/pr/2676: Show removed symbols in abi check
This commit is contained in:
commit
342223e72c
@ -214,7 +214,7 @@ class AbiChecker(object):
|
|||||||
|
|
||||||
def _remove_extra_detail_from_report(self, report_root):
|
def _remove_extra_detail_from_report(self, report_root):
|
||||||
for tag in ['test_info', 'test_results', 'problem_summary',
|
for tag in ['test_info', 'test_results', 'problem_summary',
|
||||||
'added_symbols', 'removed_symbols', 'affected']:
|
'added_symbols', 'affected']:
|
||||||
self._remove_children_with_tag(report_root, tag)
|
self._remove_children_with_tag(report_root, tag)
|
||||||
|
|
||||||
for report in report_root:
|
for report in report_root:
|
||||||
|
Loading…
Reference in New Issue
Block a user