Revision: 21337
Author:   [email protected]
Date:     Fri May 16 12:09:42 2014 UTC
Log:      ARM64: Fix native cctest

CPUFeatures::Probe has been modified such that it can be called only once, but the cctests make two calls in native builds: once in VM init, and once in each
test setup. This patch removes the call in the test setup.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/285273003
http://code.google.com/p/v8/source/detail?r=21337

Modified:
 /branches/bleeding_edge/test/cctest/test-assembler-arm64.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-assembler-arm64.cc Mon May 12 15:44:21 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-assembler-arm64.cc Fri May 16 12:09:42 2014 UTC
@@ -173,8 +173,7 @@
ASSERT(isolate != NULL); \ byte* buf = new byte[buf_size]; \ MacroAssembler masm(isolate, buf, buf_size); \ - RegisterDump core; \
-  CpuFeatures::Probe(false);
+  RegisterDump core;

#define RESET() \ __ Reset(); \

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to