Home
last modified time | relevance | path

Searched refs:ASSERT_DEVICE_ERROR_MSG (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDestroyTests.cpp179 ASSERT_DEVICE_ERROR_MSG(queue.Submit(1, &commands), HasSubstr("[Device] is lost.")); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h98 #define ASSERT_DEVICE_ERROR_MSG(statement, matcher) \ macro
108 #define ASSERT_DEVICE_ERROR(statement) ASSERT_DEVICE_ERROR_MSG(statement, testing::_)