Skip to content

Commit 9b077bf

Browse files
committed
remove fuzz references
1 parent 718794c commit 9b077bf

File tree

3 files changed

+0
-314
lines changed

3 files changed

+0
-314
lines changed

ortools/sat/BUILD.bazel

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3174,7 +3174,6 @@ cc_test(
31743174
":integer_base",
31753175
":util",
31763176
"//ortools/base",
3177-
"//ortools/base:fuzztest",
31783177
"//ortools/base:gmock",
31793178
"//ortools/graph:connected_components",
31803179
"//ortools/graph:strongly_connected_components",
@@ -3874,24 +3873,6 @@ cc_test(
38743873
],
38753874
)
38763875

3877-
cc_test(
3878-
name = "cp_model_solver_fuzz",
3879-
size = "large",
3880-
srcs = ["cp_model_solver_fuzz.cc"],
3881-
data = glob(["fuzz_testdata/*"]),
3882-
deps = [
3883-
":cp_model_cc_proto",
3884-
":cp_model_checker",
3885-
":cp_model_solver",
3886-
"//ortools/base:fuzztest",
3887-
"//ortools/base:path",
3888-
"//ortools/util:saturated_arithmetic",
3889-
"@bazel_tools//tools/cpp/runfiles",
3890-
"@com_google_absl//absl/log:check",
3891-
"@com_google_fuzztest//fuzztest:fuzztest_gtest_main",
3892-
],
3893-
)
3894-
38953876
cc_test(
38963877
name = "flaky_models_test",
38973878
size = "small",

ortools/sat/cp_model_solver_fuzz.cc

Lines changed: 0 additions & 289 deletions
This file was deleted.

ortools/sat/diffn_util_test.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#include "absl/types/span.h"
3636
#include "benchmark/benchmark.h"
3737
#include "gtest/gtest.h"
38-
#include "ortools/base/fuzztest.h"
3938
#include "ortools/base/gmock.h"
4039
#include "ortools/base/logging.h"
4140
#include "ortools/graph/connected_components.h"
@@ -1127,11 +1126,6 @@ void CheckFuzzedRectangles(
11271126
<< RenderRectGraph(std::nullopt, rectangles, result);
11281127
}
11291128

1130-
FUZZ_TEST(FindPartialIntersections, CheckFuzzedRectangles)
1131-
.WithDomains(fuzztest::VectorOf(fuzztest::TupleOf(
1132-
fuzztest::Arbitrary<int64_t>(), fuzztest::NonNegative<int64_t>(),
1133-
fuzztest::Arbitrary<int64_t>(), fuzztest::NonNegative<int64_t>())));
1134-
11351129
void BM_FindRectangles(benchmark::State& state) {
11361130
absl::BitGen random;
11371131
std::vector<std::vector<RectangleInRange>> problems;

0 commit comments

Comments
 (0)