[Bug 747006] New: validate:launcher: Fix wrong test number with -j option

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 30 03:29:23 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=747006

            Bug ID: 747006
           Summary: validate:launcher: Fix wrong test number with -j
                    option
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-devtools
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: joybro201 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

When '-j n' option is given, first n tests print test number 0.
This is caused by test_num part of 919db986052602dca452f05e284cfc857302d4f0

ex)

$ gst-validate-launcher -m -j 4

[0 / 319] Launching: validate.file.audiomixer.simple.fast_forward.basic
......
[0 / 319] Launching: validate.file.audiomixer.simple.play_15s.basic
......
[0 / 319] Launching:
validate.file.audiomixer.simple.scrub_forward_seeking.basic
......
[0 / 319] Launching: validate.file.audiomixer.simple.seek_backward.basic
......
[0 / 319] validate.file.audiomixer.simple.play_15s.basic: Passed
......
[1 / 319] Launching: validate.file.audiomixer.simple.seek_forward.basic
......

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list