Commit 427a1e9c authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Comment out printer_configuration_fuzzer build target.

It no longer builds after https://crrev.com/788162, so comment it for
now to unblock the affected Chrome OS builders.

Bug: 1106355
Change-Id: I2895dd2d21253c72ec728ae9af2ce2c9fce60414
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304551Reviewed-by: default avatarPiotr Pawliczek <pawliczek@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789721}
parent 2a358918
......@@ -341,14 +341,15 @@ fuzzer_test("ppd_line_reader_fuzzer") {
deps = [ ":chromeos" ]
}
fuzzer_test("printer_configuration_fuzzer") {
sources = [ "printing/printer_configuration_fuzzer.cc" ]
seed_corpus = "printing/uri_fuzzer_seed_corpus"
deps = [
":chromeos",
"//base",
]
}
# Commented out due to crbug.com/1106355
# fuzzer_test("printer_configuration_fuzzer") {
# sources = [ "printing/printer_configuration_fuzzer.cc" ]
# seed_corpus = "printing/uri_fuzzer_seed_corpus"
# deps = [
# ":chromeos",
# "//base",
# ]
# }
fuzzer_test("uri_fuzzer") {
sources = [ "printing/uri_fuzzer.cc" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment