1. 74ecfb7 Refactor test sensor management. by Eric Rowe · 11 years ago
  2. 15efc13 Merge "Tighten sensor expectations" by Eric Rowe · 11 years ago
  3. 9efd791 Tighten sensor expectations by Eric Rowe · 11 years ago
  4. b306b53 Merge "Add tests for varying rates" by Eric Rowe · 11 years ago
  5. d3b946c Add tests for varying rates by Eric Rowe · 11 years ago
  6. 66e79f7 Merge "Only verify if frequency is slower than requested." by Eric Rowe · 11 years ago
  7. 06b55ca Merge "Refactor sensor operations." by Eric Rowe · 11 years ago
  8. 8595e7c Only verify if frequency is slower than requested. by Eric Rowe · 11 years ago
  9. 911eab4 Refactor sensor operations. by Eric Rowe · 11 years ago
  10. 266ac43 Merge "Add all in one sensor verification" by Eric Rowe · 11 years ago
  11. c891135 Merge "Refactor test framework for better verification" by Eric Rowe · 11 years ago
  12. 868a2bf Merge "Fix HwRngTest.testConfigurationIfFilePresent CTS failure" by Nick Kralevich · 11 years ago
  13. da7efe1 Merge "Fix for long & double testing (and generalization)" by Jean-Luc Brouillet · 11 years ago
  14. c0e83cf Fix for long & double testing (and generalization) by Jean-Luc Brouillet · 11 years ago
  15. a5407c6 Merge "Make RSBase and RSBaseCompute public to work better with unit test framework" by Jean-Luc Brouillet · 11 years ago
  16. 3b75cdb Merge "Fix issues in long and double testing (cts)." by Jean-Luc Brouillet · 11 years ago
  17. 8ea833e Merge "Fix 64-bit host build." by Ying Wang · 11 years ago
  18. bf5c1e6 Merge "Add test for blur and 3dlut intrinsic." by Jason Sams · 11 years ago
  19. 8c15c3f Fix 64-bit host build. by Ying Wang · 11 years ago
  20. 6d64847 Fix HwRngTest.testConfigurationIfFilePresent CTS failure by Nick Kralevich · 11 years ago
  21. 531b4e9 Merge "audio_quality: Fix for 64-bit compatibility" by Narayan Kamath · 11 years ago
  22. d21e9f3 audio_quality: Fix for 64-bit compatibility by Yongqin Liu · 11 years ago
  23. 4ada913 Fix issues in long and double testing (cts). by Jean-Luc Brouillet · 11 years ago
  24. 8a64eb8 Make RSBase and RSBaseCompute public to work better with unit test framework by Jean-Luc Brouillet · 11 years ago
  25. 07ac25d Add test for blur and 3dlut intrinsic. by Jason Sams · 11 years ago
  26. 295b205 Merge "libctsopengl_jni: Change char* to unsigned char*" by Stuart Scott · 11 years ago
  27. 534eda4 Merge "android.openglperf.cts.GlVboPerfTest#testVboVsNonVboPerfGeometry0 seldom fail" by Stuart Scott · 11 years ago
  28. 8a08c3b Add all in one sensor verification by Eric Rowe · 11 years ago
  29. 606bb68 Refactor test framework for better verification by Eric Rowe · 11 years ago
  30. 0ba9bf1 Merge "Use real screen width/height to calculate aspect ratio" by Unsuk Jung · 11 years ago
  31. 00e272c Merge "Assert that builds are secure, non-debuggable builds." by Nick Kralevich · 11 years ago
  32. 7c9d9ec Assert that builds are secure, non-debuggable builds. by Nick Kralevich · 11 years ago
  33. ca3ca57 Merge "Add more PowerVR exceptions for FileSystemPermissionTest" by Amith Dsouza · 11 years ago
  34. 1f99516 Merge "Fix ClonedSecureRandomTest on single core devices" by Kenny Root · 11 years ago
  35. 7a92f55 Merge "Fix CTS com.android.cts.filesystemperf.RandomRWTest#testRandomRead Seldom fail" by Stuart Scott · 11 years ago
  36. 497cacd Merge "Add MCC/MNC value to NO_DELIVERY_REPORTS" by Stuart Scott · 11 years ago
  37. 5e93c0c libctsopengl_jni: Change char* to unsigned char* by Adriana Reus · 12 years ago
  38. 2fed6ca Merge "Libcore.os has moved to android.system.Os." by Elliott Hughes · 11 years ago
  39. c8198a9 Libcore.os has moved to android.system.Os. by Elliott Hughes · 11 years ago
  40. b3705ee Merge "SELinuxDomainTest: Fix mako CTS failure" by Nick Kralevich · 11 years ago
  41. e048a9c Merge "Use libRScpp for CTS, not libRScpp_static." by Tim Murray · 11 years ago
  42. b5f953b SELinuxDomainTest: Fix mako CTS failure by Nick Kralevich · 11 years ago
  43. c4b199a Use libRScpp for CTS, not libRScpp_static. by Tim Murray · 11 years ago
  44. bdbc99e Merge "Revert: Add native test for RS loop filter intrinsic" by Jason Sams · 11 years ago
  45. ccb3315 Revert: Add native test for RS loop filter intrinsic by Jason Sams · 11 years ago
  46. f5e8514 Merge "Fix a concurrency bug in OpenSSLHeartbleedTest." by Alex Klyubin · 11 years ago
  47. 352696d Fix a concurrency bug in OpenSSLHeartbleedTest. by Alex Klyubin · 11 years ago
  48. e9109d5 Merge "Tag apps as tests in order to embed JNI libs." by Ying Wang · 11 years ago
  49. 6ff429a Tag apps as tests in order to embed JNI libs. by Ying Wang · 11 years ago
  50. f44517d Merge "CTS test for Heartbleed vulnerability in SSLSocket." by Alex Klyubin · 11 years ago
  51. db119d1 CTS test for Heartbleed vulnerability in SSLSocket. by Alex Klyubin · 11 years ago
  52. e247b16 Merge "Fix CTS testSetPreviewTextureTextureCallback seldom NullPointerException" by Stuart Scott · 11 years ago
  53. f1af475 Fix CTS testSetPreviewTextureTextureCallback seldom NullPointerException by Junjie Hu · 11 years ago
  54. 353fb28 Merge "cts: escaping check for graphics device." by Unsuk Jung · 11 years ago
  55. 20acb6a cts: escaping check for graphics device. by Pierre Couillaud · 11 years ago
  56. 85c3571 Merge "RS: Add native test for RS loop filter intrinsic" by Jason Sams · 11 years ago
  57. a803685 Fix CTS com.android.cts.filesystemperf.RandomRWTest#testRandomRead Seldom fail by Junjie Hu · 11 years ago
  58. f7c6184 Merge "Remove bad test cases from MemoryFileTest." by Narayan Kamath · 11 years ago
  59. d4c694c Remove bad test cases from MemoryFileTest. by Narayan Kamath · 11 years ago
  60. 3e6928f Add MCC/MNC value to NO_DELIVERY_REPORTS by sohryun.shin · 11 years ago
  61. 06917fd Merge "fix ArrowKeyMovementMethodTest KeyEvent inconsistencies" by Victoria Lease · 11 years ago
  62. 055846c Merge "Fix CTS android.media package testEncodeVirtualDisplay seldom fail issue" by Stuart Scott · 11 years ago
  63. 775b945 Merge "Make testMediaserverDomain() pass" by Nick Kralevich · 11 years ago
  64. 14e2ab9 android.openglperf.cts.GlVboPerfTest#testVboVsNonVboPerfGeometry0 seldom fail by Junjie Hu · 11 years ago
  65. daa4c67 Make testMediaserverDomain() pass by Nick Kralevich · 11 years ago
  66. 1042d9c fix ArrowKeyMovementMethodTest KeyEvent inconsistencies by Victoria Lease · 11 years ago
  67. d926243 Add more PowerVR exceptions for FileSystemPermissionTest by Leon Hsiao · 12 years ago
  68. efe29f7 Fix ClonedSecureRandomTest on single core devices by Kenny Root · 11 years ago
  69. 789364d Merge "Fix CTS android.net package testTrafficStatsForLocalhost seldom fail issue" by JP Abgrall · 11 years ago
  70. 26ca3e9 Fix CTS android.net package testTrafficStatsForLocalhost seldom fail issue by Junjie Hu · 11 years ago
  71. 392b83d RS: Add native test for RS loop filter intrinsic by Matthieu Delahaye · 11 years ago
  72. 75b8f87 Merge "Add native test for RS Interprediction intrinsic" by Jason Sams · 11 years ago
  73. 1c81c7e Merge "Fix CTS android.media package testEncodeVirtualDisplay fail on some device with low end processor" by Unsuk Jung · 11 years ago
  74. 88cf8b1 Fix CTS android.media package testEncodeVirtualDisplay fail on some device with low end processor by Hurri Lu · 11 years ago
  75. 0c3a14e Merge "Create a death testing framework in android/security." by Nick Kralevich · 11 years ago
  76. 9a2dedf Create a death testing framework in android/security. by Robert Sesek · 11 years ago
  77. be628f1 Add native test for RS Interprediction intrinsic by Matthieu Delahaye · 11 years ago
  78. 1df09c7 Merge "Fix build with new toolchain by adding -lpthread" by Andrew Hsieh · 11 years ago
  79. b23f3ab Merge "Revert "Disable CTS tests for Wilhelm in 64-bit"" by Glenn Kasten · 11 years ago
  80. 1ad4b2c Revert "Disable CTS tests for Wilhelm in 64-bit" by Glenn Kasten · 11 years ago
  81. 4e1d7d8 Merge "cts: Update SELinuxDomain tests" by Nick Kralevich · 11 years ago
  82. 57e6fc1 cts: Update SELinuxDomain tests by William Roberts · 11 years ago
  83. 6dcc15b Merge "Disable CTS tests for Wilhelm in 64-bit" by Glenn Kasten · 11 years ago
  84. 5856a95 Disable CTS tests for Wilhelm in 64-bit by Glenn Kasten · 11 years ago
  85. 5ff1071 Merge "Fix CTS android.provider package testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated seldom fail issue" by Stuart Scott · 11 years ago
  86. 0ec9904 Merge "Fix CTS android.provider package testAccountRemoval_hasDeleteLogsForContacts seldom fail" by Stuart Scott · 11 years ago
  87. ce28385 Fix CTS android.provider package testAccountRemoval_hasDeleteLogsForContacts seldom fail by Junjie Hu · 11 years ago
  88. 18e5bd3 Merge "Address selinux_policy.xml FileNotFound exception" by Nick Kralevich · 11 years ago
  89. 273b684 Address selinux_policy.xml FileNotFound exception by dcashman · 11 years ago
  90. 5109921 Merge "Fix CTS android.app package testSetDismissMessage seldom fail issue" by Stuart Scott · 11 years ago
  91. 86fb7bf Merge "Fix incorrect max range for convert tests." by Jean-Luc Brouillet · 11 years ago
  92. 4b08c96 Fix build with new toolchain by adding -lpthread by Andrew Hsieh · 11 years ago
  93. 8e17152 Fix CTS android.media package testEncodeVirtualDisplay seldom fail issue by Junjie Hu · 11 years ago
  94. 35920d0 Fix CTS android.provider package testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated seldom fail issue by Junjie Hu · 11 years ago
  95. 3c0d93a Merge "Add Vivante exceptions for FileSystemPermissionTest" by Stuart Scott · 11 years ago
  96. f48fc5b Fix incorrect max range for convert tests. by Jean-Luc Brouillet · 11 years ago
  97. 1e4c926 Merge "Initial SELinux CTS test based on current policy file." by dcashman · 11 years ago
  98. 6456007 Initial SELinux CTS test based on current policy file. by dcashman · 12 years ago
  99. d3f46c8 Merge "Adding Optus operator code 50502 OPS which does not support delivery reports." by Stuart Scott · 11 years ago
  100. 8b8a1d9 Add Vivante exceptions for FileSystemPermissionTest by Zongzong Yan · 11 years ago