summaryrefslogtreecommitdiff
path: root/test/1954-pop-frame-jit/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/1954-pop-frame-jit/run.py')
-rw-r--r--test/1954-pop-frame-jit/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/1954-pop-frame-jit/run.py b/test/1954-pop-frame-jit/run.py
index 459b44752a..43ece3679f 100644
--- a/test/1954-pop-frame-jit/run.py
+++ b/test/1954-pop-frame-jit/run.py
@@ -25,6 +25,6 @@ def run(ctx, args):
# The RI has restrictions and bugs around some PopFrame behavior that ART lacks.
# See b/116003018. Some configurations cannot handle the class load events in
# quite the right way so they are disabled there too.
- if (args.jvm or args.verify_soft_fail or not args.prebuild or
+ if (args.jvm or not args.prebuild or
(args.jvmti_redefine_stress and args.host)):
ctx.expected_stdout = ctx.expected_stdout.with_suffix(".jvm.txt")