summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/cocoa/download_util_mac_unittest.mm8
-rw-r--r--chrome/test/data/valgrind/unit_tests.gtest_mac.txt4
2 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/cocoa/download_util_mac_unittest.mm b/chrome/browser/cocoa/download_util_mac_unittest.mm
index 8a3a90c..3fb98d2 100644
--- a/chrome/browser/cocoa/download_util_mac_unittest.mm
+++ b/chrome/browser/cocoa/download_util_mac_unittest.mm
@@ -14,13 +14,13 @@
namespace {
-class DownloadUtilTest : public CocoaTest {
+class DownloadUtilMacTest : public CocoaTest {
public:
- DownloadUtilTest() {
+ DownloadUtilMacTest() {
pasteboard_ = [NSPasteboard pasteboardWithUniqueName];
}
- virtual ~DownloadUtilTest() {
+ virtual ~DownloadUtilMacTest() {
[pasteboard_ releaseGlobally];
}
@@ -31,7 +31,7 @@ class DownloadUtilTest : public CocoaTest {
};
// Ensure adding files to the pasteboard methods works as expected.
-TEST_F(DownloadUtilTest, AddFileToPasteboardTest) {
+TEST_F(DownloadUtilMacTest, AddFileToPasteboardTest) {
// Get a download test file for addition to the pasteboard.
FilePath testPath;
ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &testPath));
diff --git a/chrome/test/data/valgrind/unit_tests.gtest_mac.txt b/chrome/test/data/valgrind/unit_tests.gtest_mac.txt
index caace66..bad7945 100644
--- a/chrome/test/data/valgrind/unit_tests.gtest_mac.txt
+++ b/chrome/test/data/valgrind/unit_tests.gtest_mac.txt
@@ -9,8 +9,8 @@ WebDropTargetTest.Data
# Following tests fail on valgrind.
# See http://crbug.com/30370.
AutocompleteTextFieldEditorTest.CutCopyTest
-# See http://crbug.com/30375.
-DownloadUtilTest.AddFileToPasteboardTest
+# See http://crbug.com/21479.
+DownloadUtilMacTest.AddFileToPasteboardTest
# See http://crbug.com/30378.
FindPasteboardTest.ReadingFromPboardUpdatesFindText
FindPasteboardTest.SendsNotificationWhenTextChanges