Lines Matching defs:test

191   GTEST_LOG_(INFO) << "This test tests bionic pthread key implementation detail.\n";
226 // because it is always set to false after each test. Each thread
348 // Even though this isn't really a death test, we have to say "DeathTest" here so gtest knows to
349 // run this test (which exits normally) in its own process.
956 GTEST_LOG_(INFO) << "This test does nothing since pthread_rwlock_timedwrlock_monotonic_np is "
1005 GTEST_LOG_(INFO) << "This test does nothing since pthread_rwlock_timedrdlock_monotonic_np is "
1066 GTEST_LOG_(INFO) << "This test does nothing since pthread_rwlock_timedrdlock_monotonic_np is "
1103 GTEST_LOG_(INFO) << "This test does nothing since pthread_rwlock_timedwrlock_monotonic_np is "
1384 static void WaitThreadFn(pthread_CondWakeupTest* test) {
1385 ASSERT_EQ(0, pthread_mutex_lock(&test->mutex));
1386 test->progress = WAITING;
1387 while (test->progress == WAITING) {
1388 ASSERT_EQ(0, test->wait_function(&test->cond, &test->mutex));
1390 ASSERT_EQ(SIGNALED, test->progress);
1391 test->progress = FINISHED;
1392 ASSERT_EQ(0, pthread_mutex_unlock(&test->mutex));
1450 GTEST_LOG_(INFO) << "This test does nothing since pthread_cond_timedwait_monotonic_np is only "
1486 GTEST_LOG_(INFO) << "This test does nothing since pthread_cond_timedwait_monotonic_np is only "
1492 // This test is only meaningful for the main thread, so make sure we're running on it!
1617 // the wrong map with [stack]. This test verifies that when the above situation happens, the main
1620 // This test is only meaningful for the main thread, so make sure we're running on it!
1709 GTEST_LOG_(INFO) << "This test does nothing.\n";
1904 GTEST_LOG_(INFO) << "This test does nothing as pi mutex count isn't limited.\n";
1953 void test() {
1975 helper.test();
1980 helper.test();
1985 helper.test();
2049 void test() {
2076 helper.test();
2091 GTEST_LOG_(INFO) << "This test does nothing as 32-bit tid is supported by pthread_mutex.\n";
2134 GTEST_LOG_(INFO) << "This test does nothing since pthread_mutex_timedlock_monotonic_np is only "
2186 GTEST_LOG_(INFO) << "This test does nothing since pthread_mutex_timedlock_monotonic_np is only "
2210 GTEST_LOG_(INFO) << "This test tests bionic pthread mutex implementation details.";
2267 GTEST_LOG_(INFO) << "This test tests bionic implementation details.";
2278 // NULL here to test that we remain compatible.
2282 GTEST_LOG_(INFO) << "This test tests bionic implementation details on 32 bit devices.";
2293 // NULL here to test that we remain compatible.
2297 GTEST_LOG_(INFO) << "This test tests bionic implementation details on 32 bit devices.";
2306 GTEST_LOG_(INFO) << "This test tests bionic implementation details on 64 bit devices.";
2315 GTEST_LOG_(INFO) << "This test tests bionic implementation details on 64 bit devices.";
2624 GTEST_LOG_(INFO) << "pthread_setschedparam failed with EPERM, skipping test\n";
2648 GTEST_LOG_(INFO) << "pthread_setschedparam failed with EPERM, skipping test\n";
2673 GTEST_LOG_(INFO) << "pthread_setschedparam failed with EPERM, skipping test\n";