Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5282)

Unified Diff: chrome_elf/elf_imports_unittest.cc

Issue 149023008: Call SwapImports on x64 builds too. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reenable test Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/win/reorder-imports.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/elf_imports_unittest.cc
diff --git a/chrome_elf/elf_imports_unittest.cc b/chrome_elf/elf_imports_unittest.cc
index 5833b1f7effc64d20c80e830c8d8b2e71966592e..c4b9dd4e21df03f436ba65561ca5a0d62ac77319 100644
--- a/chrome_elf/elf_imports_unittest.cc
+++ b/chrome_elf/elf_imports_unittest.cc
@@ -79,13 +79,7 @@ TEST_F(ELFImportsTest, ChromeElfSanityCheck) {
}
}
-#if defined(ARCH_CPU_64_BITS)
-#define MAYBE_ChromeExeSanityCheck DISABLED_ChromeExeSanityCheck
-#else
-#define MAYBE_ChromeExeSanityCheck ChromeExeSanityCheck
-#endif
-// Fails on 64-bit Windows, see http://crbug.com/335173.
-TEST_F(ELFImportsTest, MAYBE_ChromeExeSanityCheck) {
+TEST_F(ELFImportsTest, ChromeExeSanityCheck) {
std::vector<std::string> exe_imports;
base::FilePath exe;
« no previous file with comments | « build/win/reorder-imports.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698