Searched refs:EXIT_SUCCESS (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/system/utest/runtests-utils/
H A Dfuchsia-test-main.cpp38 return unittest_run_all_tests(argc, argv) ? EXIT_SUCCESS : EXIT_FAILURE;
H A Dposix-test-main.cpp48 return unittest_run_all_tests(argc, argv) ? EXIT_SUCCESS : EXIT_FAILURE;
H A Dfuchsia-run-test.cpp200 EXPECT_EQ(EXIT_SUCCESS, DiscoverAndRunTests(PlatformRunTest, 4, argv, {},
H A Druntests-utils-test.cpp516 EXPECT_EQ(EXIT_SUCCESS, DiscoverAndRunTests(PlatformRunTest, 2, argv, {},
548 EXPECT_EQ(EXIT_SUCCESS,
607 EXPECT_EQ(EXIT_SUCCESS, DiscoverAndRunTests(PlatformRunTest, 3, argv, {},
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dstest.c136 exit (failures > 0 ? EXIT_FAILURE : EXIT_SUCCESS);
H A Dbtest.c724 exit (failures ? EXIT_FAILURE : EXIT_SUCCESS);
/fuchsia/zircon/system/utest/core/
H A Dmain.c115 return EXIT_SUCCESS;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdlib.h71 #define EXIT_SUCCESS 0 macro
/fuchsia/zircon/system/uapp/channel-perf/
H A Dmain.cpp159 return EXIT_SUCCESS;
227 return EXIT_SUCCESS;
/fuchsia/zircon/system/ulib/runtests-utils/
H A Ddiscover-and-run-tests.cpp341 return failed_count ? EXIT_FAILURE : EXIT_SUCCESS;

Completed in 44 milliseconds