Add teletext pages and PID type tagging to JSON report output (#1399)#2137
Add teletext pages and PID type tagging to JSON report output (#1399)#2137ananyaaa66 wants to merge 2 commits intoCCExtractor:masterfrom
Conversation
… file reports, including JSON output.
CCExtractor CI platform finished running the test files on linux. Below is a summary of the test results, when compared to test for commit 6f7ce27...:
Your PR breaks these cases:
Congratulations: Merging this PR would fix the following tests:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Check the result page for more info. |
CCExtractor CI platform finished running the test files on windows. Below is a summary of the test results, when compared to test for commit 6f7ce27...:
Your PR breaks these cases:
Congratulations: Merging this PR would fix the following tests:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Check the result page for more info. |
|
Re: Regression test failures I've investigated the 8 failing regression tests reported by the bot and confirmed they are not caused by this PR's changes. Here's the analysis: All code changes are strictly inside the JSON report code path: The additions in params_dump.c print_file_report_json() tlt_print_seen_pages_json() telxcc.c teletext.h --autoprogram --out=srt --latin1 --quant 0 All 22 GitHub Actions CI checks pass (Linux, Windows, Mac builds + formatting). These appear to be pre-existing flaky tests on the sample platform. Could a maintainer confirm or trigger a re-run? . |
Closes #1399
Summary:
This builds on the existing --report-format json infrastructure.