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

nsk/jdb tests don't pass -verbose flag to the debuggee

XMLWordPrintable

    • b26

        Some nsk/jdb tests are all run in verbose mode. For example:

         * @run main/othervm
         * nsk.jdb.kill.kill001.kill001
         * -arch=${os.family}-${os.simpleArch}
         * -waittime=5
         * -verbose
        ...

        This means all log.display() output appears in the log file, but only for the main test. -verbose is not passed to the debuggee. I think part of the problem may be that jdb is being used to launch the debuggee, but it should still be possible to tell jdb to include -verbose in the arguments.

              cjplummer Chris Plummer
              cjplummer Chris Plummer
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: