summaryrefslogtreecommitdiff
path: root/deps/v8/tools/testrunner/testdata/testroot2/out/build/v8_build_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/testrunner/testdata/testroot2/out/build/v8_build_config.json')
-rw-r--r--deps/v8/tools/testrunner/testdata/testroot2/out/build/v8_build_config.json17
1 files changed, 15 insertions, 2 deletions
diff --git a/deps/v8/tools/testrunner/testdata/testroot2/out/build/v8_build_config.json b/deps/v8/tools/testrunner/testdata/testroot2/out/build/v8_build_config.json
index 7b07dc7431..e91ed7813d 100644
--- a/deps/v8/tools/testrunner/testdata/testroot2/out/build/v8_build_config.json
+++ b/deps/v8/tools/testrunner/testdata/testroot2/out/build/v8_build_config.json
@@ -5,10 +5,10 @@
"is_asan": false,
"is_cfi": false,
"is_clang": true,
+ "is_clang_coverage": false,
"is_component_build": false,
"is_debug": false,
"is_full_debug": false,
- "is_gcov_coverage": false,
"is_ubsan_vptr": false,
"is_msan": false,
"is_tsan": false,
@@ -20,14 +20,27 @@
"v8_enable_conservative_stack_scanning": false,
"v8_enable_concurrent_marking": true,
"v8_enable_verify_csa": false,
+ "v8_enable_verify_heap": false,
+ "v8_enable_slow_dchecks": false,
"v8_enable_lite_mode": false,
"v8_enable_pointer_compression": false,
"v8_enable_pointer_compression_shared_cage": false,
"v8_enable_sandbox": false,
"v8_enable_shared_ro_heap": false,
+ "v8_disable_write_barriers": false,
"v8_control_flow_integrity": false,
"v8_enable_single_generation": false,
"v8_enable_third_party_heap": false,
"v8_enable_webassembly": true,
- "v8_dict_property_const_tracking": false
+ "v8_dict_property_const_tracking": false,
+ "v8_code_comments": false,
+ "v8_enable_debug_code": false,
+ "v8_enable_verify_heap": false,
+ "v8_enable_slow_dchecks": false,
+ "v8_enable_maglev": false,
+ "v8_enable_disassembler": false,
+ "is_DEBUG_defined": false,
+ "v8_enable_turbofan": false,
+ "v8_jitless": false,
+ "v8_enable_gdbjit": false
}