Commit 4084014d authored by Shu-yu Guo's avatar Shu-yu Guo Committed by V8 LUCI CQ

Skip shared object GetConstructorName test if cannot create shared heap

Bug: v8:12547
Change-Id: I89dbaea6b8559ada651b6ed986c842c1dc2b6df9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3892129Reviewed-by: 's avatarMilad Farazmand <mfarazma@redhat.com>
Commit-Queue: Milad Farazmand <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/main@{#83167}
parent d88d7aa7
......@@ -12937,6 +12937,8 @@ THREADED_TEST(SubclassGetConstructorName) {
}
UNINITIALIZED_TEST(SharedObjectGetConstructorName) {
if (!V8_CAN_CREATE_SHARED_HEAP_BOOL) return;
i::FLAG_shared_string_table = true;
i::FLAG_harmony_struct = true;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment