Lines Matching defs:diagnostic
322 // Make sure that we don't blow up when both the consumer and the diagnostic are
837 // A binary parser diagnostic test case where we provide the words array
852 GetParam().num_words, nullptr, nullptr, &diagnostic));
853 ASSERT_NE(nullptr, diagnostic);
854 EXPECT_THAT(diagnostic->error, Eq(GetParam().expected_diagnostic));
873 // A binary parser diagnostic test case where a vector of words is
888 words.size(), nullptr, nullptr, &diagnostic),
890 ASSERT_NE(nullptr, diagnostic);
891 EXPECT_THAT(diagnostic->error, Eq(GetParam().expected_diagnostic));
1121 // A binary parser diagnostic case generated from an assembly text input.
1133 words.size(), nullptr, nullptr, &diagnostic),
1135 ASSERT_NE(nullptr, diagnostic);
1136 EXPECT_THAT(diagnostic->error, Eq(GetParam().expected_diagnostic));