Add configuration for V8 Mac - arm64 - no pointer compression debug builder
Bug: v8:13083 Change-Id: I3c96d9f6cc1e459f4f5704ddfcab218c39643010 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3790965 Reviewed-by: Almothana Athamneh <almuthanna@chromium.org> Commit-Queue: Almothana Athamneh <almuthanna@chromium.org> Cr-Commit-Position: refs/heads/main@{#82030}
This commit is contained in:
parent
5806570f83
commit
5d6ac27b4d
@ -96,6 +96,7 @@
|
||||
'V8 Official Mac ARM64': 'release_arm64',
|
||||
'V8 Official Mac ARM64 Debug': 'debug_arm64',
|
||||
'V8 Mac64 ASAN - builder': 'release_x64_asan_no_lsan',
|
||||
'V8 Mac - arm64 - no pointer compression debug builder': 'debug_arm64_no_pointer_compression',
|
||||
'V8 Mac - arm64 - release builder': 'release_arm64',
|
||||
'V8 Mac - arm64 - debug builder': 'debug_arm64',
|
||||
'V8 Mac - arm64 - sim - debug builder': 'debug_simulate_arm64',
|
||||
|
@ -1584,6 +1584,16 @@
|
||||
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
||||
],
|
||||
},
|
||||
'V8 Mac - arm64 - no pointer compression debug': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'arm64',
|
||||
'os': 'Mac-11',
|
||||
'pool': 'chromium.tests',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'v8testing'},
|
||||
],
|
||||
},
|
||||
'V8 Mac - arm64 - sim - debug': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'x86-64',
|
||||
|
Loading…
Reference in New Issue
Block a user