Home | History | Annotate | Download | only in tests

Lines Matching refs:TEST

12 // This test file should be compiled w/o asan instrumentation.
40 TEST(AddressSanitizer, InternalSimpleDeathTest) {
90 TEST(AddressSanitizer, NoInstMallocTest) {
113 TEST(AddressSanitizer, DISABLED_InternalPrintShadow) {
236 TEST(AddressSanitizer, CompressStackTraceTest) {
256 TEST(AddressSanitizer, CompressStackTraceBenchmark) {
260 TEST(AddressSanitizer, QuarantineTest) {
296 TEST(AddressSanitizer, ThreadedQuarantineTest) {
326 TEST(AddressSanitizer, ThreadedOneSizeMallocStressTest) {
337 TEST(AddressSanitizer, MemsetWildAddressTest) {
349 TEST(AddressSanitizerInterface, GetEstimatedAllocatedSize) {
360 TEST(AddressSanitizerInterface, GetAllocatedSizeAndOwnershipTest) {
394 TEST(AddressSanitizerInterface, GetCurrentAllocatedBytesTest) {
415 // This test is run in a separate process, so that large malloced
416 // chunk won't remain in the free lists after the test.
439 // Test passed. Now die with expected double-free.
443 TEST(AddressSanitizerInterface, GetHeapSizeTest) {
460 // Test passed.
464 TEST(AddressSanitizerInterface, GetFreeBytesTest) {
498 TEST(AddressSanitizerInterface, ManyThreadsWithStatsStressTest) {
515 TEST(AddressSanitizerInterface, ExitCode) {
529 TEST(AddressSanitizerInterface, DeathCallbackTest) {
535 TEST(AddressSanitizerInterface, OnErrorCallbackTest) {
549 TEST(AddressSanitizerInterface, SimplePoisonMemoryRegionTest) {
567 TEST(AddressSanitizerInterface, OverlappingPoisonMemoryRegionTest) {
588 TEST(AddressSanitizerInterface, PushAndPopWithPoisoningTest) {
622 TEST(AddressSanitizerInterface, PoisoningStressTest) {
663 TEST(AddressSanitizerInterface, DISABLED_InvalidPoisonAndUnpoisonCallsTest) {
687 TEST(AddressSanitizerInterface, SetErrorReportCallbackTest) {
694 TEST(AddressSanitizerInterface, GetOwnershipStressTest) {