Reviewers: dcarney,

Message:
hello, Dcarney.
PTAL.
thanks.

Description:
Disable test case for "Disable neutering on embedded arraybuffers"

This feature is for Turbofan (git: 4c7effe56e8dbe8e2df51bab967c8e1d251f3a66 ).
  So the test case should be disabled for Turbofan unsupported platform.

BUG=

Please review this at https://codereview.chromium.org/774163005/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+2, -0 lines):
  M test/cctest/test-api.cc


Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index bf14b88b081b87600d1eb7ea58367af724832e50..bcf269f47b1055d38cc6b826929e459b00bdb769 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -24483,6 +24483,7 @@ TEST(StringConcatOverflow) {
   CHECK(!try_catch.HasCaught());
 }

+#if V8_TURBOFAN_TARGET

 TEST(TurboAsmDisablesNeuter) {
   v8::V8::Initialize();
@@ -24519,6 +24520,7 @@ TEST(TurboAsmDisablesNeuter) {
   CHECK_EQ(should_be_neuterable, result->IsNeuterable());
 }

+#endif

 TEST(GetPrototypeAccessControl) {
   i::FLAG_allow_natives_syntax = true;


--
--
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