Home | History | Annotate | Download | only in test

Lines Matching refs:Output

49       || testing::GTEST_FLAG(output) != "unknown"
123 using testing::GTEST_FLAG(output);
1752 GTEST_FLAG(output) = "";
1779 EXPECT_STREQ("", GTEST_FLAG(output).c_str());
1795 GTEST_FLAG(output) = "xml:foo.xml";
1915 // output value when the flag has wrong format
1926 // output value when the flag overflows as an Int32.
1939 // output value when the flag does not represent a valid decimal
2831 // Nokia's STLport crashes if we try to output infinity or NaN.
2845 // Nokia's STLport crashes if we try to output infinity or NaN.
2927 // Nokia's STLport crashes if we try to output infinity or NaN.
3004 // Nokia's STLport crashes if we try to output infinity or NaN.
3026 // Nokia's STLport crashes if we try to output infinity or NaN.
3041 // Nokia's STLport crashes if we try to output infinity or NaN.
3099 // Nokia's STLport crashes if we try to output infinity or NaN.
4413 // Tests that we can output strings containing embedded NULs.
4425 // Tests that we can output a NUL char.
5213 output(""),
5274 static Flags Output(const char* output) {
5276 flags.output = output;
5343 const char* output;
5364 GTEST_FLAG(output) = "";
5394 EXPECT_STREQ(expected.output, GTEST_FLAG(output).c_str());
5800 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml"), false);
5816 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml:file"), false);
5833 Flags::Output("xml:directory/path/"), false);
6387 // Tests that Google Test correctly decides whether to use colors in the output.