Stack traversal doesn't work properly on Arm simulator so disabling the test there.
BUG=2621 Review URL: https://codereview.chromium.org/13993006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14213 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
41d9f4df7a
commit
fecd8bbec8
@ -77,6 +77,9 @@ test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
|
||||
test-serialize/DeserializeAndRunScript2: SKIP
|
||||
test-serialize/DeserializeFromSecondSerialization: SKIP
|
||||
|
||||
# BUG(2621): Stack traversal doesn't work properly on Arm simulator.
|
||||
test-cpu-profiler/CollectCpuProfile: SKIP
|
||||
|
||||
##############################################################################
|
||||
[ $arch == android_arm || $arch == android_ia32 ]
|
||||
|
||||
|
@ -40,7 +40,7 @@ using i::CpuProfilesCollection;
|
||||
using i::ProfileGenerator;
|
||||
using i::ProfileNode;
|
||||
using i::ProfilerEventsProcessor;
|
||||
// using i::ScopedVector;
|
||||
using i::ScopedVector;
|
||||
using i::TokenEnumerator;
|
||||
using i::Vector;
|
||||
|
||||
@ -396,7 +396,6 @@ TEST(DeleteCpuProfileDifferentTokens) {
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
static bool ContainsString(v8::Handle<v8::String> string,
|
||||
const Vector<v8::Handle<v8::String> >& vector) {
|
||||
for (int i = 0; i < vector.length(); i++) {
|
||||
@ -536,5 +535,6 @@ TEST(CollectCpuProfile) {
|
||||
CheckSimpleBranch(fooNode, bazBranch, ARRAY_SIZE(bazBranch));
|
||||
const char* delayBranch[] = { "delay", "loop" };
|
||||
CheckSimpleBranch(fooNode, delayBranch, ARRAY_SIZE(delayBranch));
|
||||
|
||||
cpu_profiler->DeleteAllCpuProfiles();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user