Author: [email protected]
Date: Mon May 25 03:28:35 2009
New Revision: 2040

Modified:
    branches/bleeding_edge/test/cctest/test-log.cc

Log:
Disable crashing ProfLazyMode test on ARM.

Review URL: http://codereview.chromium.org/115760


Modified: branches/bleeding_edge/test/cctest/test-log.cc
==============================================================================
--- branches/bleeding_edge/test/cctest/test-log.cc      (original)
+++ branches/bleeding_edge/test/cctest/test-log.cc      Mon May 25 03:28:35 2009
@@ -129,6 +129,11 @@
  }


+// 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 {

@@ -238,6 +243,8 @@
    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;
@@ -703,6 +710,5 @@
    Logger::TearDown();
    i::FLAG_always_compact = saved_always_compact;
  }
-

  #endif  // ENABLE_LOGGING_AND_PROFILING

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to