Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/4] Create a new directory for hardware-targeting tests
@ 2017-12-13 12:58 Petri Latvala
  2017-12-13 12:58 ` [PATCH i-g-t 1/4] tests: Add a hw-tests subdirectory Petri Latvala
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Petri Latvala @ 2017-12-13 12:58 UTC (permalink / raw)
  To: intel-gfx

Original patch from Antonio Argenziano, split into separate commits
for its separate steps.

New directory created, tests/hw-tests, meant for tests that target the
hardware's behaviour more than the driver's (or the combination
thereof). Currently just gem_bad_address moved, with Antonio's
changes to the test.

The tests in hw-tests will install into
$libexec/intel-gpu-tools/hw-tests.

Running hw-tests is done by setting IGT_TEST_ROOT appropriately to the
hw-tests directory. scripts/run-tests.sh is amended to support it
instead of hardcoding to $srcdir/tests.

Antonio Argenziano (1):
  hw-tests: Fix and update gem_bad_address

Petri Latvala (3):
  tests: Add a hw-tests subdirectory
  tests: Move gem_bad_address to hw-tests
  run-tests.sh: Allow users to override IGT_TEST_ROOT

 configure.ac                           | 12 ++++++
 scripts/run-tests.sh                   |  2 +-
 tests/Makefile.am                      |  2 +-
 tests/Makefile.sources                 |  1 -
 tests/hw-tests/Makefile.am             | 41 ++++++++++++++++++++
 tests/hw-tests/Makefile.sources        |  3 ++
 tests/{ => hw-tests}/gem_bad_address.c | 69 +++++++++++++++++++---------------
 tests/hw-tests/meson.build             | 25 ++++++++++++
 tests/meson.build                      |  3 +-
 9 files changed, 124 insertions(+), 34 deletions(-)
 create mode 100644 tests/hw-tests/Makefile.am
 create mode 100644 tests/hw-tests/Makefile.sources
 rename tests/{ => hw-tests}/gem_bad_address.c (52%)
 create mode 100644 tests/hw-tests/meson.build

-- 
2.14.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-12-15 20:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13 12:58 [PATCH i-g-t 0/4] Create a new directory for hardware-targeting tests Petri Latvala
2017-12-13 12:58 ` [PATCH i-g-t 1/4] tests: Add a hw-tests subdirectory Petri Latvala
2017-12-13 12:58 ` [PATCH i-g-t 2/4] tests: Move gem_bad_address to hw-tests Petri Latvala
2017-12-13 13:26   ` Chris Wilson
2017-12-15 19:43     ` Antonio Argenziano
2017-12-13 12:58 ` [PATCH i-g-t 3/4] hw-tests: Fix and update gem_bad_address Petri Latvala
2017-12-15 20:46   ` Chris Wilson
2017-12-13 12:58 ` [PATCH i-g-t 4/4] run-tests.sh: Allow users to override IGT_TEST_ROOT Petri Latvala
2017-12-13 16:04   ` Arkadiusz Hiler
2017-12-13 16:41 ` ✓ Fi.CI.BAT: success for Create a new directory for hardware-targeting tests Patchwork
2017-12-13 18:31 ` ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox