RFR: Added tests to represent bad stream handling in jdec and correct one in jdis
Jiří Vaněk
jvanek at openjdk.org
Mon Jun 20 13:35:26 UTC 2022
The tests are now maven only. I do not knwo how to add them properly to the ant task, without introducing ivy to download junit jupiter runner, or to add burden of some wgetted dependencies.
WDYT?
The tests represents the issue with messe dusp tream in jdecoder, and correct behaviour in jdis.
I hoped I will provide fix asap once the tests ar ehere, but the inheritance there was quite a surprised, so now I'm double checking what would be actually broken by the "swap" of the jdec streams back to "normal".
Do you have some quick guidance how to force somethng to loggerOutput please?
-------------
Commit messages:
- Added tests to represent bad stream handling in jdec and correctone in jdis
Changes: https://git.openjdk.org/asmtools/pull/23/files
Webrev: https://webrevs.openjdk.org/?repo=asmtools&pr=23&range=00
Stats: 139 lines in 5 files changed: 138 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/asmtools/pull/23.diff
Fetch: git fetch https://git.openjdk.org/asmtools pull/23/head:pull/23
PR: https://git.openjdk.org/asmtools/pull/23
More information about the asmtools-dev
mailing list