tests/drv_hangman: Convert test from shell script to c
authorMika Kuoppala <mika.kuoppala@intel.com>
Mon, 19 May 2014 14:42:21 +0000 (17:42 +0300)
committerMika Kuoppala <mika.kuoppala@intel.com>
Thu, 22 May 2014 11:18:45 +0000 (14:18 +0300)
commit9b0d3481e80670ccc27925a6ada05bb36a665b05
tree3a7f565c5f7ecdfe02e55a7bf3be33fc3020d16d
parent9911f3f0cf202444f1ef2399f5961605880b7360
tests/drv_hangman: Convert test from shell script to c

Mixing script and standlone tests didn't mix well with the
strict i915_ring_stop flags handling. Also squash drv_missed_irq_hang
to the new test.

v2: - Remove missed irq test (Daniel Vetter)
    - gitignore fixed (Oscar Mateo)
    - fix check_other_clients to handle dangling fd's

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78322
Suggested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Oscar Mateo <oscar.mateo@intel.com> <v1>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
tests/.gitignore
tests/Makefile.sources
tests/drv_hangman [deleted file]
tests/drv_hangman.c [new file with mode: 0644]