Home
last modified time | relevance | path

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

/system/utest/runtests-utils/
A Druntests-utils-test.cpp685 fbl::StringBuffer<1024> expected_fail_output_buf; in DiscoverAndRunTestsWithOutput() local
686 expected_fail_output_buf.AppendPrintf( in DiscoverAndRunTestsWithOutput()
717 EXPECT_EQ(0, strncmp(expected_fail_output_buf.c_str(), &buf[buf_index], in DiscoverAndRunTestsWithOutput()
718 expected_fail_output_buf.size())); in DiscoverAndRunTestsWithOutput()
719 buf_index += expected_fail_output_buf.size(); in DiscoverAndRunTestsWithOutput()
720 } else if (!strncmp(expected_fail_output_buf.c_str(), &buf[buf_index], in DiscoverAndRunTestsWithOutput()
721 expected_fail_output_buf.size())) { in DiscoverAndRunTestsWithOutput()
722 buf_index += expected_fail_output_buf.size(); in DiscoverAndRunTestsWithOutput()

Completed in 7 milliseconds