[fuchsia] Finalize rename & add test configuration for test runner
Bug: chromium:1033865 Change-Id: I63999575d4962124a4d9a64c4e661900aec5fa6d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2019167 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Liviu Rau <liviurau@chromium.org> Cr-Commit-Position: refs/heads/master@{#65990}
This commit is contained in:
parent
911f38c411
commit
d7a2973fb2
@ -90,8 +90,6 @@
|
||||
'release_x64_pointer_compression_without_dchecks',
|
||||
'V8 Linux64 - arm64 - sim - pointer compression - builder':
|
||||
'release_simulate_arm64_pointer_compression',
|
||||
'V8 Fuchsia': 'release_x64_fuchsia',
|
||||
'V8 Fuchsia - debug': 'debug_x64_fuchsia',
|
||||
'V8 Fuchsia - builder': 'release_x64_fuchsia',
|
||||
'V8 Fuchsia - debug builder': 'debug_x64_fuchsia',
|
||||
'V8 Linux64 - cfi': 'release_x64_cfi',
|
||||
|
@ -56,6 +56,14 @@
|
||||
{'name': 'fuchsia-unittests'},
|
||||
],
|
||||
},
|
||||
'V8 Fuchsia': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'fuchsia-unittests'},
|
||||
],
|
||||
},
|
||||
##############################################################################
|
||||
# Linux32
|
||||
'v8_linux_dbg_ng_triggered': {
|
||||
|
Loading…
Reference in New Issue
Block a user