RFR: 7903819: jcstress do not print structuralised results [v2]
Jiří Vaněk
jvanek at openjdk.org
Wed Jul 16 14:48:57 UTC 2025
On Mon, 23 Jun 2025 08:50:02 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:
>> Jcstress are generating very good html report, which is however not exactly great for automated comapriosns over various systyems and architectures. This pr is adding junit-like, configurable report.
>
> Jiří Vaněk has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 25 additional commits since the last revision:
>
> - Dropped the dom-based generation
>
> Without stream the serilializer was unnecessarily big
> - Started migration to proepr DOM
> - Revert "FIXME Added fast fake results generator REMOVE IT"
>
> This reverts commit 0d758a79012dcb11f2a98b74a326b58809a97599.
> The junit result looks good. Now testing on real data
> - Fixed few noted comments/variables
> - made default output xsd valid again
>
> and keeping option to enable the widely used, but not standart parts for
> higher readability
> - changed comments proeprty to comment out non-standart elements
>
> soem of the wide spread features like nested testsuites and properties
> are nmot part of xsd... those will be commented out b default, and moved
> to fail/err if possible
> - Unifide testcase print
> - Support for time attribute and removed some dnagling code
> - <testsuite> now prints correct summary
>
> stil not perfect...
> mia: interesting? time?
> and move to dom....
> - Not printing the seed argument
> - ... and 15 more: https://git.openjdk.org/jcstress/compare/a3504375...870f1605
faith restored
-------------
PR Comment: https://git.openjdk.org/jcstress/pull/158#issuecomment-3078951296
More information about the jcstress-dev
mailing list