1. 20916a3 Add android.intent.action.REMOTE_COPY to allowlist to fix CTS failure by jiunnanlin · 2 years, 4 months ago
  2. 0d9b552 Adjust testKillswitchMechanismFieldsThroughJni time out by mtk16199 · 2 years, 5 months ago
  3. 9f72740 Fixes for CtsCurrentApiSignatureTestCases with DynamicConfig by Orion Hodson · 2 years, 5 months ago
  4. f5c458f Merge "Revert "Temporarily exclude android.intent.action.EXPERIMENTAL_IS_ALIAS"" into tm-dev by TreeHugger Robot · 2 years, 6 months ago
  5. 16ef098 Revert "Temporarily exclude android.intent.action.EXPERIMENTAL_IS_ALIAS" by Makoto Onuki · 2 years, 6 months ago
  6. 0375547 Parameterize the SignatureMultiLibsTest tests by Paul Duffin · 2 years, 7 months ago
  7. ec59626 Add ResourceStore to cache extracted zip files by Paul Duffin · 2 years, 7 months ago
  8. 9a525e2 Add some missing current API files for shared libraries by Paul Duffin · 2 years, 7 months ago
  9. e2f80f1 Separate SignatureTest and SignatureMultiLibsTest by Paul Duffin · 2 years, 7 months ago
  10. dfa6f47 Stop using shell to retrieve list of shared libraries by Paul Duffin · 2 years, 7 months ago
  11. 166ea5d signature tests: Split SignatureTest.testSignature by Paul Duffin · 2 years, 7 months ago
  12. 7604252 signature tests: Memoize access to info derived from instrumentation args by Paul Duffin · 2 years, 7 months ago
  13. e29a6b0 Make hidden APIs test timeout longer by Hongguang · 2 years, 7 months ago
  14. 74b387a Merge "Temporarily exclude android.intent.action.EXPERIMENTAL_IS_ALIAS" into tm-dev by TreeHugger Robot · 2 years, 7 months ago
  15. 9b4f6f4 Temporarily exclude android.intent.action.EXPERIMENTAL_IS_ALIAS by Makoto Onuki · 2 years, 7 months ago
  16. fad3963 Merge "signature tests: Allow parsing of API resources statically" am: cd98cc1784 am: ddb8204112 am: 7eb2001c22 by Paul Duffin · 2 years, 7 months ago
  17. ddb8204 Merge "signature tests: Allow parsing of API resources statically" am: cd98cc1784 by Paul Duffin · 2 years, 7 months ago
  18. 1a285c3 signature tests: Allow parsing of API resources statically by Paul Duffin · 2 years, 7 months ago
  19. f555021 Merge "signature tests: Fix interface method checks" am: 24ad577a62 am: 33a2767669 am: bc5d50f38d by Paul Duffin · 2 years, 7 months ago
  20. 33a2767 Merge "signature tests: Fix interface method checks" am: 24ad577a62 by Paul Duffin · 2 years, 7 months ago
  21. 9def347 Merge "signature tests: Improve error handling in tests" am: 707555af38 am: 75a5090857 am: 4c32f68b1a by Paul Duffin · 2 years, 7 months ago
  22. 75a5090 Merge "signature tests: Improve error handling in tests" am: 707555af38 by Paul Duffin · 2 years, 7 months ago
  23. 5ba4016 signature tests: Fix interface method checks by Paul Duffin · 2 years, 7 months ago
  24. dbfd40e signature tests: Improve error handling in tests by Paul Duffin · 2 years, 7 months ago
  25. 8bf483d [conflict] Merge "Add android.intent.action.ACTION_PACKAGE_CHANGED to allowlist to fix TTS CTS failure" into sc-v2-dev-plus-aosp am: 295f83e984 by Josh Imbriani · 2 years, 9 months ago
  26. 4742ac7 Add android.intent.action.ACTION_PACKAGE_CHANGED to allowlist to fix TTS CTS failure by Joshua Imbriani · 2 years, 9 months ago
  27. 941265c Merge "Remove unnecessary abstract method allow list" am: ea13858c2f by Paul Duffin · 2 years, 9 months ago
  28. 9e5e3a2 Remove unnecessary abstract method allow list by Paul Duffin · 2 years, 9 months ago
  29. c74bde9 Merge "Remove unnecessary abstract method allow list" into tm-dev by Paul Duffin · 2 years, 9 months ago
  30. b72ce20 Merge "Make CtsSharedLibsApiSignatureTestCases check current APIs (part 2)" am: fe29dcef0d am: 44812063c7 am: eb1a82ccc6 by Paul Duffin · 2 years, 9 months ago
  31. 4481206 Merge "Make CtsSharedLibsApiSignatureTestCases check current APIs (part 2)" am: fe29dcef0d by Paul Duffin · 2 years, 9 months ago
  32. fe29dce Merge "Make CtsSharedLibsApiSignatureTestCases check current APIs (part 2)" by Paul Duffin · 2 years, 9 months ago
  33. a97a3ca Remove unnecessary abstract method allow list by Paul Duffin · 2 years, 9 months ago
  34. c67e52c Make CtsSharedLibsApiSignatureTestCases check current APIs (part 2) by Paul Duffin · 2 years, 9 months ago
  35. f254b1e Merge "Disallow mismatch caused by missing abstract keyword" am: 5dc013258b am: 9bccbeabc3 am: 776bf4be4f by Paul Duffin · 2 years, 9 months ago
  36. 9551334 Merge changes I4ec04149,I6f1dbdd2,I6896edc7 am: 0b806f4453 am: 12b3da4b8e am: 74feeffe31 by Paul Duffin · 2 years, 9 months ago
  37. 9bccbea Merge "Disallow mismatch caused by missing abstract keyword" am: 5dc013258b by Paul Duffin · 2 years, 9 months ago
  38. 12b3da4 Merge changes I4ec04149,I6f1dbdd2,I6896edc7 am: 0b806f4453 by Paul Duffin · 2 years, 9 months ago
  39. 5905d23 Disallow mismatch caused by missing abstract keyword by Paul Duffin · 2 years, 9 months ago
  40. 2b4f933 Generalize backwards compatibility in classes with no ctors by Paul Duffin · 2 years, 9 months ago
  41. 5e50987 Perform method modifier checks in areMethodsModifierCompatible by Paul Duffin · 2 years, 9 months ago
  42. a18d238 Improve test coverage of ApiComplianceChecker (part 2) by Paul Duffin · 2 years, 9 months ago
  43. b58fade Merge "CtsSharedLibsApiSignatureTestCases: read shared library list once" am: 62ec0e66b4 am: 9be2b1296b am: 96a8ff32dc by Paul Duffin · 2 years, 9 months ago
  44. 9519e95 Merge "Make CtsSharedLibsApiSignatureTestCases check against current APIs" am: 71b3b877d9 am: 4ba4a50771 am: 6b32273a60 by Paul Duffin · 2 years, 9 months ago
  45. 3a90814 Merge "Switch signature tests to JUnit 4" am: f857a20e17 am: 8ac1d34c6e am: 595bc1b470 by Paul Duffin · 2 years, 9 months ago
  46. 9be2b12 Merge "CtsSharedLibsApiSignatureTestCases: read shared library list once" am: 62ec0e66b4 by Paul Duffin · 2 years, 9 months ago
  47. 4ba4a50 Merge "Make CtsSharedLibsApiSignatureTestCases check against current APIs" am: 71b3b877d9 by Paul Duffin · 2 years, 9 months ago
  48. 8ac1d34 Merge "Switch signature tests to JUnit 4" am: f857a20e17 by Paul Duffin · 2 years, 9 months ago
  49. c730128 CtsSharedLibsApiSignatureTestCases: read shared library list once by Paul Duffin · 2 years, 9 months ago
  50. c5c50e8 Make CtsSharedLibsApiSignatureTestCases check against current APIs by Paul Duffin · 2 years, 9 months ago
  51. adc929e Switch signature tests to JUnit 4 by Paul Duffin · 2 years, 9 months ago
  52. dab5c26 Merge "Allow the final modifier to be removed from a previous API" am: 1ae8f8b45f am: b590ca4c84 am: 36d5d1aa53 by Paul Duffin · 2 years, 9 months ago
  53. 8d392f4 Merge "Only allow removal of abstract modifier from previous API" am: d49b1941cb am: a26eff2af4 am: 1ec260d2e4 by Paul Duffin · 2 years, 9 months ago
  54. 1f95d6a Merge "Refactor checkClassModifiersCompliance" am: 15d7c67150 am: 0bc14561fc am: 5746de8e5d by Paul Duffin · 2 years, 9 months ago
  55. 3d7fb22 Merge "Improve test coverage of ApiComplianceChecker" am: 52a2d3abc1 am: 83290b8312 am: ff68a6ba43 by Paul Duffin · 2 years, 9 months ago
  56. b590ca4 Merge "Allow the final modifier to be removed from a previous API" am: 1ae8f8b45f by Paul Duffin · 2 years, 9 months ago
  57. a26eff2 Merge "Only allow removal of abstract modifier from previous API" am: d49b1941cb by Paul Duffin · 2 years, 9 months ago
  58. 0bc1456 Merge "Refactor checkClassModifiersCompliance" am: 15d7c67150 by Paul Duffin · 2 years, 9 months ago
  59. 83290b8 Merge "Improve test coverage of ApiComplianceChecker" am: 52a2d3abc1 by Paul Duffin · 2 years, 9 months ago
  60. e459cb2 Merge "Make ExpectFailure more robust" am: 250ec2d5d1 am: f5ebcf69a9 am: 755c85b9eb by Paul Duffin · 2 years, 9 months ago
  61. f5ebcf6 Merge "Make ExpectFailure more robust" am: 250ec2d5d1 by Paul Duffin · 2 years, 9 months ago
  62. 2493186 Allow the final modifier to be removed from a previous API by Paul Duffin · 2 years, 9 months ago
  63. bd5ab5b Only allow removal of abstract modifier from previous API by Paul Duffin · 2 years, 9 months ago
  64. 9414015 Refactor checkClassModifiersCompliance by Paul Duffin · 2 years, 9 months ago
  65. 1f8e977 Improve test coverage of ApiComplianceChecker by Paul Duffin · 2 years, 9 months ago
  66. a301a31 Make ExpectFailure more robust by Paul Duffin · 2 years, 9 months ago
  67. 387b37d Merge sc-v2-dev-plus-aosp-without-vendor@8084891 by Xin Li · 2 years, 9 months ago
  68. 5b4035e Merge "Move DynamicConfig handling into AbstractApiTest" am: 98341c7853 am: 523442f596 am: 9fad90a2fa am: fa7643adf0 by Treehugger Robot · 2 years, 9 months ago
  69. fa7643a Merge "Move DynamicConfig handling into AbstractApiTest" am: 98341c7853 am: 523442f596 am: 9fad90a2fa by Treehugger Robot · 2 years, 9 months ago
  70. c1128d6 Move DynamicConfig handling into AbstractApiTest by Paul Duffin · 2 years, 9 months ago
  71. fde520d Merge "Make android.test.base and similar signature tests more robust" am: e7c08608ab am: 9c7ded4b14 am: ce748cdb50 am: 9a66847d01 by Paul Duffin · 2 years, 9 months ago
  72. 9a66847 Merge "Make android.test.base and similar signature tests more robust" am: e7c08608ab am: 9c7ded4b14 am: ce748cdb50 by Paul Duffin · 2 years, 9 months ago
  73. 9b70ed6 Make android.test.base and similar signature tests more robust by Paul Duffin · 2 years, 9 months ago
  74. 9b84d3c Merge "Remove usage of repackaged.android.test... libraries" am: f6b83f481e am: 60bcdcca33 am: 330b887f05 am: b0ff4de914 by Paul Duffin · 2 years, 9 months ago
  75. b0ff4de Merge "Remove usage of repackaged.android.test... libraries" am: f6b83f481e am: 60bcdcca33 am: 330b887f05 by Paul Duffin · 2 years, 9 months ago
  76. 2d30cb8 Remove usage of repackaged.android.test... libraries by Paul Duffin · 2 years, 10 months ago
  77. ac59ad3 Merge "Separate android.test.base testing from other CTS signature tests" am: a14bb737a1 am: 29b81591b5 am: 8bedfbab69 am: c79ccec165 by Paul Duffin · 2 years, 9 months ago
  78. c79ccec Merge "Separate android.test.base testing from other CTS signature tests" am: a14bb737a1 am: 29b81591b5 am: 8bedfbab69 by Paul Duffin · 2 years, 9 months ago
  79. 9281c28 Separate android.test.base testing from other CTS signature tests by Paul Duffin · 3 years ago
  80. 7d12654 Merge "Use per_testcase_directory:true to fix dep issues in CtsHiddenApi* tests" am: 8cef8ae1f3 am: dfcc1b378c am: bc90929d5d am: a5c8c50bd7 by Paul Duffin · 2 years, 10 months ago
  81. 70dcdb4 Merge "Add DynamicConfig support for CtsHiddenApiBlocklistApiTestCases" am: 974804c209 am: c8f27abd87 am: 15b2a0c0f6 am: ee4e2f18ce by Paul Duffin · 2 years, 10 months ago
  82. a5c8c50 Merge "Use per_testcase_directory:true to fix dep issues in CtsHiddenApi* tests" am: 8cef8ae1f3 am: dfcc1b378c am: bc90929d5d by Paul Duffin · 2 years, 10 months ago
  83. ee4e2f1 Merge "Add DynamicConfig support for CtsHiddenApiBlocklistApiTestCases" am: 974804c209 am: c8f27abd87 am: 15b2a0c0f6 by Paul Duffin · 2 years, 10 months ago
  84. 74110d2 Use per_testcase_directory:true to fix dep issues in CtsHiddenApi* tests by Paul Duffin · 2 years, 10 months ago
  85. b51e76a Add DynamicConfig support for CtsHiddenApiBlocklistApiTestCases by Paul Duffin · 2 years, 11 months ago
  86. 44fd79a Handle another case of exceptions of type 'Error' when accessing members through JNI. by Nicolas Geoffray · 2 years, 10 months ago
  87. 903eeaa Handle exceptions of type 'Error' when accessing members through JNI. by Nicolas Geoffray · 2 years, 10 months ago
  88. 2bf682a Merge "Exclude wifi system api changes between R and S" into sc-v2-dev am: 06a7d74e0a am: 1b6b5cb0ee by TreeHugger Robot · 2 years, 11 months ago
  89. 1b6b5cb Merge "Exclude wifi system api changes between R and S" into sc-v2-dev am: 06a7d74e0a by TreeHugger Robot · 2 years, 11 months ago
  90. 6e82295 Exclude wifi system api changes between R and S by Paul Duffin · 3 years ago
  91. 0f00290 Exclude wifi system api changes between R and S by Paul Duffin · 3 years ago
  92. ed50bfb Merge "Add DynamicConfig support to CtsSystemApiSignatureTestCases" am: 413bfbe400 am: 062a88a91c am: 0f9fa5b705 am: 891927b7a1 by Treehugger Robot · 2 years, 11 months ago
  93. 891927b Merge "Add DynamicConfig support to CtsSystemApiSignatureTestCases" am: 413bfbe400 am: 062a88a91c am: 0f9fa5b705 by Treehugger Robot · 2 years, 11 months ago
  94. b62ff06 Add DynamicConfig support to CtsSystemApiSignatureTestCases by Paul Duffin · 2 years, 11 months ago
  95. 205f81a DO NOT MERGE: Allowlist intents in GMSCore com.google.android.gms am: 3b36796dc6 by Gunjan Talsania · 2 years, 11 months ago
  96. 3b36796 DO NOT MERGE: Allowlist intents in GMSCore com.google.android.gms by Gunjan Talsania · 2 years, 11 months ago
  97. d22ddc2 Merge "CtsSystemApiAnnotationTestCases: Allow expected failures to be ignored" into sc-v2-dev by TreeHugger Robot · 2 years, 11 months ago
  98. c7eb86a Merge "Signature tests: catch and log NoClassDefFoundError" into sc-v2-dev by TreeHugger Robot · 2 years, 11 months ago
  99. 3692136 DO NOT MERGE: Whitelist intents in GMSCore com.google.android.gms am: 5bbe2f843c by Gunjan Talsania · 3 years ago
  100. 5bbe2f8 DO NOT MERGE: Whitelist intents in GMSCore com.google.android.gms by Gunjan Talsania · 3 years ago