mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Added a test case for printing an empty string (#2590)
Fixes #2364 according to issue description
This commit is contained in:
@@ -1032,6 +1032,9 @@ testCase testCaseChar = {
|
||||
|
||||
std::vector<printDataGenParameters> printStringGenParameters = {
|
||||
|
||||
// empty format, no data representation
|
||||
{ {""} },
|
||||
|
||||
// empty format
|
||||
{ {""}, "\"foo\"" },
|
||||
|
||||
@@ -1094,6 +1097,8 @@ std::vector<std::string> correctBufferString = {
|
||||
|
||||
"",
|
||||
|
||||
"",
|
||||
|
||||
" foo",
|
||||
|
||||
"f",
|
||||
|
||||
Reference in New Issue
Block a user