Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Remarks/
DYAMLRemarksParsingTest.cpp49 bool parseExpectError(const char (&Buf)[N], const char *Error) { in parseExpectError() function
95 EXPECT_TRUE(parseExpectError("\n\n", "document root is not of mapping type.")); in TEST()
100 parseExpectError("\x01\x02\x03\x04\x05\x06", "Got empty plain scalar")); in TEST()
178 EXPECT_TRUE(parseExpectError("\n" in TEST()
186 EXPECT_TRUE(parseExpectError("\n" in TEST()
193 EXPECT_TRUE(parseExpectError("\n" in TEST()
200 EXPECT_TRUE(parseExpectError("\n" in TEST()
207 EXPECT_TRUE(parseExpectError("\n" in TEST()
216 EXPECT_TRUE(parseExpectError("\n" in TEST()
225 EXPECT_TRUE(parseExpectError("\n" in TEST()
[all …]