Skip to content

Commit

Permalink
Get rid of excess "Validation failed" message from tool outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aqnuep committed Mar 27, 2023
1 parent ce3ee26 commit 3fd921a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Validation failed

fatal-1003: Unexpected end of file.
Unexpected end of file. Failed to read 80 byte(s) at offset 0 to access the header. Only able to read 10 byte(s).
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Validation failed

fatal-2001: Not a KTX2 file.
Not a KTX2 file. The beginning of the file does not match the expected file identifier "«KTX 20»\r\n\x1A\n".
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Validation failed

error-3008: Mismatching pixelWidth and pixelHeight for a cube map.
pixelWidth is 16 and pixelHeight is 12 but for a cube map they must be equal.
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Validation failed

error-3019: Invalid supercompressionScheme.
Invalid supercompressionScheme: (0x00000010).
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Validation failed

error-7002: Invalid Key/Value Data. Not enough data left in Key/Value Data to process another key-value entry
Key/Value Data has 4 byte(s) unprocessed but for a key value entry at least 6 bytes are required (4 byte size + 1 byte key + null terminator).
6 changes: 6 additions & 0 deletions clitests/output/encode/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2022-2023 The Khronos Group Inc.
# Copyright 2022-2023 RasterGrid Kft.
# SPDX-License-Identifier: Apache-2.0

*
!.gitignore

0 comments on commit 3fd921a

Please sign in to comment.