diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 16:40:33 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 16:40:33 +0000 |
commit | 25daf10d3e2a833c5aa4bed76d8446e484ca1953 (patch) | |
tree | fc5d1a4e629f0fce7efda66a71c23542192e6e49 | |
parent | 37960250e5219dc86586583928c097e64e3c5745 (diff) | |
download | chromium_src-25daf10d3e2a833c5aa4bed76d8446e484ca1953.zip chromium_src-25daf10d3e2a833c5aa4bed76d8446e484ca1953.tar.gz chromium_src-25daf10d3e2a833c5aa4bed76d8446e484ca1953.tar.bz2 |
GeolocationGatewayDataProviderCommonTest has moved to content_unittests
BUG=93245
TBR=phajdan.jr@chromium.org
Review URL: http://codereview.chromium.org/7701027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98056 0039d316-1c4b-4281-b951-d872f2087c98
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.* |