Commit 557eb10e authored by Marja Hölttä's avatar Marja Hölttä Committed by V8 LUCI CQ

[test] Disable TF for the "omit default ctors" test

Bug: v8:13091,v8:13253
Change-Id: I9a40a937e2774a62e607d792256fdd34e8a634f6
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3867735
Commit-Queue: Marja Hölttä <marja@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82900}
parent 762d6ea8
......@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --omit-default-ctors --no-sparkplug
// Flags: --omit-default-ctors --no-sparkplug --no-turbofan --no-always-turbofan
// TODO(v8:13091): Enable sparkplug.
// TODO(v8:13091): Enable Sparkplug + TurboFan.
// This behavior is not spec compliant, see crbug.com/v8/13249.
(function ArrayIteratorMonkeyPatched() {
......
......@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --omit-default-ctors --no-sparkplug
// Flags: --omit-default-ctors --no-sparkplug --no-turbofan --no-always-turbofan
// TODO(v8:13091): Enable sparkplug.
// TODO(v8:13091): Enable Sparkplug + TurboFan.
(function OmitDefaultBaseCtor() {
class A {} // default base ctor -> will be omitted
......
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