-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
clitests/golden/encode/encode_error_too_many_filenames/file_to_file.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx encode fatal: Too many filenames specified. See 'ktx encode --help'. |
1 change: 1 addition & 0 deletions
1
clitests/golden/encode/encode_error_too_many_filenames/file_to_stdout.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx encode fatal: Too many filenames specified. See 'ktx encode --help'. |
1 change: 1 addition & 0 deletions
1
clitests/golden/encode/encode_error_too_many_filenames/stdin_to_file.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx encode fatal: Too many filenames specified. See 'ktx encode --help'. |
1 change: 1 addition & 0 deletions
1
clitests/golden/encode/encode_error_too_many_filenames/stdin_to_stdout.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx encode fatal: Too many filenames specified. See 'ktx encode --help'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx info fatal: Too many filenames specified. See 'ktx info --help'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx info fatal: Too many filenames specified. See 'ktx info --help'. |
1 change: 1 addition & 0 deletions
1
clitests/golden/transcode/transcode_error_too_many_filenames/file_to_file.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx transcode fatal: Too many filenames specified. See 'ktx transcode --help'. |
1 change: 1 addition & 0 deletions
1
clitests/golden/transcode/transcode_error_too_many_filenames/file_to_stdout.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx transcode fatal: Too many filenames specified. See 'ktx transcode --help'. |
1 change: 1 addition & 0 deletions
1
clitests/golden/transcode/transcode_error_too_many_filenames/stdin_to_file.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx transcode fatal: Too many filenames specified. See 'ktx transcode --help'. |
1 change: 1 addition & 0 deletions
1
clitests/golden/transcode/transcode_error_too_many_filenames/stdin_to_stdout.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx transcode fatal: Too many filenames specified. See 'ktx transcode --help'. |
1 change: 1 addition & 0 deletions
1
clitests/golden/validate/cli_errors/too_many_filenames1.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx validate fatal: Too many filenames specified. See 'ktx validate --help'. |
1 change: 1 addition & 0 deletions
1
clitests/golden/validate/cli_errors/too_many_filenames2.err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ktx validate fatal: Too many filenames specified. See 'ktx validate --help'. |
16 changes: 16 additions & 0 deletions
16
clitests/tests/encode/encode_error_too_many_filenames.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"description": "Test encode with too many filename arguments.", | ||
"command": "ktx encode --testrun --codec uastc ${input[value]} ${output[value]} excess_filename.ktx2", | ||
"status": 1, | ||
"stderr": "golden/encode/encode_error_too_many_filenames/${input[id]}_to_${output[id]}.err.txt", | ||
"args": { | ||
"input": [ | ||
{ "id": "file", "value": "input/ktx2/valid_R8G8B8A8_UNORM_2D.ktx2" }, | ||
{ "id": "stdin", "value": "-" } | ||
], | ||
"output": [ | ||
{ "id": "file", "value": "output/encode/encode_error_too_many_filenames/output.ktx2" }, | ||
{ "id": "stdout", "value" : "-" } | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
clitests/tests/transcode/transcode_error_too_many_filenames.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"description": "Test transcode with too many filename arguments.", | ||
"command": "ktx transcode --testrun ${input[value]} ${output[value]} excess_filename.ktx2", | ||
"status": 1, | ||
"stderr": "golden/transcode/transcode_error_too_many_filenames/${input[id]}_to_${output[id]}.err.txt", | ||
"args": { | ||
"input": [ | ||
{ "id": "file", "value": "input/transcode/large_UASTC.ktx2" }, | ||
{ "id": "stdin", "value": "-" } | ||
], | ||
"output": [ | ||
{ "id": "file", "value": "output/transcode/transcode_error_too_many_filenames/output.ktx2" }, | ||
{ "id": "stdout", "value" : "-" } | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters