Update tests.md

This commit is contained in:
alexey-milovidov 2021-01-07 16:06:03 +03:00 committed by GitHub
parent d0c72f83cc
commit 99fa3cbd34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ We run functional, integration, stress and unit tests under TSan on per-commit b
We run functional, integration, stress and unit tests under MSan on per-commit basis.
### Undefined behaviour sanitizer
We run functional, integration, stress and unit tests under USan on per-commit basis. The code of some third-party libraries is not sanitized for UB.
We run functional, integration, stress and unit tests under UBSan on per-commit basis. The code of some third-party libraries is not sanitized for UB.
### Valgrind (Memcheck)
We used to run functional tests under Valgrind overnight, but don't do it anymore. It takes multiple hours. Currently there is one known false positive in `re2` library, see [this article](https://research.swtch.com/sparse).