XMLWordPrintable

Details

    • Sub-task
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • 17
    • 17
    • hotspot
    • None
    • b05

    Description

      The dll_address_to_function_and_library_name subtest in
      gtest/GTestWrapper.java is failing frequently in Tier1. It
      should be ProblemListed in order to reduce the noise in the
      JDK17 CI.

      Here's the proposed change:

      $ git diff
      diff --git a/test/hotspot/gtest/runtime/test_os.cpp b/test/hotspot/gtest/runtime/test_os.cpp
      index 2bf31998f75..15f2225c9ce 100644
      --- a/test/hotspot/gtest/runtime/test_os.cpp
      +++ b/test/hotspot/gtest/runtime/test_os.cpp
      @@ -698,7 +698,7 @@ TEST_VM(os, pagesizes_test_print) {
         ASSERT_EQ(strcmp(expected, buffer), 0);
       }
       
      -TEST_VM(os, dll_address_to_function_and_library_name) {
      +TEST_VM(os, DISABLED_dll_address_to_function_and_library_name) {
         char tmp[1024];
         char output[1024];
         stringStream st(output, sizeof(output));

      Attachments

        Issue Links

          Activity

            People

              dcubed Daniel Daugherty
              dcubed Daniel Daugherty
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: