Commit 34c0f0fc authored by Michael Lippautz's avatar Michael Lippautz Committed by V8 LUCI CQ

Disable UnifiedHeapTest.TracedReferenceRetainsFromStack on Fuchsia

Test still fails after the previous fix.

No-try: true
Bug: v8:11933
Change-Id: I55100631e6f168728075234bddc6f9fd558c1e89
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3251169Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77605}
parent 10aa4c58
...@@ -175,6 +175,7 @@ TEST_F(UnifiedHeapTest, FreeUnreferencedDuringNoGcScope) { ...@@ -175,6 +175,7 @@ TEST_F(UnifiedHeapTest, FreeUnreferencedDuringNoGcScope) {
} }
#endif // DEBUG #endif // DEBUG
#if !V8_OS_FUCHSIA
TEST_F(UnifiedHeapTest, TracedReferenceRetainsFromStack) { TEST_F(UnifiedHeapTest, TracedReferenceRetainsFromStack) {
v8::HandleScope handle_scope(v8_isolate()); v8::HandleScope handle_scope(v8_isolate());
v8::Local<v8::Context> context = v8::Context::New(v8_isolate()); v8::Local<v8::Context> context = v8::Context::New(v8_isolate());
...@@ -190,6 +191,7 @@ TEST_F(UnifiedHeapTest, TracedReferenceRetainsFromStack) { ...@@ -190,6 +191,7 @@ TEST_F(UnifiedHeapTest, TracedReferenceRetainsFromStack) {
auto local = holder.Get(v8_isolate()); auto local = holder.Get(v8_isolate());
EXPECT_TRUE(local->IsObject()); EXPECT_TRUE(local->IsObject());
} }
#endif // !V8_OS_FUCHSIA
TEST_F(UnifiedHeapDetachedTest, AllocationBeforeConfigureHeap) { TEST_F(UnifiedHeapDetachedTest, AllocationBeforeConfigureHeap) {
auto heap = v8::CppHeap::Create( auto heap = v8::CppHeap::Create(
......
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