Home | History | Annotate | Download | only in tests

Lines Matching full:test86

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