Skip to content

Commit a67544f

Browse files
ULT renaming: Get Program Info tests
Related-To: NEO-2236 Change-Id: I0c90a3003e750c6d51211bbc0a25a29bf6a29909 Signed-off-by: Adam Cetnerowski <[email protected]>
1 parent 76501a2 commit a67544f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opencl/test/unit_test/api/cl_get_program_info_tests.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typedef api_tests clGetProgramInfoTests;
2222

2323
namespace ULT {
2424

25-
TEST_F(clGetProgramInfoTests, SuccessfulProgramWithSource) {
25+
TEST_F(clGetProgramInfoTests, GivenSourceWhenBuildingProgramThenGetProgramInfoReturnsCorrectInfo) {
2626
cl_program pProgram = nullptr;
2727
std::unique_ptr<char[]> pSource = nullptr;
2828
size_t sourceSize = 0;
@@ -97,7 +97,7 @@ TEST_F(clGetProgramInfoTests, SuccessfulProgramWithSource) {
9797
EXPECT_EQ(CL_SUCCESS, retVal);
9898
}
9999

100-
TEST_F(clGetProgramInfoTests, SuccessfulProgramWithIL) {
100+
TEST_F(clGetProgramInfoTests, GivenIlWhenBuildingProgramThenGetProgramInfoReturnsCorrectInfo) {
101101
REQUIRE_OCL_21_OR_SKIP(pContext);
102102
const size_t binarySize = 16;
103103
const uint32_t spirv[binarySize] = {0x03022307};

0 commit comments

Comments
 (0)