Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: convert V8 test JSON to JUnit XML #44049

Merged
merged 1 commit into from
Oct 3, 2022

Commits on Sep 18, 2022

  1. build: convert V8 test JSON to JUnit XML

    This introduces some code to convert from V8's test JSON output to JUnit
    XML. We need this because V8's latest refactor of their test runner has
    made it difficult to float our JUnit reporter patch on top (see the
    referenced issue).
    
    I also think that there needs to be the same changes to vcbuild.bat, but
    I don't know how to do test those yet. I can create a Windows VM and
    test it if we decide to go with this approach.
    
    Refs: nodejs/node-v8#236
    kvakil authored and bnoordhuis committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    a8bf726 View commit details
    Browse the repository at this point in the history