@@ -1771,50 +1771,50 @@ TEST(AddressSanitizerMac, DISABLED_CFAllocatorMallocZoneDoubleFree) {
1771
1771
EXPECT_DEATH (CFAllocatorMallocZoneDoubleFree (), " attempting double-free" );
1772
1772
}
1773
1773
1774
- TEST (AddressSanitizerMac, DISABLED_GCDDispatchAsync ) {
1774
+ TEST (AddressSanitizerMac, GCDDispatchAsync ) {
1775
1775
// Make sure the whole ASan report is printed, i.e. that we don't die
1776
1776
// on a CHECK.
1777
1777
EXPECT_DEATH (TestGCDDispatchAsync (), " Shadow byte and word" );
1778
1778
}
1779
1779
1780
- TEST (AddressSanitizerMac, DISABLED_GCDDispatchSync ) {
1780
+ TEST (AddressSanitizerMac, GCDDispatchSync ) {
1781
1781
// Make sure the whole ASan report is printed, i.e. that we don't die
1782
1782
// on a CHECK.
1783
1783
EXPECT_DEATH (TestGCDDispatchSync (), " Shadow byte and word" );
1784
1784
}
1785
1785
1786
1786
1787
- TEST (AddressSanitizerMac, DISABLED_GCDReuseWqthreadsAsync ) {
1787
+ TEST (AddressSanitizerMac, GCDReuseWqthreadsAsync ) {
1788
1788
// Make sure the whole ASan report is printed, i.e. that we don't die
1789
1789
// on a CHECK.
1790
1790
EXPECT_DEATH (TestGCDReuseWqthreadsAsync (), " Shadow byte and word" );
1791
1791
}
1792
1792
1793
- TEST (AddressSanitizerMac, DISABLED_GCDReuseWqthreadsSync ) {
1793
+ TEST (AddressSanitizerMac, GCDReuseWqthreadsSync ) {
1794
1794
// Make sure the whole ASan report is printed, i.e. that we don't die
1795
1795
// on a CHECK.
1796
1796
EXPECT_DEATH (TestGCDReuseWqthreadsSync (), " Shadow byte and word" );
1797
1797
}
1798
1798
1799
- TEST (AddressSanitizerMac, DISABLED_GCDDispatchAfter ) {
1799
+ TEST (AddressSanitizerMac, GCDDispatchAfter ) {
1800
1800
// Make sure the whole ASan report is printed, i.e. that we don't die
1801
1801
// on a CHECK.
1802
1802
EXPECT_DEATH (TestGCDDispatchAfter (), " Shadow byte and word" );
1803
1803
}
1804
1804
1805
- TEST (AddressSanitizerMac, DISABLED_GCDSourceEvent ) {
1805
+ TEST (AddressSanitizerMac, GCDSourceEvent ) {
1806
1806
// Make sure the whole ASan report is printed, i.e. that we don't die
1807
1807
// on a CHECK.
1808
1808
EXPECT_DEATH (TestGCDSourceEvent (), " Shadow byte and word" );
1809
1809
}
1810
1810
1811
- TEST (AddressSanitizerMac, DISABLED_GCDSourceCancel ) {
1811
+ TEST (AddressSanitizerMac, GCDSourceCancel ) {
1812
1812
// Make sure the whole ASan report is printed, i.e. that we don't die
1813
1813
// on a CHECK.
1814
1814
EXPECT_DEATH (TestGCDSourceCancel (), " Shadow byte and word" );
1815
1815
}
1816
1816
1817
- TEST (AddressSanitizerMac, DISABLED_GCDGroupAsync ) {
1817
+ TEST (AddressSanitizerMac, GCDGroupAsync ) {
1818
1818
// Make sure the whole ASan report is printed, i.e. that we don't die
1819
1819
// on a CHECK.
1820
1820
EXPECT_DEATH (TestGCDGroupAsync (), " Shadow byte and word" );
0 commit comments