Clean up conditionals in tests after r8622.
R=sgjesse@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7353015 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8625 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
8b684b9a08
commit
e4f7860a68
@ -27,8 +27,6 @@
|
||||
//
|
||||
// Tests of profiler-related functions from log.h
|
||||
|
||||
#ifdef ENABLE_LOGGING_AND_PROFILING
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "v8.h"
|
||||
@ -413,5 +411,3 @@ TEST(JsEntrySp) {
|
||||
CompileRun("js_entry_sp_level2();");
|
||||
CHECK_EQ(0, GetJsEntrySp());
|
||||
}
|
||||
|
||||
#endif // ENABLE_LOGGING_AND_PROFILING
|
||||
|
@ -2,8 +2,6 @@
|
||||
//
|
||||
// Tests of logging functions from log.h
|
||||
|
||||
#ifdef ENABLE_LOGGING_AND_PROFILING
|
||||
|
||||
#ifdef __linux__
|
||||
#include <math.h>
|
||||
#include <pthread.h>
|
||||
@ -1089,5 +1087,3 @@ TEST(EquivalenceOfLoggingAndTraversal) {
|
||||
LOGGER->TearDown();
|
||||
i::FLAG_always_compact = saved_always_compact;
|
||||
}
|
||||
|
||||
#endif // ENABLE_LOGGING_AND_PROFILING
|
||||
|
@ -2,8 +2,6 @@
|
||||
//
|
||||
// Tests of profiles generator and utilities.
|
||||
|
||||
#ifdef ENABLE_LOGGING_AND_PROFILING
|
||||
|
||||
#include "v8.h"
|
||||
#include "profile-generator-inl.h"
|
||||
#include "cctest.h"
|
||||
@ -824,5 +822,3 @@ TEST(Issue51919) {
|
||||
for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i)
|
||||
i::DeleteArray(titles[i]);
|
||||
}
|
||||
|
||||
#endif // ENABLE_LOGGING_AND_PROFILING
|
||||
|
Loading…
Reference in New Issue
Block a user