@@ -940,6 +940,7 @@ def check_all_configs(self, testname, expected_config=None,
940
940
self .check_global_config (configs )
941
941
return configs
942
942
943
+ @unittest .skipIf (support .check_bolt_optimized , "segfaults on BOLT instrumented binaries" )
943
944
def test_init_default_config (self ):
944
945
self .check_all_configs ("test_init_initialize_config" , api = API_COMPAT )
945
946
@@ -1039,6 +1040,7 @@ def test_init_from_config(self):
1039
1040
self .check_all_configs ("test_init_from_config" , config , preconfig ,
1040
1041
api = API_COMPAT )
1041
1042
1043
+ @unittest .skipIf (support .check_bolt_optimized , "segfaults on BOLT instrumented binaries" )
1042
1044
def test_init_compat_env (self ):
1043
1045
preconfig = {
1044
1046
'allocator' : ALLOCATOR_FOR_CONFIG ,
@@ -1074,6 +1076,7 @@ def test_init_compat_env(self):
1074
1076
self .check_all_configs ("test_init_compat_env" , config , preconfig ,
1075
1077
api = API_COMPAT )
1076
1078
1079
+ @unittest .skipIf (support .check_bolt_optimized , "segfaults on BOLT instrumented binaries" )
1077
1080
def test_init_python_env (self ):
1078
1081
preconfig = {
1079
1082
'allocator' : ALLOCATOR_FOR_CONFIG ,
@@ -1772,6 +1775,7 @@ def test_init_set_config(self):
1772
1775
self .check_all_configs ("test_init_set_config" , config ,
1773
1776
api = API_ISOLATED )
1774
1777
1778
+ @unittest .skipIf (support .check_bolt_optimized , "segfaults on BOLT instrumented binaries" )
1775
1779
def test_initconfig_api (self ):
1776
1780
preconfig = {
1777
1781
'configure_locale' : True ,
0 commit comments