Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7904069

Fix counters in testng.txt report

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jtreg8.1
    • None
    • tools
    • None

      jtreg writes a report for TestNG-based tests into a ${JTreport}/text/testng.txt file. Currently, only zeroes are recorded:

      ```
      tools/javac/file/FSInfoTest.java total: 0, passed: 0, failed: 0, skipped: 0, config failed: 0, config skipped: 0
      tools/javac/file/MultiReleaseJar/MultiReleaseJarAwareSJFM.java total: 0, passed: 0, failed: 0, skipped: 0, config failed: 0, config skipped: 0
      [...]
      tools/javac/lambdaShapes/ total: 0, passed: 0, failed: 0, skipped: 0, config failed: 0, config skipped: 0
      tools/javac/records/BigRecordsToStringTest.java total: 0, passed: 0, failed: 0, skipped: 0, config failed: 0, config skipped: 0
      tools/javac/records/RecordMemberTests.java total: 0, passed: 0, failed: 0, skipped: 0, config failed: 0, config skipped: 0
      tools/javac/records/VarargsRecordsTest.java total: 0, passed: 0, failed: 0, skipped: 0, config failed: 0, config skipped: 0
      tools/javac/tree/T8024415.java total: 0, passed: 0, failed: 0, skipped: 0, config failed: 0, config skipped: 0
      tools/javac/typeVariableCast/TypeVariableCastTest.java total: 0, passed: 0, failed: 0, skipped: 0, config failed: 0, config skipped: 0
      ```

            cstein Christian Stein
            cstein Christian Stein
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: