Skip mjsunit/md5 under --future due to maglev
It's failing regularly on the ubsan bot, closing the tree. This CL also adds a 'variant == future' section in the mjsunit.status file to enable easy disabling of maglev-specific failures. No-Tree-Checks: true Bug: v8:13612 Change-Id: I3c0f7725e1fb36577e97c662cd3830c64ba298e0 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4120554 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Adam Klein <adamk@chromium.org> Cr-Commit-Position: refs/heads/main@{#84982}
This commit is contained in:
parent
fd81728f2e
commit
477116fb5a
@ -1507,6 +1507,16 @@
|
||||
'never-optimize': [SKIP],
|
||||
}], # variant == maglev
|
||||
|
||||
##############################################################################
|
||||
['variant == future', {
|
||||
# Because future implies maglev, tests that fail under maglev now also fail
|
||||
# under future. Thus this section likely supercedes the maglev section above.
|
||||
# TODO(adamk): Remove the maglev section in preference to this one?
|
||||
|
||||
# https://crbug.com/v8/13612
|
||||
'md5': [SKIP],
|
||||
}], # variant == future
|
||||
|
||||
##############################################################################
|
||||
['no_simd_hardware == True', {
|
||||
'wasm/exceptions-simd': [SKIP],
|
||||
|
Loading…
Reference in New Issue
Block a user