Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8267138

Stray suffix when starting gtests via GTestWrapper.java

    XMLWordPrintable

Details

    • b04

    Backports

      Description

        For JDK-8185734: "[Windows] Structured Exception Catcher missing around gtest execution", I specified that --gtest_catch_exceptions=0 should be specified to leave signal handling to the VM. This was needed to prevent the gtest runner from catching the stack-based SEH exceptions bubbling up from the tested VM, and leave them to our upstairs gtest runner wrapper to catch.

        However, there is a typo:
        ```
        --gtest_catch_exceptions=0test_result.xml
        ```

        Unless I am mistaken, it did not seem to have impeded Windows gtests. So maybe the gtest runner does a prefix match only. But this should be fixed.

        Attachments

          Issue Links

            Activity

              People

                stuefe Thomas Stuefe
                stuefe Thomas Stuefe
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: