diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-09 05:11:21 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-09 05:11:21 +0000 |
commit | 2ef53b3938bda5d3e70a12abf08ae6259a898aa5 (patch) | |
tree | fd202de4589082ffe87d5682dd7f5ef59102ff6e /tools | |
parent | 3f6ee9ad799a0baa0165e680242f6d945715346c (diff) | |
download | chromium_src-2ef53b3938bda5d3e70a12abf08ae6259a898aa5.zip chromium_src-2ef53b3938bda5d3e70a12abf08ae6259a898aa5.tar.gz chromium_src-2ef53b3938bda5d3e70a12abf08ae6259a898aa5.tar.bz2 |
Disable NaClGdbTest.Empty under ASAN-only. Remove useless asan gtest exclude files.
BUG=122219
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9949063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/base_unittests.gtest-asan.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/browser_tests.gtest-asan.txt | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tools/valgrind/gtest_exclude/base_unittests.gtest-asan.txt b/tools/valgrind/gtest_exclude/base_unittests.gtest-asan.txt deleted file mode 100644 index 4dc8558..0000000 --- a/tools/valgrind/gtest_exclude/base_unittests.gtest-asan.txt +++ /dev/null @@ -1,3 +0,0 @@ -# This test intentionally dereferences a NULL pointer, -# we don't want to handle it. -#ProcessUtilTest.GetTerminationStatusCrash diff --git a/tools/valgrind/gtest_exclude/browser_tests.gtest-asan.txt b/tools/valgrind/gtest_exclude/browser_tests.gtest-asan.txt deleted file mode 100644 index a01364d..0000000 --- a/tools/valgrind/gtest_exclude/browser_tests.gtest-asan.txt +++ /dev/null @@ -1,3 +0,0 @@ -# crbug.com/111914 -BrowserCloseTest.DownloadsCloseCheck* - |