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

[TestBug] Controls unit tests - clean up unnecessary prints on STANDARD_OUT

XMLWordPrintable

    • generic
    • generic

      Some of the controls unit tests unnecessarily log to stdout using System.out.println(). Printing to stdout might be useful while debugging individual failing test, but keeping them on for every test run simply pollutes the log.

      Actions can be taken as follows -
      1) Evaluate if the print is going to help in future debugging - if yes, comment it out
      2) If print is not suitable for debugging - remove it
      3) There are some prints which are associated with failures ONLY - keep them - so that we have correct information if the test fails.

            aghaisas Ajit Ghaisas
            aghaisas Ajit Ghaisas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: