Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/tests/
DSystemTests.cpp934 std::string xml_output; in TEST_F() local
938 xml_output += std::string(buffer.data(), bytes); in TEST_F()
944 xml_output = in TEST_F()
945 std::regex_replace(xml_output, std::regex("(time|timestamp)=\"[^\"]+\""), "$1=\"XX\""); in TEST_F()
947 xml_output = std::regex_replace(xml_output, std::regex("\"([^/\\s]+/)*[^/\\s]+:\\(\\d+\\)\\s"), in TEST_F()
1000 ASSERT_EQ(expected, xml_output); in TEST_F()