Commit 67cf72dc authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[foozzie] Cluster more .caller issues

This summarizes more dupes of https://crbug.com/1042556

TBR=mslekova@chromium.org

No-Try: true
Bug: chromium:1108048,chromium:1108322
Change-Id: If572b5eeeac9c2750eb1a630dd76490529e60d4a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2314476Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69011}
parent c092c081
...@@ -163,10 +163,12 @@ ORIGINAL_SOURCE_CRASHTESTS = 'placeholder for CrashTests' ...@@ -163,10 +163,12 @@ ORIGINAL_SOURCE_CRASHTESTS = 'placeholder for CrashTests'
# failures from CrashTests, as those by default map to the placeholder above. # failures from CrashTests, as those by default map to the placeholder above.
KNOWN_FAILURES = { KNOWN_FAILURES = {
# Foo.caller with asm.js: https://crbug.com/1042556 # Foo.caller with asm.js: https://crbug.com/1042556
'CrashTests/4782147262545920/494.js': '.caller',
'CrashTests/5637524389167104/01457.js': '.caller', 'CrashTests/5637524389167104/01457.js': '.caller',
'CrashTests/5703451898085376/02176.js': '.caller', 'CrashTests/5703451898085376/02176.js': '.caller',
'CrashTests/4846282433495040/04342.js': '.caller', 'CrashTests/4846282433495040/04342.js': '.caller',
'CrashTests/5712410200899584/04483.js': '.caller', 'CrashTests/5712410200899584/04483.js': '.caller',
'v8/test/mjsunit/regress/regress-105.js': '.caller',
# Flaky issue that almost never repros. # Flaky issue that almost never repros.
'CrashTests/5694376231632896/1033966.js': 'flaky', 'CrashTests/5694376231632896/1033966.js': 'flaky',
} }
......
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