summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pawan Wagh <waghpawan@google.com> 2022-12-09 06:39:19 +0000
committer Pawan Wagh <waghpawan@google.com> 2022-12-09 06:39:19 +0000
commit79247d1dcfbc07f449229c7a409b5db6fc49e2ef (patch)
tree4465cab33a41997349970101e5af6caa969737cd
parent2f9a0e8220fd278720fe1dd5464e94f2b13582e8 (diff)
Updating hotlist id in rust fuzzers
Test: m example_service_fuzzer parcel_fuzzer_rs Bug: N/A Change-Id: I0c159fe48f5ba6288fa361817a4f5cf4ad4f708f
-rw-r--r--libs/binder/rust/tests/parcel_fuzzer/Android.bp2
-rw-r--r--libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp2
2 files changed, 4 insertions, 0 deletions
diff --git a/libs/binder/rust/tests/parcel_fuzzer/Android.bp b/libs/binder/rust/tests/parcel_fuzzer/Android.bp
index 28e0200fe1..df8a2afb03 100644
--- a/libs/binder/rust/tests/parcel_fuzzer/Android.bp
+++ b/libs/binder/rust/tests/parcel_fuzzer/Android.bp
@@ -21,5 +21,7 @@ rust_fuzz {
"waghpawan@google.com",
"smoreland@google.com",
],
+ // hotlist "AIDL fuzzers bugs" on buganizer
+ hotlists: ["4637097"],
},
}
diff --git a/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp b/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp
index 43e407cef1..5cb406afc2 100644
--- a/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp
+++ b/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp
@@ -29,5 +29,7 @@ rust_fuzz {
"waghpawan@google.com",
"smoreland@google.com",
],
+ // hotlist "AIDL fuzzers bugs" on buganizer
+ hotlists: ["4637097"],
},
}