HomeSort by: relevance | last modified time | path
    Searched refs:ADD_FAILURE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 825 ADD_FAILURE() << "NULL is not a valid simple regular expression.";
837 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
843 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
852 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
856 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
860 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
864 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
gtest.cc 2166 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
2332 ADD_FAILURE()
2344 ADD_FAILURE()
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 1894 // ADD_FAILURE unconditionally adds a failure to the current test.
1900 // it behaves like ADD_FAILURE. In particular:
1905 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1908 // writing data-driven tests often find themselves using ADD_FAILURE
1912 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")

Completed in 22 milliseconds