Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/infra/mb/mb_config.pyl')
-rw-r--r--deps/v8/infra/mb/mb_config.pyl41
1 files changed, 20 insertions, 21 deletions
diff --git a/deps/v8/infra/mb/mb_config.pyl b/deps/v8/infra/mb/mb_config.pyl
index 0492cf31a5f..095aeefc5c4 100644
--- a/deps/v8/infra/mb/mb_config.pyl
+++ b/deps/v8/infra/mb/mb_config.pyl
@@ -69,10 +69,10 @@
'V8 Linux - verify csa': 'release_x86_verify_csa',
# Linux64.
'V8 Linux64 - builder': 'release_x64',
- 'V8 Linux64 - concurrent marking - builder': 'release_x64_concurrent_marking',
'V8 Linux64 - debug builder': 'debug_x64',
'V8 Linux64 - custom snapshot - debug builder': 'debug_x64_custom',
'V8 Linux64 - internal snapshot': 'release_x64_internal',
+ 'V8 Linux64 - debug - header includes': 'debug_x64_header_includes',
'V8 Linux64 - verify csa': 'release_x64_verify_csa',
# Jumbo.
'V8 Linux64 Jumbo': 'release_x64_jumbo',
@@ -96,9 +96,7 @@
'V8 Mac64 ASAN': 'release_x64_asan_no_lsan',
# Sanitizers.
'V8 Linux64 ASAN': 'release_x64_asan',
- 'V8 Linux64 TSAN': 'release_x64_tsan',
- 'V8 Linux64 TSAN - concurrent marking':
- 'release_x64_tsan_concurrent_marking',
+ 'V8 Linux64 TSAN - builder': 'release_x64_tsan',
'V8 Linux - arm64 - sim - MSAN': 'release_simulate_arm64_msan',
# Misc.
'V8 Linux gcc 4.8': 'release_x86_gcc',
@@ -161,6 +159,7 @@
'V8 Linux - arm - sim - debug': 'debug_simulate_arm',
# Arm64.
'V8 Android Arm64 - builder': 'release_android_arm64',
+ 'V8 Android Arm64 - debug builder': 'debug_android_arm64',
'V8 Linux - arm64 - sim': 'release_simulate_arm64',
'V8 Linux - arm64 - sim - debug': 'debug_simulate_arm64',
'V8 Linux - arm64 - sim - nosnap - debug':
@@ -204,6 +203,9 @@
'V8 s390x - sim - stable branch': 'release_simulate_s390x',
},
'tryserver.v8': {
+ 'v8_android_arm_compile_rel': 'release_android_arm',
+ 'v8_android_arm64_compile_dbg': 'debug_android_arm64',
+ 'v8_android_arm64_n5x_rel_ng': 'release_android_arm64',
'v8_fuchsia_rel_ng': 'release_x64_fuchsia_trybot',
'v8_linux_rel_ng': 'release_x86_gcmole_trybot',
'v8_linux_verify_csa_rel_ng': 'release_x86_verify_csa',
@@ -218,6 +220,7 @@
'v8_linux_shared_compile_rel': 'release_x86_shared_verify_heap',
'v8_linux64_dbg_ng': 'debug_x64_trybot',
'v8_linux64_gcc_compile_dbg': 'debug_x64_gcc',
+ 'v8_linux64_header_includes_dbg': 'debug_x64_header_includes',
'v8_linux64_fyi_rel_ng': 'release_x64_test_features_trybot',
'v8_linux64_rel_ng': 'release_x64_test_features_trybot',
'v8_linux64_verify_csa_rel_ng': 'release_x64_verify_csa',
@@ -229,8 +232,8 @@
'v8_linux64_jumbo_compile_rel': 'release_x64_jumbo_trybot',
'v8_linux64_jumbo_limited_compile_rel': 'release_x64_jumbo_limited_trybot',
'v8_linux64_tsan_rel': 'release_x64_tsan_minimal_symbols',
- 'v8_linux64_tsan_concurrent_marking_rel_ng':
- 'release_x64_tsan_concurrent_marking_minimal_symbols',
+ 'v8_linux64_tsan_isolates_rel_ng':
+ 'release_x64_tsan_minimal_symbols',
'v8_linux64_ubsan_rel_ng': 'release_x64_ubsan_vptr_minimal_symbols',
# TODO(machenbach): Remove after switching to x64 on infra side.
'v8_win_dbg': 'debug_x86_trybot',
@@ -258,7 +261,6 @@
'v8_linux_arm64_gc_stress_dbg': 'debug_simulate_arm64',
'v8_linux_mipsel_compile_rel': 'release_simulate_mipsel',
'v8_linux_mips64el_compile_rel': 'release_simulate_mips64el',
- 'v8_android_arm_compile_rel': 'release_android_arm',
},
},
@@ -405,6 +407,8 @@
'release_bot', 'simulate_s390x'],
# Debug configs for arm.
+ 'debug_android_arm64': [
+ 'debug_bot', 'arm64', 'android', 'minimal_symbols'],
'debug_arm': [
'debug_bot', 'arm', 'hard_float'],
@@ -443,8 +447,6 @@
'release_bot', 'x64', 'cfi_clusterfuzz'],
'release_x64_msvc': [
'release_bot', 'x64', 'msvc'],
- 'release_x64_concurrent_marking': [
- 'release_bot', 'x64', 'v8_enable_concurrent_marking'],
'release_x64_correctness_fuzzer' : [
'release_bot', 'x64', 'v8_correctness_fuzzer'],
'release_x64_fuchsia': [
@@ -473,11 +475,6 @@
'release_trybot', 'x64', 'v8_enable_test_features'],
'release_x64_tsan': [
'release_bot', 'x64', 'tsan'],
- 'release_x64_tsan_concurrent_marking': [
- 'release_bot', 'x64', 'v8_enable_concurrent_marking', 'tsan'],
- 'release_x64_tsan_concurrent_marking_minimal_symbols': [
- 'release_bot', 'x64', 'v8_enable_concurrent_marking', 'tsan',
- 'minimal_symbols'],
'release_x64_tsan_minimal_symbols': [
'release_bot', 'x64', 'tsan', 'minimal_symbols'],
'release_x64_ubsan': [
@@ -506,6 +503,8 @@
'debug_bot', 'x64', 'fuchsia'],
'debug_x64_gcc': [
'debug_bot', 'x64', 'gcc'],
+ 'debug_x64_header_includes': [
+ 'debug_bot', 'x64', 'v8_check_header_includes'],
'debug_x64_jumbo': [
'debug_bot', 'x64', 'jumbo'],
'debug_x64_jumbo_limited': [
@@ -716,7 +715,7 @@
},
'release': {
- 'gn_args': 'is_debug=false',
+ 'gn_args': 'is_debug=false android_unstripped_runtime_outputs=false',
},
'release_bot': {
@@ -800,12 +799,8 @@
'gn_args': 'is_ubsan_vptr=true is_ubsan_no_recover=false',
},
- 'v8_no_i18n': {
- 'gn_args': 'v8_enable_i18n_support=false icu_use_data_file=false',
- },
-
- 'v8_enable_concurrent_marking': {
- 'gn_args': 'v8_enable_concurrent_marking=true',
+ 'v8_check_header_includes': {
+ 'gn_args': 'v8_check_header_includes=true',
},
'v8_correctness_fuzzer': {
@@ -841,6 +836,10 @@
# This is the default in gn for debug.
},
+ 'v8_no_i18n': {
+ 'gn_args': 'v8_enable_i18n_support=false icu_use_data_file=false',
+ },
+
'v8_snapshot_custom': {
# GN path is relative to project root.
'gn_args': 'v8_embed_script="test/mjsunit/mjsunit.js"',