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

  /src/external/gpl3/gcc/dist/gcc/
selftest.cc 97 /* Implementation detail of ASSERT_STR_CONTAINS.
103 assert_str_contains (const location &loc, function in namespace:selftest
111 fail_formatted (loc, "ASSERT_STR_CONTAINS (%s, %s) haystack=NULL",
117 "ASSERT_STR_CONTAINS (%s, %s) haystack=\"%s\" needle=NULL",
122 pass (loc, "ASSERT_STR_CONTAINS");
125 (loc, "ASSERT_STR_CONTAINS (%s, %s) haystack=\"%s\" needle=\"%s\"",
376 ASSERT_STR_CONTAINS ("foo bar baz", "bar");
  /src/external/gpl3/gcc.old/dist/gcc/
selftest.cc 97 /* Implementation detail of ASSERT_STR_CONTAINS.
103 assert_str_contains (const location &loc, function in namespace:selftest
111 fail_formatted (loc, "ASSERT_STR_CONTAINS (%s, %s) haystack=NULL",
117 "ASSERT_STR_CONTAINS (%s, %s) haystack=\"%s\" needle=NULL",
122 pass (loc, "ASSERT_STR_CONTAINS");
125 (loc, "ASSERT_STR_CONTAINS (%s, %s) haystack=\"%s\" needle=\"%s\"",
372 ASSERT_STR_CONTAINS ("foo bar baz", "bar");
  /src/external/public-domain/xz/dist/tests/
tuktest.h 1012 #define assert_str_contains(test_expr, ref_value) \ macro
1014 tuktest_str_helper2("assert_str_contains", test_expr, ref_value); \
1016 assert_fail("assert_str_contains: '%s' evaluated to '%s' " \

Completed in 48 milliseconds