summaryrefslogtreecommitdiff
path: root/testsuites
AgeCommit message (Collapse)AuthorFilesLines
2017-04-14testsuites: New DASH-IF conformity testsuitedashifEdward Hervey3-0/+9846
Allows testing various DASH-IF Test Assets
2016-12-13validate: Bug #774854 is supposed to be FIXED nowThibault Saunier1-8/+0
2016-12-04validate: Fix known issues definitionsThibault Saunier1-2/+2
2016-12-02ges: Remove now fixed test to the known issue listThibault Saunier1-11/+0
2016-11-29testsuites:validate: Mark known seek issues on dash streams as suchThibault Saunier2-2/+37
2016-11-28testsuite:validate: Mark known theora over HTTP decoding issueThibault Saunier1-0/+20
2016-11-28testsuites:validate: Blacklist validate.file.*.simple.fast_forward.synchronizedThibault Saunier2-3/+3
Those are racy and often lead to TIMEOUT
2016-11-25testsuites:ges: Set known seeking issues as suchThibault Saunier1-8/+23
2016-11-08Port to python3Thibault Saunier1-1/+1
2016-10-18testlist: Update for new blacklisted testsEdward Hervey1-3/+0
2016-09-09ges: Accept wrong position after seek on mp3 files as it is a known bugThibault Saunier1-0/+7
2016-09-05Revert "testlist: Blacklist some GES tests"Thibault Saunier1-0/+98
This reverts commit 2fb85424d0aa5f77b7076e2f14a3ae42bfc314af. https://bugzilla.gnome.org/show_bug.cgi?id=769894 has been fixed.
2016-08-14testlist: Blacklist some GES testsEdward Hervey1-98/+0
See https://bugzilla.gnome.org/show_bug.cgi?id=769894
2016-08-13testsuite: Re-enable no-longer blacklisted testsEdward Hervey1-0/+4
2016-08-13https://bugzilla.gnome.org/show_bug.cgi?id=769545Edward Hervey1-3/+0
testsuite: Remove more blacklisted tests
2016-08-12validate.testlist: Update for blacklisted testEdward Hervey1-1/+0
2016-08-01Update ges.testslistThibault Saunier1-0/+196
2016-07-19Update GES testslistThibault Saunier1-49/+196
2016-06-07validateextra: also remove non existing tests from .testlist fileThiago Santos1-2/+0
Follow up from the previous commit
2016-06-07validateextra: remove scenarios that doesn't existThiago Santos1-4/+0
Leads to exceptions when run with: gst-validate-launcher --sync-all validateextra
2016-05-07testlist: remove blacklisted tests for nonfragmented_sink mp4 fileThiago Santos1-5/+0
2016-05-06testslist: update testlist with new fragmented file testsThiago Santos1-0/+13
2016-03-23ges: Only use the default path for the default testsuiteThibault Saunier1-1/+1
2016-03-23ges: Pass the proper path to GES projectsThibault Saunier1-1/+3
2016-03-22testsuites: validate: Take into account newly blacklisted testsThibault Saunier1-2/+0
2016-02-26validateelements: Make FLOAT as numeric valuesThibault Saunier1-3/+8
2016-02-23Update validate.testslistThibault Saunier1-1/+40
Those were added in: commit 146c6a95d670cc5753bbf20615d7f8c5b7b518ba Author: Thibault Saunier <tsaunier@gnome.org> Date: Wed Oct 14 11:56:23 2015 +0100 default testsuite: Add prores tests validate: commit 3bd31854a8c569068bbd75160d724fd6ce39d265 Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Oct 27 15:51:44 2015 +0200 validate: Un-blacklist seeking HLS tests They are reliable enough after 36b80edb7263118467dfcaee3923f7c964ae6bc8 in gst-plugins-base now.
2016-01-23ges: Add flac+jpeg in matroka and opus+jpeg in matroska testsThibault Saunier1-0/+96
2015-10-14default testsuite: Add prores testsThibault Saunier1-0/+3
2015-08-21Fix GST_VALIDATE_TESTSUITE_VERSION name when we are running with older ↵Thibault Saunier1-1/+1
GstValidate version
2015-08-21Update testlistThibault Saunier1-4/+2
2015-08-21Handle syncing on git tagsThibault Saunier1-1/+2
2015-08-20validate: Try to run GST_VALIDATE_TESTSUITE_VERSION version branchThibault Saunier1-1/+6
This way, by default, we run the testsuite that was made for the particular version of the launcher that is being used.
2015-08-15Update testlistSebastian Dröge1-2/+5
2015-08-15medias: Add DASH example streamSebastian Dröge1-0/+9
2015-08-15medias: Add Ogg/Opus test fileSebastian Dröge1-0/+13
2015-08-04Handle the new --force-sync optionThibault Saunier3-5/+8
2015-08-04Re-enabled FLAC reverse playback testNicolas Dufresne1-0/+1
2015-07-31validate-suite: Update and add media infoNicolas Dufresne1-3/+81
Some media info had outdate stream-id, which was preventing regression testing on the produce caps. Also, few media info where missing, which endup enabling few more tests.
2015-04-24validateelements: Avoid creating element unless necessaryThibault Saunier1-2/+10
2015-04-24validateelements: update test suiteVineeth T M1-7/+7
Updating the test suite and remove fixed issues from blacklist, and add more cases to the blacklist based on results. https://bugzilla.gnome.org/show_bug.cgi?id=743629
2015-04-23validateelements: Do not use GObject.Object.list_propertiesVineeth T M1-41/+39
As it appeared recently only (3.14.0) and use the old style GObject.list_properties instead. + Remove useless checks + Only add the scenarios we need to the test manager https://bugzilla.gnome.org/show_bug.cgi?id=748292
2015-04-20validate: Add extra test casesVineeth T M1-1/+36
Adding more elements to be verified using the test suite. https://bugzilla.gnome.org/show_bug.cgi?id=743629
2015-04-20validate: add an extra test suite for checking elementsVineeth T M1-0/+133
first version validateelement test suite is added, which goes through all audio and video effect elements and launches the elements with default audio/video testsrc and fakesink and with various element properties and finds errors in the pipelines. https://bugzilla.gnome.org/show_bug.cgi?id=743629
2015-04-14testsuites: Error out if the assets could not be syncedThibault Saunier2-2/+5
https://bugzilla.gnome.org/show_bug.cgi?id=747830
2015-04-13testsuites: Implement asset updating ourselfThibault Saunier3-34/+74
Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D91
2015-02-25validateextra: add non flushing seek scenariosVincent Penquerc'h2-0/+6
2015-02-18testsuites: ges: Force media pathThibault Saunier1-0/+4
2014-12-05medias: Add an mjpeg sample file to the default testsuiteThibault Saunier1-0/+13
2014-12-03validate: Add an extra testsuite that launches tests on 'big' filesThibault Saunier2-0/+61