Searched refs:testParseError (Results 1 – 11 of 11) sorted by relevance
32 static void testParseError(ArrayRef<uint8_t> bytes, const char *msg) { in testParseError() function40 testParseError(bytes, "unrecognized format-version: 0x1"); in TEST()45 testParseError(bytes, "invalid section length 3 at offset 0x1"); in TEST()50 testParseError(bytes, "unrecognized vendor-name: xy"); in TEST()56 testParseError(bytes, "unrecognized tag 0x4 at offset 0xa"); in TEST()62 testParseError(bytes, "invalid attribute size 4 at offset 0xa"); in TEST()
44 void testParseError(ArrayRef<uint8_t> bytes, const char *msg) { in testParseError() function58 testParseError(bytes, "unknown CPU_arch value: 22"); in TEST()
32 def testParseError(): function41 run(testParseError)
31 def testParseError(): function41 run(testParseError)
48 def testParseError(self): member in TestUpgrade
146 def testParseError(self): member in TestUpgrade
394 public void testParseError() throws Exception { in testParseError() method in MapForProto2LiteTest
438 public void testParseError() throws Exception { in testParseError() method in MapLiteTest
542 public void testParseError() throws Exception { in testParseError() method in MapForProto2Test
562 public void testParseError() throws Exception { in testParseError() method in MapTest