summaryrefslogtreecommitdiff
path: root/tests/feat_profile.json
AgeCommit message (Collapse)Author
2018-11-16tests: Move drv_ tests to i915 directoryArkadiusz Hiler
The drv_ tests are i915 specific, so let's move them to i915 directory and change the binary prefix to i915_. Additionally, while we at moving stuff around, let's rename module_reload to module_load and do the following cleanup with the subtests: basic-reload -> reload basic-no-display -> reload-no-display basic-reload-inject -> reload-with-fault-injection Cc: Martin Peres <martin.peres@linux.intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Martin Peres <martin.peres@linux.intel.com>
2017-04-25tests/feat_profile.json: legacy features list for piglit summary featureJari Tahvanainen
Daniel has posted empty feat_profile.json as template to be used. This is my understanding about the features and what tests are covering those. Usage: piglit summary feature json-filename output-directory results-directory Signed-off-by: Jari Tahvanainen <jari.tahvanainen@intel.com> Acked-by: Daniel Vetter <daniel.vetter@intel.com>
2016-12-02tests: Add feature list file for piglit 'summary feature'Feceoru, Gabriel
This is a placeholder for the feature list file. This needs to be filled in by feature owners with the feature name and the corresponding tests regex. Please refer to this piglit commit for more info on this feature. commit f16d011db75b08ceae241e7370599146691340ab Author: Feceoru, Gabriel <gabriel.feceoru@intel.com> Date: Tue Nov 3 17:50:41 2015 +0200 framework: Add support for feature readiness. v2: - Moved the file to tests directory - Replaced the example with a real feature Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com>