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

Unified Diff: test/cctest/cctest.h

Issue 12635: * Fixed exclusion of IA32-specific tests on ARM architecture. (Closed)
Patch Set: Created 12 years, 1 month 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
Index: test/cctest/cctest.h
diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h
index 92f7aadd1a8da495e1cd080bd1c875ddb27beb01..d6d1ba3051d7935ae60ebe6a9b5d2d567c5479f2 100644
--- a/test/cctest/cctest.h
+++ b/test/cctest/cctest.h
@@ -42,15 +42,6 @@
static void Test##Name()
#endif
-#if (defined __arm__ || defined __thumb__ || defined ARM)
-#define IA32TEST DISABLED_TEST
-#define ARMTEST TEST
-#else // ia32
-#define IA32TEST TEST
-#define ARMTEST DISABLED_TEST
-#endif
-
-
class CcTest {
public:
typedef void (TestFunction)();

Powered by Google App Engine
This is Rietveld 408576698