google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.27k stars 551 forks source link

Add Tunk Stable versions to deprecated testcase check #4154

Closed svasudevprasad closed 1 month ago

svasudevprasad commented 1 month ago

Updated can_testcase_run_on_platform to check for Android Trunk Stable versions - 'Z', 'A' and 'B'

jonathanmetzman commented 1 month ago

Can you explain why this is needed? And please do this in the future.

oliverchang commented 1 month ago

Can you explain why this is needed? And please do this in the future.

+1 ! Please see https://google.github.io/eng-practices/review/developer/cl-descriptions.html

svasudevprasad commented 1 month ago

This change is required so that deprecated test cases run on devices with the latest Android version. Currently only "m" or "main" was considered as the latest version.

Trunk stable based releases should also be considered as the latest version. Hence this change adds the trunk stable based versions - Z, A, B to the list of versions considered as "latest"