File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616# ###############################################################################
17- # Wrong naming in this fuzzer breaks the coverage build
18- rm promql/fuzz_test.go
1917
20- compile_go_fuzzer github.com/prometheus/prometheus/promql FuzzParseMetric fuzzParseMetric
21- compile_go_fuzzer github.com/prometheus/prometheus/promql FuzzParseOpenMetric fuzzParseOpenMetric
22- compile_go_fuzzer github.com/prometheus/prometheus/promql FuzzParseMetricSelector fuzzParseMetricSelector
23- compile_go_fuzzer github.com/prometheus/prometheus/promql FuzzParseExpr fuzzParseExpr
18+ compile_native_go_fuzzer_v2 github.com/prometheus/prometheus/util/fuzzing FuzzParseMetricText fuzzParseMetricText
19+ compile_native_go_fuzzer_v2 github.com/prometheus/prometheus/util/fuzzing FuzzParseOpenMetric fuzzParseOpenMetric
20+ compile_native_go_fuzzer_v2 github.com/prometheus/prometheus/util/fuzzing FuzzParseMetricSelector fuzzParseMetricSelector
21+ compile_native_go_fuzzer_v2 github.com/prometheus/prometheus/util/fuzzing FuzzParseExpr fuzzParseExpr
22+
23+ /root/.go/bin/go generate -tags fuzzing ./util/fuzzing/corpus_gen
24+ mv util/fuzzing/fuzzParseExpr_seed_corpus.zip $OUT /
25+ mv util/fuzzing/fuzzParseMetricSelector_seed_corpus.zip $OUT /
26+ mv util/fuzzing/fuzzParseMetricText_seed_corpus.zip $OUT /
27+ mv util/fuzzing/fuzzParseOpenMetric_seed_corpus.zip $OUT /
You can’t perform that action at this time.
0 commit comments