Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: test/cctest/test-api.cc

Issue 774163005: Update test case TurboAsmDisablesNeuter for "Disable neutering on embedded arraybuffers" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698