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

Unified Diff: test/cctest/test-log.cc

Issue 113820: Remove ifdef from ProfLazyMode test, instead mark it in cctest.status. (Closed)
Patch Set: Created 11 years, 7 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 | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-log.cc
diff --git a/test/cctest/test-log.cc b/test/cctest/test-log.cc
index f1b8c20d32b5e1ce90039418d657daea0ee42743..476421db6b7ce60d0c1ca17495f1a2b72ddead0f 100644
--- a/test/cctest/test-log.cc
+++ b/test/cctest/test-log.cc
@@ -129,11 +129,6 @@ static void CompileAndRunScript(const char *src) {
}
-// Exclude the following test from ARM because profiling can
-// malfunction there.
-// TODO(mikhail.naganov): Fix it.
-#ifndef V8_TARGET_ARCH_ARM
-
namespace v8 {
namespace internal {
@@ -243,8 +238,6 @@ TEST(ProfLazyMode) {
i::FLAG_prof_auto = saved_prof_auto;
}
-#endif // V8_TARGET_ARCH_ARM
-
static inline bool IsStringEqualTo(const char* r, const char* s) {
return strncmp(r, s, strlen(r)) == 0;
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698