Lines Matching refs:fail
55 result.fail("Return buffer was not INFO_LOG_LENGTH sized and null-terminated"); in verifyInfoLogQuery()
57 result.fail("Buffer end guard modified, query wrote over the end of the buffer."); in verifyInfoLogQuery()
70 result.fail("'length' was not written to"); in verifyInfoLogQuery()
72 result.fail("Either length was incorrect or result was not null-terminated"); in verifyInfoLogQuery()
74 result.fail("'length' characters + null terminator is larger than INFO_LOG_LENGTH"); in verifyInfoLogQuery()
76 result.fail("'length' is not consistent with INFO_LOG_LENGTH"); in verifyInfoLogQuery()
78 result.fail("Buffer end guard modified, query wrote over the end of the buffer."); in verifyInfoLogQuery()
80 result.fail("'length' and written string length do not match"); in verifyInfoLogQuery()
93 result.fail("'length' was not written to"); in verifyInfoLogQuery()
95 result.fail("Expected 'length' = 1"); in verifyInfoLogQuery()
97 result.fail("Expected null terminator at index 1"); in verifyInfoLogQuery()
110 result.fail("'length' was not written to"); in verifyInfoLogQuery()
112 result.fail("Expected 'length' = 0"); in verifyInfoLogQuery()
114 result.fail("Expected null terminator at index 0"); in verifyInfoLogQuery()
126 result.fail("'length' was not written to"); in verifyInfoLogQuery()
128 result.fail("Expected 'length' = 0"); in verifyInfoLogQuery()
130 result.fail("Unexpected buffer mutation at index 0"); in verifyInfoLogQuery()