[Piglit] [PATCH 0/4] More EXT_external_objects tests

Andres Rodriguez andresx7 at gmail.com
Fri Dec 22 00:35:25 UTC 2017


Some basic api checks for EXT_semaphore, and some touch ups
to the EXT_memory_object tests.

This is intended to validate the new EXT_semaphore series that
should be coming to mesa-dev soon.

Andres Rodriguez (4):
  ext_semaphore: add basic api error checking
  ext_memory_object: remove redundant print on failure
  ext_semaphore_fd: add api error tests
  ext_memory_object_fd: add api error tests

 tests/all.py                                      |  18 +++
 tests/spec/CMakeLists.txt                         |   3 +
 tests/spec/ext_memory_object/api-errors.c         |  21 +--
 tests/spec/ext_memory_object_fd/CMakeLists.gl.txt |  14 ++
 tests/spec/ext_memory_object_fd/CMakeLists.txt    |   1 +
 tests/spec/ext_memory_object_fd/api-errors.c      |  85 ++++++++++++
 tests/spec/ext_semaphore/CMakeLists.gl.txt        |  14 ++
 tests/spec/ext_semaphore/CMakeLists.txt           |   1 +
 tests/spec/ext_semaphore/api-errors.c             | 158 ++++++++++++++++++++++
 tests/spec/ext_semaphore_fd/CMakeLists.gl.txt     |  14 ++
 tests/spec/ext_semaphore_fd/CMakeLists.txt        |   1 +
 tests/spec/ext_semaphore_fd/api-errors.c          |  85 ++++++++++++
 12 files changed, 397 insertions(+), 18 deletions(-)
 create mode 100644 tests/spec/ext_memory_object_fd/CMakeLists.gl.txt
 create mode 100644 tests/spec/ext_memory_object_fd/CMakeLists.txt
 create mode 100644 tests/spec/ext_memory_object_fd/api-errors.c
 create mode 100644 tests/spec/ext_semaphore/CMakeLists.gl.txt
 create mode 100644 tests/spec/ext_semaphore/CMakeLists.txt
 create mode 100644 tests/spec/ext_semaphore/api-errors.c
 create mode 100644 tests/spec/ext_semaphore_fd/CMakeLists.gl.txt
 create mode 100644 tests/spec/ext_semaphore_fd/CMakeLists.txt
 create mode 100644 tests/spec/ext_semaphore_fd/api-errors.c

-- 
2.9.3



More information about the Piglit mailing list