/external/chromium/testing/gmock/test/ |
gmock-port_test.cc | 40 // test here to make references to symbols in the gtest library and avoid 43 TEST(DummyTest, Dummy) {}
|
/external/chromium/testing/gtest/test/ |
gtest_main_unittest.cc | 39 TEST(GTestMainTest, ShouldSucceed) {
|
gtest_help_test_.cc | 38 // and exit with 0; otherwise the following test will be executed, 40 TEST(HelpFlagTest, ShouldNotBeRun) { 45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
|
gtest_uninitialized_test_.cc | 34 TEST(DummyTest, Dummy) { 35 // This test doesn't verify anything. We just need it to create a 36 // realistic stage for testing the behavior of Google Test when
|
gtest_list_tests_unittest_.cc | 32 // Unit test for Google Test's --gtest_list_tests flag. 34 // A user can ask Google Test to list all tests that will run 38 // This program will be invoked from a Python unit test. 45 // Several different test cases and tests that will be listed. 46 TEST(Foo, Bar1) { 49 TEST(Foo, Bar2) { 52 TEST(Foo, DISABLED_Bar3) { 55 TEST(Abc, Xyz) { 58 TEST(Abc, Def) [all...] |
gtest_shuffle_test_.cc | 32 // Verifies that test shuffling works. 41 using ::testing::Test; 48 // The test methods are empty, as the sole purpose of this program is 49 // to print the test names before/after shuffling. 51 class A : public Test {}; 55 TEST(ADeathTest, A) {} 56 TEST(ADeathTest, B) {} 57 TEST(ADeathTest, C) {} 59 TEST(B, A) {} 60 TEST(B, B) { [all...] |
gtest_filter_unittest_.cc | 32 // Unit test for Google Test test filters. 34 // A user can specify which test(s) in a Google Test program to run via 38 // The program will be invoked from a Python unit test. Don't run it 45 // Test case FooTest. 47 class FooTest : public testing::Test { 57 // Test case BarTest. 59 TEST(BarTest, TestOne) [all...] |
/external/gtest/test/ |
gtest_main_unittest.cc | 39 TEST(GTestMainTest, ShouldSucceed) {
|
gtest_help_test_.cc | 38 // and exit with 0; otherwise the following test will be executed, 40 TEST(HelpFlagTest, ShouldNotBeRun) { 45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
|
gtest_uninitialized_test_.cc | 34 TEST(DummyTest, Dummy) { 35 // This test doesn't verify anything. We just need it to create a 36 // realistic stage for testing the behavior of Google Test when
|
gtest_list_tests_unittest_.cc | 32 // Unit test for Google Test's --gtest_list_tests flag. 34 // A user can ask Google Test to list all tests that will run 38 // This program will be invoked from a Python unit test. 45 // Several different test cases and tests that will be listed. 46 TEST(Foo, Bar1) { 49 TEST(Foo, Bar2) { 52 TEST(Foo, DISABLED_Bar3) { 55 TEST(Abc, Xyz) { 58 TEST(Abc, Def) [all...] |
gtest_shuffle_test_.cc | 32 // Verifies that test shuffling works. 41 using ::testing::Test; 48 // The test methods are empty, as the sole purpose of this program is 49 // to print the test names before/after shuffling. 51 class A : public Test {}; 55 TEST(ADeathTest, A) {} 56 TEST(ADeathTest, B) {} 57 TEST(ADeathTest, C) {} 59 TEST(B, A) {} 60 TEST(B, B) { [all...] |
gtest_filter_unittest_.cc | 32 // Unit test for Google Test test filters. 34 // A user can specify which test(s) in a Google Test program to run via 38 // The program will be invoked from a Python unit test. Don't run it 45 // Test case FooTest. 47 class FooTest : public testing::Test { 57 // Test case BarTest. 59 TEST(BarTest, TestOne) [all...] |
/external/valgrind/unittest/ |
run_output_tests.sh | 5 for TEST in "$@" 9 if [ -f output_tests/${TEST}.supp ]; then 10 SUPP=--suppressions=output_tests/${TEST}.supp 14 if [ -f output_tests/${TEST}.ignore ]; then 15 IGNORE=--ignore=output_tests/${TEST}.ignore 18 CMD="$TSAN $SUPP $IGNORE -- ./${BIN}output_tests/${TEST}-${BUILD}${EXE} 2>&1 | python match_output.py output_tests/${TEST}.tmpl"
|
gtest_fixture_injection.h | 27 // This file is a part of a test suite for ThreadSanitizer, a race detector. 31 // after running each test case. 32 // This file contains a hack that replaces the googletest TEST macro and injects 33 // a custom fixture class instead of ::testing::Test for TEST tests 34 // (i.e. those test that don't have fixtures) 37 // not ::testing::Test 40 #ifndef TEST 44 class RacecheckFixture : public ::testing::Test { 51 #undef TEST [all...] |
/external/valgrind/main/none/tests/ |
mmap_fcntl_bug.stderr.exp | 1 Child exited with zero (TEST PASSED).
|
/external/protobuf/gtest/test/ |
gtest_shuffle_test_.cc | 32 // Verifies that test shuffling works. 41 using ::testing::Test; 48 // The test methods are empty, as the sole purpose of this program is 49 // to print the test names before/after shuffling. 51 class A : public Test {}; 55 TEST(ADeathTest, A) {} 56 TEST(ADeathTest, B) {} 57 TEST(ADeathTest, C) {} 59 TEST(B, A) {} 60 TEST(B, B) { [all...] |
gtest_help_test_.cc | 38 // and exit with 0; otherwise the following test will be executed, 40 TEST(HelpFlagTest, ShouldNotBeRun) {
|
gtest_main_unittest.cc | 39 TEST(GTestMainTest, ShouldSucceed) {
|
gtest_uninitialized_test_.cc | 34 TEST(DummyTest, Dummy) { 35 // This test doesn't verify anything. We just need it to create a 36 // realistic stage for testing the behavior of Google Test when
|
gtest_list_tests_unittest_.cc | 32 // Unit test for Google Test's --gtest_list_tests flag. 34 // A user can ask Google Test to list all tests that will run 38 // This program will be invoked from a Python unit test. 45 // Several different test cases and tests that will be listed. 46 TEST(Foo, Bar1) { 49 TEST(Foo, Bar2) { 52 TEST(Foo, DISABLED_Bar3) { 55 TEST(Abc, Xyz) { 58 TEST(Abc, Def) [all...] |
gtest_filter_unittest_.cc | 32 // Unit test for Google Test test filters. 34 // A user can specify which test(s) in a Google Test program to run via 38 // The program will be invoked from a Python unit test. Don't run it 45 // Test case FooTest. 47 class FooTest : public testing::Test { 57 // Test case BarTest. 59 TEST(BarTest, TestOne) [all...] |
gtest-message_test.cc | 53 TEST(MessageTest, DefaultConstructor) { 59 TEST(MessageTest, CopyConstructor) { 66 TEST(MessageTest, ConstructsFromCString) { 72 TEST(MessageTest, StreamsPointer) { 79 TEST(MessageTest, StreamsNullPointer) { 85 TEST(MessageTest, StreamsCString) { 90 TEST(MessageTest, StreamsNullCString) { 100 // test this where std::string can be used. 101 TEST(MessageTest, StreamsString) { 107 TEST(MessageTest, StreamsStringWithEmbeddedNUL) [all...] |
/external/clang/test/Sema/ |
__try.c | 6 #define TEST TEST2(test) 28 void TEST() { 43 void TEST() { 49 void TEST() { 56 void TEST() { 60 void TEST() { 68 void TEST() { 77 void TEST() { 107 void TEST() { [all...] |
/external/clang/test/CodeGen/ |
2003-11-19-AddressOfRegister.c | 7 int TEST(int nt) {
|