Remove ifdef from ProfLazyMode test, instead mark it in cctest.status.

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


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2042 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 064af428
......@@ -46,6 +46,9 @@ test-api/RegExpInterruption: SKIP
test-api/OutOfMemory: SKIP
test-api/OutOfMemoryNested: SKIP
# BUG(355): Test crashes on ARM.
test-log/ProfLazyMode: SKIP
[ $simulator == arm ]
# BUG(271): During exception propagation, we compare pointers into the
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment