[Bug 752650] validate:launcher: catch errors and continue

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 21 05:55:25 PDT 2015


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

--- Comment #6 from Vineeth <vineeth.tm at samsung.com> ---
did some experimentation with different file names.
It does not directly throw error for [a-b].mp3 format..

it is weird actually, the first digit should be greater than the second digit.
but again it is not straight forward.

[2-2].mp3 ok
[2-1].mp3 not ok
[20-1].mp3 ok
[21-1].mp3 ok
[22-1].mp3 not ok


so this might actually be some problem with how re.findall is implemented.
Not sure what character to escape here.

And even if we remove some characters and pass, the check in the above patch
might be useful, because right now, it just stops executing after an error.

-- 
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