summaryrefslogtreecommitdiff
path: root/tests/debugfs_emon_crash
AgeCommit message (Collapse)Author
2015-12-03tests: add exit value constants for shell script testsThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2013-07-01tests: rename debugfs base path to be more specificMika Kuoppala
In preparation to have sysfs entries used in scripts rename to more specific name. Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-06-08tests/debgufs_emon_crash: make it quietDaniel Vetter
2012-04-10tests: explicit use bashDaniel Vetter
We use bashisms, which debian's default sh dash doesn't like. Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-04tests: fixup drm_lib.sh sourcingDaniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-04tests: use common code for scriptsBen Widawsky
This removes cut and pasted code and uses a more central source. Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-11-10tests: add test for kernel segmentation faultEugeni Dodonov
As asked by Daniel Vetter, this is a tech which checks if we can cause division by zero in kernel by reading the i915_emon_status debugfs entry repeatably. Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>