Home
last modified time | relevance | path

Searched defs:ExpectedError (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedNegative.cpp184 bool DrawBuffersIndexedNegative::ExpectedError(glw::GLenum expectedResult, const char* call) in ExpectedError() function in glcts::DrawBuffersIndexedNegative
/third_party/python/Lib/test/
Dtest_itertools.py833 class ExpectedError(Exception): class