SWDEV-333188 - Port image tests to catch2 (#2793)
- Port image tests to catch2.
- Disable 3D filter test for gfx9a.
- Some other improvement
- Temporarily disable linear filter tests on Windows
Change-Id: Ieeddac9f8c50aa9b6b12ca9d8fd792a51973b8ca
[ROCm/hip-tests commit: 0fc518d281]
Este commit está contenido en:
cometido por
GitHub
padre
9174393aa4
commit
9309313836
@@ -23,7 +23,7 @@ THE SOFTWARE.
|
||||
* Validates Array Resource texture object with negative/functional tests.
|
||||
*/
|
||||
TEST_CASE("Unit_hipCreateTextureObject_ArrayResource") {
|
||||
checkImageSupport();
|
||||
CHECK_IMAGE_SUPPORT
|
||||
|
||||
hipError_t ret;
|
||||
hipResourceDesc resDesc;
|
||||
@@ -49,7 +49,7 @@ TEST_CASE("Unit_hipCreateTextureObject_ArrayResource") {
|
||||
* with negative/functional tests.
|
||||
*/
|
||||
TEST_CASE("Unit_hipCreateTextureObject_MmArrayResource") {
|
||||
checkImageSupport();
|
||||
CHECK_IMAGE_SUPPORT
|
||||
|
||||
hipError_t ret;
|
||||
hipResourceDesc resDesc;
|
||||
|
||||
Referencia en una nueva incidencia
Block a user