summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-05-29Release 1.14.51.14.51.14Tim-Philipp Müller5-14/+244
2019-05-04Update git locations to gitlabMatthew Waters2-3/+3
2019-05-02launcher: Update git repo to gitlabThibault Saunier1-1/+1
2019-01-02validate:launcher: Make failure as <failure> in our xunit reporterThibault Saunier1-2/+2
I think it was a mistake to call them <error> as the two notions are different (we marked failed test as "failures" in the <testuite> node). Should make gitlab happy with our file!
2018-12-14validate:launcher: Fix error messageAlexandru Băluț1-1/+1
2018-12-14validate:launcher: Fix discovery of commandsAlexandru Băluț1-2/+2
2018-10-02Release 1.14.41.14.4Tim-Philipp Müller5-8/+63
2018-09-16Release 1.14.31.14.3Tim-Philipp Müller5-10/+145
2018-09-07validate:launcher: Just wait for a while before considering Xvfb is ready if ↵Thibault Saunier1-4/+10
xset is not present This is what xvfb-run so let's consider it good enough
2018-08-16meson: Unify required version to 0.40.1Nicolas Dufresne1-1/+1
2018-07-23validate: Use 'skipped' keyword in xunit xmlEdward Hervey1-1/+1
It was always meant to be 'skipped' to be 100% compatible with xunit xsl. Makes jenkins happy again
2018-07-20Release 1.14.21.14.2Tim-Philipp Müller5-142/+271
2018-07-01validate:launcher: Allow retrieving coredumps from within flatpakThibault Saunier2-24/+43
2018-06-19validate:launcher: Fix the --forever switchThibault Saunier1-1/+1
It was not stopping on error. https://bugzilla.gnome.org/show_bug.cgi?id=796608
2018-06-19validate: Update all gitignoreEdward Hervey3-7/+10
2018-05-17Release 1.14.11.14.1Tim-Philipp Müller5-18/+219
2018-05-15validate:launcher: Error out loudly if the testlist changesThibault Saunier1-4/+3
When --fail-on-testlist-change is set.
2018-05-15validate:launcher: Do not print time spent if the testsuite never startedThibault Saunier1-4/+5
2018-05-15validate: Set TESTSUITE_VERSION to 1.14 in configure.acThibault Saunier1-1/+1
2018-05-13validate:launcher: Pass baseclass.py into autopep8Thibault Saunier1-33/+47
2018-05-13validate: launcher: Make sure testsuites are used/configured once onlyThibault Saunier1-3/+3
2018-05-10validate: Remove hls.*seek_with_stop blacklistingEdward Hervey1-2/+2
The issue is closed upstream (because of concentrating on decodebin3 instead), and initial forever testing seems to show the issue doesn't happen anymore
2018-04-25validate: fix out of source tree build errorKai Kang1-2/+2
It fails to generate gst-validate-enum-types.h and gst-validate-enum-types.c when build out of source tree. Add the path for template files. https://bugzilla.gnome.org/show_bug.cgi?id=795531 Signed-off-by: Kai Kang <kai.kang@windriver.com>
2018-03-19Release 1.14.01.14.0Tim-Philipp Müller5-59/+209
2018-03-13validate: Fix the way we set the testsuite versionThibault Saunier1-5/+3
The testuite version should be 'master' during development and the version number on releases, during the pre-release cycle, there is no nano version, thus our detection handling was mistaking.
2018-03-13meson: update versionTim-Philipp Müller1-1/+1
2018-03-13Release 1.13.911.13.91Tim-Philipp Müller4-39/+961
2018-03-13validate: GST_EXPORT -> GST_VALIDATE_APITim-Philipp Müller23-161/+199
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
2018-03-13debug-viewer: solved crash when maximum freq sentinel is 0Xabier Rodriguez Calvar1-1/+5
https://bugzilla.gnome.org/show_bug.cgi?id=794282
2018-03-12debug-viewer: Fix copying current lineThibault Saunier1-1/+1
2018-03-12debug-viewer: Add an appdata fileThibault Saunier3-0/+20
2018-03-03Release 1.13.901.13.90Tim-Philipp Müller4-101/+1278
2018-03-01meson: enable more warningsMathieu Duponchelle1-0/+24
2018-02-22debug-viewer: fix names of actions/functionsXabier Rodriguez Calvar2-24/+24
https://bugzilla.gnome.org/show_bug.cgi?id=793241
2018-02-22debug-viewer: Added filter for threadsXabier Rodriguez Calvar3-0/+35
https://bugzilla.gnome.org/show_bug.cgi?id=793241
2018-02-22debug-viewer: Added filter for functionXabier Rodriguez Calvar3-0/+34
https://bugzilla.gnome.org/show_bug.cgi?id=793241
2018-02-21meson: simplify GST_DISABLE_GST_DEBUG check and don't use add_global_*Tim-Philipp Müller1-20/+8
add_global_arguments() can't be used in subprojects. It's entirely possible that devtools is a subproject but gstreamer is picked up from an installed location, so we should really use add_project_arguments() in both cases.
2018-02-19validate: tools: fix build dependencies for validate-rtsp-serverTim-Philipp Müller1-1/+1
In file included from ../subprojects/gst-devtools/validate/tools/gst-validate-rtsp-server.c:21:0: .../gst/gst.h:31:10: fatal error: gst/gstenumtypes.h: No such file or directory
2018-02-18validategtk: Stop using deprecated keymap APISebastian Dröge1-2/+2
gstvalidategtk.c:184:7: error: ‘gdk_keymap_get_default’ is deprecated: Use 'gdk_keymap_get_for_display' instead [-Werror=deprecated-declarations] gdk_keymap_get_entries_for_keyval (gdk_keymap_get_default (), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2018-02-16debug-viewer: Fixed C++ destructors detectionXabier Rodriguez Calvar1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=793447
2018-02-15Fix versionsTim-Philipp Müller2-4/+4
2018-02-15Back to developmentTim-Philipp Müller2-4/+4
2018-02-15Release 1.13.11.13.1Tim-Philipp Müller4-624/+114
2018-02-15validate: dist enum types templatesTim-Philipp Müller1-0/+4
2018-02-14debug-viewer: Fix C++ detection of lambdas as functionXabier Rodriguez Calvar1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=793422
2018-02-10validate-pad-monitor: Use GST_SEQNUM_INVALIDEdward Hervey1-13/+14
Instead of 0 (which is valid)
2018-02-08debug-viewer; Store thread as long instead of intOlivier Crête1-1/+1
On 64-bit platforms, the thread id can be over 2^32 so use a long to handle it.
2018-01-31tools: gst-validate-images-check: Fix typoWonchul Lee2-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=792035
2018-01-30meson: use -fno-strict-aliasing where supportedTim-Philipp Müller1-0/+5
https://bugzilla.gnome.org/show_bug.cgi?id=769183
2017-12-18validate/baseclasses: Release un-needed data when test endsEdward Hervey1-0/+10
This was keeping around 500-700kB of data for each test, which was gradually raising memory usage of a full run by 100MB+ The reports are definitely not needed, and we only need to keep information from the subprocess env variable that we might need later on for final reporting