Craig Tiller
87a973f01d
Add structurally aware fuzzing support ( #27405 )
...
* Add a dependency on libprotobuf-mutator
* Changes for structured fuzzing
* fuzznificent
* add a config that will build fuzzers
* bazel run --config=fuzzer_asan //path/to:fuzzer fuzzes!
* fixes
* Automated change: Fix sanity tests
* Automated change: Fix sanity tests
* fixes
* fix
* sanitizer fix
* fix directory
* regen stuff
* compile error
* remove fuzzers from cmake build
* Automated change: Fix sanity tests
* review feedback
* remove unnecessary load
* review feedback
* review feedback
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
Richard Belleville
b6cc72f129
Revert "Run 2to3 on tools directory ( #26002 )" ( #27183 )
...
This reverts commit a388361c3d
.
3 years ago
Richard Belleville
a388361c3d
Run 2to3 on tools directory ( #26002 )
...
* Run 2to3 on tools directory
* Delete github_stats_tracking
* Re-run 2to3
* Remove unused script
* Remove unused script
* Remove unused line count utility
* Yapf. Isort
* Remove accidentally included file
* Restore line_count directory
3 years ago
Lidi Zheng
565520443b
[xDS Proto] Update Bazel dependencies ( #25511 )
...
* [xDS Proto] Update Bazel dependencies
* Include transitive deps required by xDS proto libraries
* The Golang deps come from protoc-gen-validate project
* Adding a new submodule: opencensus-proto
* Add the new submodule to .bazelignore
* Update WORKSPACE file to initialize googleapis
* Remove WORKSPACE override
* Adopt reviewer's advice
4 years ago
Esun Kim
ab44f737ec
py2to3 sanity scripts
4 years ago
capstan
1f670397ce
Remove gflags.
...
With the move to abseil's flags, this removed the now-unnecessary submodule and installation commands.
4 years ago
Esun Kim
0e0e12aa22
Using comp_db for clang-tidy
4 years ago
Donna Dionne
8dd0cb4712
Add support for xDS regex matchers.
4 years ago
Esun Kim
681d2fcb08
Rename com_github_google_googletest to com_google_googletest
4 years ago
Jan Tattermusch
c6d788c395
add upb to _GRPC_BAZEL_ONLY_DEPS
5 years ago
Jan Tattermusch
3c83ce5187
add back check removed by mistake in #15070
5 years ago
Jan Tattermusch
fc5938ad41
handle mirror urls in check_bazel_workspace.py
5 years ago
Guantao Liu
df43012698
Fix tools/run_tests/sanity/check_bazel_workspace.py
5 years ago
Esun Kim
7be821ac47
Yapf all target python sources
5 years ago
Danjie Wenren
93e8830070
Address comments.
...
- Fix sanit test check_bazel_workspace.py.
- Use the new `grpc_extra_deps` in the Bazel workspace test.
5 years ago
Hope Casey-Allen
f66f047841
Update googletest version to fix BoringSSL support
5 years ago
Esun Kim
7ec6e8a4de
Remove nanopb from gRPC
5 years ago
Lidi Zheng
66675437aa
Bump YAPF to use Python 3
5 years ago
Richard Belleville
37b6c8cefd
Fix sanity check
5 years ago
Lidi Zheng
a0ba0b1ff2
Change format
5 years ago
Lidi Zheng
f20171f28b
Found another breakage
5 years ago
Lidi Zheng
3eb376c911
Make py3 syntax check happy
5 years ago
Tony Lu
f4ff1a12d0
Whitelisted build_bazel_rules_apple
5 years ago
Nicolas "Pixel" Noble
fabad6e687
Fixing check bazel workspace script.
6 years ago
Hao Nguyen
79f7abb45e
Update zlib dependency
6 years ago
Nicolas Lopez
d1640057f2
use rbe_autoconfig
6 years ago
Adam Cozzette
7cd19f2af3
Updated check_bazel_workspace.py
6 years ago
Nicolas "Pixel" Noble
d3d8a37a6b
Fix sanity checker.
6 years ago
Nicolas "Pixel" Noble
237cc52ffd
Fix sanity checker.
6 years ago
Vishal Powar
f614fa5947
Adding upb as submodule
...
upb will be used for codegen of xDS protos.
6 years ago
David Garcia Quintas
78a5e30019
removed leftover pdb import
7 years ago
David Garcia Quintas
fdf6a302d1
Add nanopb as an exception to sanity bazel workspace script
7 years ago
David Garcia Quintas
fd133b5189
add nanopb bazel dep to bazel workspace check
7 years ago
Vizerai
41e4cedb70
Adding opencensus grpc plugin.
...
Rebasing to merge commits.
7 years ago
Alex Polcyn
aa56034b58
Add python bazel deps needed to run resolver component tests
7 years ago
Alexander Polcyn
9f01ae0052
Get rid of references to bazel toolchains and remote_execution, since they are only present on master
7 years ago
Alexander Polcyn
0678db7e24
Move more special cases in bazel build to the .bzl files
7 years ago
Alexander Polcyn
54a70409c0
Move more special cases in bazel build to the .bzl files
7 years ago
ncteisen
0cd6cfefa0
yapf tools/run_tests/sanity
7 years ago
josh
84a066bf29
Turning on executable bit for tools/run_tests/sanity/check_bazel_workspace.py
7 years ago
josh
bd42ca1110
Adding check_bazel_workspace.py to perform a sanity check that the external repo dependencies expressed via git submodules and those expressed as Bazel WORKSPACE rules agree exactly.
7 years ago