Commit 16458924 authored by Samuel Groß's avatar Samuel Groß Committed by V8 LUCI CQ

Add "V8 Clusterfuzz Linux64 ASAN sandbox testing" configuration

This configuration allows testing the V8 sandbox by exposing the memory
corruption API (which emulates typical V8 exploit primitives) and
(through a d8 command line flag) enabling the sandbox crash filter which
filters out "harmless" crashes (those that don't break the sandbox's
security guarantees).

Bug: v8:12878
Change-Id: Iad3ee2a8c20b9056766c5c654018b41920fe8703
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3695581Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Samuel Groß <saelo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81034}
parent 18393c8c
...@@ -165,6 +165,8 @@ ...@@ -165,6 +165,8 @@
'V8 Clusterfuzz Linux64 TSAN - release builder': 'release_x64_tsan', 'V8 Clusterfuzz Linux64 TSAN - release builder': 'release_x64_tsan',
'V8 Clusterfuzz Linux64 UBSan - release builder': 'V8 Clusterfuzz Linux64 UBSan - release builder':
'release_x64_ubsan_recover', 'release_x64_ubsan_recover',
'V8 Clusterfuzz Linux64 ASAN sandbox testing - release builder':
'release_x64_asan_sandbox_testing',
}, },
'client.v8.perf' : { 'client.v8.perf' : {
'V8 Arm - builder - perf': 'official_arm', 'V8 Arm - builder - perf': 'official_arm',
...@@ -553,6 +555,9 @@ ...@@ -553,6 +555,9 @@
'v8_enable_slow_dchecks', 'v8_verify_csa'], 'v8_enable_slow_dchecks', 'v8_verify_csa'],
'release_x64_webassembly_disabled': [ 'release_x64_webassembly_disabled': [
'release_bot', 'x64', 'webassembly_disabled'], 'release_bot', 'x64', 'webassembly_disabled'],
'release_x64_asan_sandbox_testing': [
'release_bot', 'x64', 'asan', 'symbolized', 'v8_enable_sandbox_future',
'v8_expose_memory_corruption_api'],
# Official configs for x64. # Official configs for x64.
'official_x64': [ 'official_x64': [
......
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