summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pawan Wagh <waghpawan@google.com> 2022-12-10 03:18:23 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-12-10 03:18:23 +0000
commitb0d0f1dc93b2dbb83359a75485fa7c82e136f4b3 (patch)
tree7d4b0f6b0861811a9e76a93c98dfb0a21d8ec5e0
parentdfbf9224cc6f0f9134fdca5c788a8c3563a61b9b (diff)
parent483b58ef8cbc093cd72829ce0a39337826f20436 (diff)
Merge "Updating hotlist id in rust fuzzers" am: 483b58ef8c
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2337148 Change-Id: I676135df23e0b997f6204fc15a1df0aefe2e6cb9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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"],
},
}