All of lore.kernel.org
 help / color / mirror / Atom feed
* [kms-test] [PATCH 0/7] Miscellaneous fixes and improvements
@ 2022-07-31 15:20 Laurent Pinchart
  2022-07-31 15:20 ` [kms-test] [PATCH 1/7] tests: brxalloc: Fix test start log message Laurent Pinchart
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Laurent Pinchart @ 2022-07-31 15:20 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Kieran Bingham

Hello,

This series fixes miscellaneous issues in the kms-test suite ([1]).

Patches 1/7 to 3/7 are direct bug fixes, patches 4/7 and 5/7 improve
handling of CRC reader failures by properly handling exceptions, and
patches 6/7 and 7/7 implement a test runner. Please see individual
patches for details.

[1] https://git.ideasonboard.com/renesas/kms-tests.git

Laurent Pinchart (7):
  tests: brxalloc: Fix test start log message
  tests: modes: Fix access to RuntimeError message text
  kmstest: Fix CRC directory name string
  kmstest: Fix exception handling in CRCReader constructor and
    destructor
  tests: crc: Skip test if CRC support isn't available
  tests: Only call execute() if the test is run directly
  kmstest: Implement test runner when executed directly

 tests/kms-test-allplanes.py      |  4 ++-
 tests/kms-test-brxalloc.py       |  6 ++--
 tests/kms-test-connectors.py     |  3 +-
 tests/kms-test-crc.py            | 12 ++++++--
 tests/kms-test-formats.py        |  4 ++-
 tests/kms-test-legacy-modeset.py |  4 ++-
 tests/kms-test-modes.py          |  6 ++--
 tests/kms-test-modeset.py        |  4 ++-
 tests/kms-test-pageflip.py       |  4 ++-
 tests/kms-test-plane-alpha.py    |  4 ++-
 tests/kms-test-plane-position.py |  4 ++-
 tests/kms-test-plane-zpos.py     |  4 ++-
 tests/kms-test-routing.py        |  3 +-
 tests/kmstest.py                 | 52 +++++++++++++++++++++++++++++---
 14 files changed, 94 insertions(+), 20 deletions(-)


base-commit: 70afa1a51f4ffc4db404514af0b2990b23d56fee
-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2022-07-31 18:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31 15:20 [kms-test] [PATCH 0/7] Miscellaneous fixes and improvements Laurent Pinchart
2022-07-31 15:20 ` [kms-test] [PATCH 1/7] tests: brxalloc: Fix test start log message Laurent Pinchart
2022-07-31 15:20 ` [kms-test] [PATCH 2/7] tests: modes: Fix access to RuntimeError message text Laurent Pinchart
2022-07-31 15:20 ` [kms-test] [PATCH 3/7] kmstest: Fix CRC directory name string Laurent Pinchart
2022-07-31 15:20 ` [kms-test] [PATCH 4/7] kmstest: Fix exception handling in CRCReader constructor and destructor Laurent Pinchart
2022-07-31 15:20 ` [kms-test] [PATCH 5/7] tests: crc: Skip test if CRC support isn't available Laurent Pinchart
2022-07-31 15:20 ` [kms-test] [PATCH 6/7] tests: Only call execute() if the test is run directly Laurent Pinchart
2022-07-31 15:20 ` [kms-test] [PATCH 7/7] kmstest: Implement test runner when executed directly Laurent Pinchart
2022-07-31 18:52 ` [kms-test] [PATCH 8/7] tests: Don't skip formats and plane-position tests on unconnected connector Laurent Pinchart
2022-07-31 18:52 ` [kms-test] [PATCH 9/7] kmstest: Raise clear exception when property is not found Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.