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