Commit ec5fec2c authored by mmoroz's avatar mmoroz Committed by Commit bot

Rename gpu_fuzzer backed by the NULL ANGLE backend.

Otherwise it will not be running on ClusterFuzz.

TBR=geofflang@chromium.org, inferno@chromium.org
BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2570493002
Cr-Commit-Position: refs/heads/master@{#437909}
parent a28b757f
...@@ -402,7 +402,7 @@ fuzzer_test("gpu_fuzzer") { ...@@ -402,7 +402,7 @@ fuzzer_test("gpu_fuzzer") {
libfuzzer_options = [ "max_len=16384" ] libfuzzer_options = [ "max_len=16384" ]
} }
fuzzer_test("gpu_fuzzer_angle") { fuzzer_test("gpu_angle_fuzzer") {
sources = [ sources = [
"command_buffer/tests/fuzzer_main.cc", "command_buffer/tests/fuzzer_main.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