Searched refs:TEST_OUTPUT_LINE (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/tests/ |
D | test_assert.cpp | 14 TEST_OUTPUT_LINE("VALUE: \"%s\"", expval); in TestFail() 15 TEST_OUTPUT_LINE("EXPECTED: \"%s\"", val); in TestFail() 16 TEST_OUTPUT_LINE("TEST FAILED: %s:%d, %s in %s", file, line, exp, in TestFail()
|
D | test_assert.h | 11 #define TEST_OUTPUT_LINE(...) \ macro 15 #define TEST_OUTPUT_LINE(...) \ macro
|
D | test.cpp | 1204 TEST_OUTPUT_LINE("at %d: found \"%c\", expected \"%c\"\n", in FuzzTest2() 1214 TEST_OUTPUT_LINE("%dk schema tested with %dk of json\n", in FuzzTest2() 1614 TEST_OUTPUT_LINE("FLATBUFFERS_HAS_NEW_STRTOD tests skipped"); in ValidFloatTest() 2570 TEST_OUTPUT_LINE("The environment variable FLATBUFFERS_TEST_LOCALE=%s", in main() 2576 TEST_OUTPUT_LINE("The global C-locale changed: %s", the_locale.c_str()); in main() 2583 TEST_OUTPUT_LINE("ALL TESTS PASSED"); in main() 2585 TEST_OUTPUT_LINE("%d FAILED TESTS", testing_fails); in main()
|
/external/flatbuffers/tests/fuzzer/ |
D | flatbuffers_scalar_fuzzer.cc | 283 TEST_OUTPUT_LINE("Stage 1 failed: Parser(%d) != Regex(%d)", orig_done, in LLVMFuzzerTestOneInput() 313 TEST_OUTPUT_LINE("Stage 2 failed: Parser(%d) != Regex(%d)", fix_done, in LLVMFuzzerTestOneInput() 330 TEST_OUTPUT_LINE("Stage 3.1 failed with _error = %s", in LLVMFuzzerTestOneInput() 341 TEST_OUTPUT_LINE("Stage 3.2 failed: '%s' != '%s'", def_string.c_str(), in LLVMFuzzerTestOneInput()
|
D | test_init.h | 39 TEST_OUTPUT_LINE("The environment variable FLATBUFFERS_TEST_LOCALE=%s", in OneTimeTestInit()
|
/external/flatbuffers/grpc/tests/ |
D | grpctest.cpp | 189 TEST_OUTPUT_LINE("ALL TESTS PASSED"); in main() 192 TEST_OUTPUT_LINE("%d FAILED TESTS", testing_fails); in main()
|