Commit Graph

39 Commits

Author SHA1 Message Date
Esun Kim ac8065cb04 Address TSAN problem with Abseil. 2020-10-23 13:22:38 -07:00
Esun Kim 0e0e12aa22 Using comp_db for clang-tidy 2020-10-13 09:51:31 -07:00
Jan Tattermusch 648c38380b run_microbenchmark.py should use bazel 2020-08-19 10:18:04 -04:00
Jan Tattermusch 4805538d44 add bazel "counters" config 2020-08-14 10:21:44 +02:00
Nicolas Noble 0f47005ad6
Removing obsolete comment. 2020-04-02 12:47:01 -07:00
Lidi Zheng 221a50bf87 Allow multiple asyncio engine 2020-03-09 15:20:06 -07:00
Lidi Zheng 13390e9ae9 Use fast cpp protos for Python builds 2019-12-13 18:47:38 -08:00
Richard Belleville a08da012d2 Switch to config-driven style 2019-11-05 15:17:06 -08:00
Jan Tattermusch eaf01655cd disable xds_bootstrap_test on TSAN ASAN UBSAN 2019-10-29 09:39:33 -04:00
Jan Tattermusch d10fb3ba99 fix win RBE opt build 2019-10-07 07:55:44 -04:00
Richard Belleville 1444cd1dd3 Revert "Revert "Merge pull request #20097 from gnossen/dual_version_python_tests""
This reverts commit 24c562dbaa.
2019-08-29 10:51:36 -07:00
Richard Belleville 24c562dbaa Revert "Merge pull request #20097 from gnossen/dual_version_python_tests"
This reverts commit c9c847f334, reversing
changes made to 07ba4de392.
2019-08-29 10:47:44 -07:00
Richard Belleville 426450cd82 Implement dual testing 2019-08-27 17:22:45 -07:00
Esun Kim a031f0ffd6 Remove all nanopb defines 2019-08-23 08:41:35 -07:00
Prashant Jaikumar 91d865fa54 Create new build config for ASAN on Mac OS
Workaround ASAN build issues on Mac OS.
Disable LSAN as it's not supported by the version of clang that ships with Mac OS.
2019-07-19 10:24:52 -07:00
Prashant Jaikumar c6993a3841 Run cfstream_test under ASAN and TSAN 2019-07-17 15:08:28 -07:00
Lidi Zheng dbec6006a6 Fix the entry condition of Bazel hack 2019-07-16 14:15:13 -07:00
Nicolas "Pixel" Noble 1c8894d9c4 Hail mary. 2019-06-21 01:59:19 +02:00
Nicolas "Pixel" Noble ee6a462f03 Another python fix. 2019-06-18 00:23:56 +02:00
Lidi Zheng 61bea3891b Another attempt to fix this problem cleanly 2019-02-20 14:07:34 -08:00
Lidi Zheng e9c67f23f3 Add a new environment variable GRPC_BAZEL_BUILD 2019-02-20 14:07:34 -08:00
Lidi Zheng d209deb14b Revert "Revert "Merge pull request #17644 from lidizheng/bzl-py3""
This reverts commit 7da0aacef2.
2019-02-20 14:07:34 -08:00
Eric Gribkoff 7da0aacef2 Revert "Merge pull request #17644 from lidizheng/bzl-py3"
This reverts commit a25828ad78, reversing
changes made to 5176fd80fc.
2019-01-29 13:50:16 -08:00
Lidi Zheng 7105626569 Pump force Python version & simplify code 2019-01-08 10:08:06 -08:00
Lidi Zheng 814c858f3f Enable Python 3 2019-01-04 18:45:01 -08:00
Jan Tattermusch 310e1b07a7 adding THREAD_SANITIZER define seems to trigger #17175 2018-11-14 17:24:58 +01:00
Jan Tattermusch 7531e6a346
Merge pull request #17158 from jtattermusch/foundry_opt_dbg_config
use bazel --config= for all foundry builds
2018-11-09 19:02:47 +01:00
Jan Tattermusch 28ec812dcc use sanitizer-related defines for absl 2018-11-09 13:41:09 +01:00
Jan Tattermusch 2a4f8a3f25 use bazel --config= for all foundry builds 2018-11-08 14:21:14 +01:00
Jan Tattermusch aad0030aed align msan kokoro and manual configurations 2018-10-26 18:39:00 +02:00
Jan Tattermusch e43d732a33 align ubsan configuration 2018-10-24 23:31:54 +02:00
Jan Tattermusch bfcce96efc align bazel asan configuration 2018-10-24 23:31:54 +02:00
Jan Tattermusch 9e4b762203 Add suggested alias for bazelrc import location
See https://github.com/bazelbuild/bazel/issues/6319
2018-10-24 23:31:54 +02:00
Jan Tattermusch 1b1fdfd892 standardize format of bazel.rc 2018-10-24 23:31:53 +02:00
Adele Zhou 1f3d714d07 Move suppressions files under test/core/util to avoid creating a BUILD file under tools, which breaks import. 2018-06-15 17:36:14 -07:00
Adele Zhou b47e557d18 Apply Wframe-larger-than flag to opt builds only 2018-05-16 09:42:16 -07:00
Vijay Pai 2f4161c210 Use stack frame size limits for consistency with internal builds 2018-03-05 16:43:32 -08:00
Vijay Pai 91bab37129 When building with bazel on a Mac, workaround bazelbuild/bazel#4341 2018-01-05 09:59:34 -08:00
Craig Tiller 86e1ebc4bb Add Bazel configurations for sanitizers
Usage example:
bazel test -c dbg --config asan test/whatever-you-want
2017-11-29 10:54:24 -08:00