summaryrefslogtreecommitdiff
path: root/tests/validate
AgeCommit message (Collapse)AuthorFilesLines
2020-07-30validate: Pipe debug output to a file when discovering scenariosThibault Saunier1-6/+7
Otherwise `gst-validate-launcher` can get veeery noisy Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/198>
2020-05-26validate: Stop always mutingThibault Saunier1-1/+2
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/178>
2020-05-02test: Add support for .validatetest in the launcher appThibault Saunier1-7/+35
2019-11-20validate: Move to the new GstValidateEncodingTestInterface APIThibault Saunier1-20/+2
2019-10-13Remove autotools build systemTim-Philipp Müller2-12/+0
Todo: - hook up data/completions/ges-launch-1.0 in Meson (#77)
2019-07-05tests: Add ges-sample-path-recurse with projects locationSwayamjeet1-0/+1
So that project files are found when using nested timelines
2019-07-05validate: Add a way to use validate configs with scenariosThibault Saunier1-7/+12
Config files should have the-scenario-name.scenario.config to be picked automatically
2019-07-05validate: Use proper sink and give them good namesThibault Saunier1-1/+9
2019-07-05tests: Implement nested timelines testsSwayamjeet1-7/+19
2018-07-23validate: Let testsuites define scenarios pathThibault Saunier1-15/+18
The code was not taking into account the fact that testsuite could be located in a different folder that the default one. Now the testsuite is responsible for providing a path if it wants to set extra scenarios or the user can set one by hand.
2018-07-21validate: Handle scenario only based testsThibault Saunier1-2/+44
Meaning tests that do not need project at all
2018-05-13validate: Run IQA tests when possibleThibault Saunier1-0/+5
Meaning that a reference file has to be present on disk with a `.expected_result` extension.
2018-05-06validate: Stop forcing I420 in profiles restriction capsThibault Saunier1-1/+1
This was a workaround for encoders bad behavior in the reconfigure case. https://bugzilla.gnome.org/show_bug.cgi?id=795420
2017-09-07make: Fix validate scenario install directoryNicolas Dufresne1-1/+1
2017-09-07meson: Install validate helpers and scenariosNicolas Dufresne2-0/+8
This fixes the usage of gst-validate-launcher ges with an installed version of GES.
2017-08-10validate: Check subprocess return code in rendering testsThibault Saunier1-0/+3
2017-08-10validate: fix error messageTim-Philipp Müller1-1/+1
2017-07-18validate: Fix test names now that the launcher handles adding manager nameThibault Saunier1-2/+2
2016-12-22validate: Remove space breaking muting ges-launchThibault Saunier1-1/+1
2016-11-09test:validate: Port to python3Thibault Saunier1-8/+8
2016-09-09test:validate: Handle new expected_failures Test argumentThibault Saunier1-1/+1
2016-09-05Revert "validate: Blacklist racy tests"Thibault Saunier1-8/+0
This reverts commit ce35412ff260fbd6e07b374bc3ca677053c277e0. https://bugzilla.gnome.org/show_bug.cgi?id=769894 has been fixed
2016-08-14validate: Blacklist racy testsEdward Hervey1-0/+8
See https://bugzilla.gnome.org/show_bug.cgi?id=769894
2016-08-01tests:validate: Also test opus and theora in OGGThibault Saunier1-0/+1
2016-07-29validate: Start also testing jpeg encodingThibault Saunier1-1/+4
2016-07-15tests:validate: Better choose tested rendering formatsThibault Saunier1-2/+6
2015-03-25ges-launch: Better document options.Mathieu Duponchelle1-2/+2
+ Sort them by topic + remove --sample-paths and --sample-paths-recurse. http://phabricator.freedesktop.org/D58
2014-12-06validate: Start using the new testsuite based API from GstValidateThibault Saunier1-21/+30
2014-12-06validate: Handle long tests in the TestManagerThibault Saunier1-7/+10
+ Minor bug fixes
2014-10-30tests: implement our validate TestManager.Mathieu Duponchelle4-0/+319
And make sure it installs alongside the other validate apps. https://bugzilla.gnome.org/show_bug.cgi?id=739093