From 97b606a943e6ba15001c31676251e7af3fe0b608 Mon Sep 17 00:00:00 2001 From: "rnk@chromium.org" Date: Tue, 27 Mar 2012 14:01:57 +0000 Subject: Fix typo in sync_unit_tests exclusion filename. These test exclusions were not being applied to the heapcheck bot otherwise. BUG=118203 TBR=akalin@chromium.org Review URL: https://chromiumcodereview.appspot.com/9864038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129175 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/sync_unit_tests.gtest-heapcheck.txt | 3 +++ tools/heapcheck/sync_unittests.gtest-heapcheck.txt | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 tools/heapcheck/sync_unit_tests.gtest-heapcheck.txt delete mode 100644 tools/heapcheck/sync_unittests.gtest-heapcheck.txt (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/sync_unit_tests.gtest-heapcheck.txt b/tools/heapcheck/sync_unit_tests.gtest-heapcheck.txt new file mode 100644 index 0000000..a8a8590 --- /dev/null +++ b/tools/heapcheck/sync_unit_tests.gtest-heapcheck.txt @@ -0,0 +1,3 @@ +# http://crbug.com/118203 +InvalidationNotifierTest.Basic +NonBlockingInvalidationNotifierTest.Basic diff --git a/tools/heapcheck/sync_unittests.gtest-heapcheck.txt b/tools/heapcheck/sync_unittests.gtest-heapcheck.txt deleted file mode 100644 index a8a8590..0000000 --- a/tools/heapcheck/sync_unittests.gtest-heapcheck.txt +++ /dev/null @@ -1,3 +0,0 @@ -# http://crbug.com/118203 -InvalidationNotifierTest.Basic -NonBlockingInvalidationNotifierTest.Basic -- cgit v1.1