Commit 45b950ed authored by Georg Neis's avatar Georg Neis Committed by Commit Bot

[turbofan] Disable a test in no_harness configurations

The optimization behavior in these configurations is strange, I'm
still trying to understand what exactly is going on.

Bug: v8:9945, v8:9983

Change-Id: I52782b9e73decb9f3b2439cddd5e23068faebdf4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1924349Reviewed-by: 's avatarNico Hartmann <nicohartmann@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65032}
parent 753cf529
......@@ -1039,7 +1039,9 @@
['no_harness', {
# skip assertion tests since the stack trace is broken if mjsunit is
# included in the snapshot
'mjsunit-assertion-error' : [SKIP],
'mjsunit-assertion-error': [SKIP],
# v8:9983
'compiler/regress-9945-2': [SKIP],
}], # no_harness
##############################################################################
......
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