File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,6 @@ class UnixAsanBuild(UnixBuild):
236
236
# SIGSEGV is ignored on purpose.
237
237
compile_environ = {'ASAN_OPTIONS' : 'detect_leaks=0:allocator_may_return_null=1:handle_segv=0' }
238
238
test_environ = {'ASAN_OPTIONS' : 'detect_leaks=0:allocator_may_return_null=1:handle_segv=0' }
239
- # These tests are currently raising false positives or are interfering with the ASAN mechanism,
240
- # so we need to skip them unfortunately.
241
- testFlags = ("-j1 -x test_ctypes test_capi test_crypt test_decimal test_faulthandler test_interpreters" )
242
239
# Sometimes test_multiprocessing_fork times out after 15 minutes
243
240
test_timeout = TEST_TIMEOUT * 2
244
241
@@ -311,10 +308,6 @@ class ClangUbsanLinuxBuild(UnixBuild):
311
308
]
312
309
factory_tags = ["clang" , "ubsan" , "sanitizer" ]
313
310
314
- # These tests are currently raising false positives or are interfering with the USAN mechanism,
315
- # so we need to skip them unfortunately.
316
- testFlags = "-j1 -x test_faulthandler test_hashlib test_concurrent_futures test_ctypes"
317
-
318
311
319
312
class ClangUnixInstalledBuild (UnixInstalledBuild ):
320
313
buildersuffix = ".clang-installed"
You can’t perform that action at this time.
0 commit comments