@@ -1771,50 +1771,50 @@ TEST(AddressSanitizerMac, DISABLED_CFAllocatorMallocZoneDoubleFree) {
17711771 EXPECT_DEATH (CFAllocatorMallocZoneDoubleFree (), " attempting double-free" );
17721772}
17731773
1774- TEST (AddressSanitizerMac, DISABLED_GCDDispatchAsync ) {
1774+ TEST (AddressSanitizerMac, GCDDispatchAsync ) {
17751775 // Make sure the whole ASan report is printed, i.e. that we don't die
17761776 // on a CHECK.
17771777 EXPECT_DEATH (TestGCDDispatchAsync (), " Shadow byte and word" );
17781778}
17791779
1780- TEST (AddressSanitizerMac, DISABLED_GCDDispatchSync ) {
1780+ TEST (AddressSanitizerMac, GCDDispatchSync ) {
17811781 // Make sure the whole ASan report is printed, i.e. that we don't die
17821782 // on a CHECK.
17831783 EXPECT_DEATH (TestGCDDispatchSync (), " Shadow byte and word" );
17841784}
17851785
17861786
1787- TEST (AddressSanitizerMac, DISABLED_GCDReuseWqthreadsAsync ) {
1787+ TEST (AddressSanitizerMac, GCDReuseWqthreadsAsync ) {
17881788 // Make sure the whole ASan report is printed, i.e. that we don't die
17891789 // on a CHECK.
17901790 EXPECT_DEATH (TestGCDReuseWqthreadsAsync (), " Shadow byte and word" );
17911791}
17921792
1793- TEST (AddressSanitizerMac, DISABLED_GCDReuseWqthreadsSync ) {
1793+ TEST (AddressSanitizerMac, GCDReuseWqthreadsSync ) {
17941794 // Make sure the whole ASan report is printed, i.e. that we don't die
17951795 // on a CHECK.
17961796 EXPECT_DEATH (TestGCDReuseWqthreadsSync (), " Shadow byte and word" );
17971797}
17981798
1799- TEST (AddressSanitizerMac, DISABLED_GCDDispatchAfter ) {
1799+ TEST (AddressSanitizerMac, GCDDispatchAfter ) {
18001800 // Make sure the whole ASan report is printed, i.e. that we don't die
18011801 // on a CHECK.
18021802 EXPECT_DEATH (TestGCDDispatchAfter (), " Shadow byte and word" );
18031803}
18041804
1805- TEST (AddressSanitizerMac, DISABLED_GCDSourceEvent ) {
1805+ TEST (AddressSanitizerMac, GCDSourceEvent ) {
18061806 // Make sure the whole ASan report is printed, i.e. that we don't die
18071807 // on a CHECK.
18081808 EXPECT_DEATH (TestGCDSourceEvent (), " Shadow byte and word" );
18091809}
18101810
1811- TEST (AddressSanitizerMac, DISABLED_GCDSourceCancel ) {
1811+ TEST (AddressSanitizerMac, GCDSourceCancel ) {
18121812 // Make sure the whole ASan report is printed, i.e. that we don't die
18131813 // on a CHECK.
18141814 EXPECT_DEATH (TestGCDSourceCancel (), " Shadow byte and word" );
18151815}
18161816
1817- TEST (AddressSanitizerMac, DISABLED_GCDGroupAsync ) {
1817+ TEST (AddressSanitizerMac, GCDGroupAsync ) {
18181818 // Make sure the whole ASan report is printed, i.e. that we don't die
18191819 // on a CHECK.
18201820 EXPECT_DEATH (TestGCDGroupAsync (), " Shadow byte and word" );
0 commit comments