• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • tap-plugin
    • None
    • jenkins 1.584, tap-plugin 1.23

      Diagnostic lines, in the source TAP file, look like

      not ok     3 foo.lux
          # FAIL at line 13:34
          # expected
          #   ==0==
          # actual fail pattern matched "==1=="
      

      but when checking the TAP results in the Jenkins UI (tap-plugin views), it comes out as

      # FAIL at line 13:34
      # expected
      #   ==0==
      # actual fail pattern matched "==1=="
      

      The same happens with whitespaces after the # sign, which is even worse (think pretty-printed JSON output).

          [JENKINS-31415] diagnostics lines have whitespaces shrunked

          Interesting. I wonder if there was a regression, but I couldn't get the plugin view to display the comments.

          1. Used the following TAP stream

          1..3
          ok 1
          ok 2 - test
          not ok     3 foo.lux
              # FAIL at line 13:34
              # expected
              #   ==0==
              # actual fail pattern matched "==1=="
          

          But going to TAP Extended Test Results always displays only the test results, without the comments. Clicked on advanced, and checked the option to display comments, but nothing.

          Any idea what I'm missing here?

          Bruno P. Kinoshita added a comment - Interesting. I wonder if there was a regression, but I couldn't get the plugin view to display the comments. 1. Used the following TAP stream 1..3 ok 1 ok 2 - test not ok 3 foo.lux # FAIL at line 13:34 # expected # ==0== # actual fail pattern matched "==1==" But going to TAP Extended Test Results always displays only the test results, without the comments. Clicked on advanced, and checked the option to display comments, but nothing. Any idea what I'm missing here?

            kinow Bruno P. Kinoshita
            andreineculau Andrei Neculau
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: