Commit 350be8d4 authored by Ulan Degenbaev's avatar Ulan Degenbaev Committed by V8 LUCI CQ

[test] Re-enable ReleaseStackTraceData with --always-opt

Change-Id: Idbe26a82ba0e208985ab2b1e5b85c6f98c3ec925
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2844663Reviewed-by: 's avatarDominik Inführ <dinfuehr@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74692}
parent a08820c1
......@@ -3477,11 +3477,6 @@ void ReleaseStackTraceDataTest(v8::Isolate* isolate, const char* source,
UNINITIALIZED_TEST(ReleaseStackTraceData) {
if (FLAG_always_opt) {
// TODO(ulan): Remove this once the memory leak via code_next_link is fixed.
// See: https://codereview.chromium.org/181833004/
return;
}
#ifndef V8_LITE_MODE
// ICs retain objects.
FLAG_use_ic = false;
......
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