diff options
Diffstat (limited to 'tools/valgrind/gtest_exclude')
3 files changed, 2 insertions, 3 deletions
diff --git a/tools/valgrind/gtest_exclude/content_unittests.gtest-tsan_mac.txt b/tools/valgrind/gtest_exclude/content_unittests.gtest-tsan_mac.txt deleted file mode 100644 index 024e17f..0000000 --- a/tools/valgrind/gtest_exclude/content_unittests.gtest-tsan_mac.txt +++ /dev/null @@ -1,2 +0,0 @@ -# Times out, http://crbug.com/93425 -GeolocationGatewayDataProviderCommonTest.StartThread diff --git a/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt b/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt new file mode 100644 index 0000000..435e175 --- /dev/null +++ b/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt @@ -0,0 +1,2 @@ +# http://crbug.com/93245 +GeolocationGatewayDataProviderCommonTest.* diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt index dddce9b..d9f5e51 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt @@ -34,4 +34,3 @@ ConnectionTesterTest.DeleteWhileInProgress # http://crbug.com/93245 GeolocationWifiDataProviderCommonTest.* -GeolocationGatewayDataProviderCommonTest.* |