Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Remarks/
H A DYAMLRemarksParsingTest.cpp50 bool parseExpectError(const char (&Buf)[N], const char *Error) { in parseExpectError() function
97 EXPECT_TRUE(parseExpectError("\n\n", "document root is not of mapping type.")); in TEST()
102 parseExpectError("\x01\x02\x03\x04\x05\x06", "Got empty plain scalar")); in TEST()
190 EXPECT_TRUE(parseExpectError("\n" in TEST()
198 EXPECT_TRUE(parseExpectError("\n" in TEST()
205 EXPECT_TRUE(parseExpectError("\n" in TEST()
212 EXPECT_TRUE(parseExpectError("\n" in TEST()
219 EXPECT_TRUE(parseExpectError("\n" in TEST()
228 EXPECT_TRUE(parseExpectError("\n" in TEST()
237 EXPECT_TRUE(parseExpectError("\n" in TEST()
[all …]