Mark slow tests for tsan debug bot

Bug: v8:13665
Change-Id: I228e847de411d2b18b1529b6c25208ae2d7f8ce0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4187217
Commit-Queue: Omer Katz <omerkatz@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#85430}
This commit is contained in:
Omer Katz 2023-01-23 10:47:18 +01:00 committed by V8 LUCI CQ
parent 29b3bd3826
commit 21ab8287a6

View File

@ -1847,4 +1847,9 @@
'wasm/bigint-opt': [SKIP],
}], # variant == always_sparkplug
['tsan and mode == debug', {
'wasm/memory64': [PASS, SLOW],
'wasm/huge-memory': [PASS, SLOW],
}]
]