Lines Matching full:test86
4137 // test86: Test for race inside DTOR: racey write to vptr. Benign. {{{14138 namespace test86 {4194 ANNOTATE_EXPECT_RACE(a, "test86: expected race on a->vptr");4218 printf("test86: positive, race inside DTOR\n");4224 } // namespace test864229 // A variation of test86 where the race is harmful.