Index: test/asan/lit.cfg =================================================================== --- test/asan/lit.cfg +++ test/asan/lit.cfg @@ -141,6 +141,7 @@ if config.host_os == 'Darwin': config.suffixes.append('.mm') -# AddressSanitizer tests are currently supported on Linux and Darwin only. -if config.host_os not in ['Linux', 'Darwin']: +# AddressSanitizer tests are currently supported on Linux, Darwin and +# FreeBSD only. +if config.host_os not in ['Linux', 'Darwin', 'FreeBSD']: config.unsupported = True