1. 1a38ba8 Merge "Fix android.text.format.cts.DateUtilsTest." by Elliott Hughes · 12 years ago
  2. 94ad78c Fix android.text.format.cts.DateUtilsTest. by Elliott Hughes · 12 years ago
  3. f5e9ca1 Merge "GPS handler have some delay and will remove listener after request location update, and it will cause passive provider got additional one fix. The test will met the failure by "passive gps location updated too fast: 1000ms < 1490ms". We add 2 seconds delay between each Test Cycle to fix timing issue." by Keun-young Park · 12 years ago
  4. 29e1b5d Merge "If Display ratio (Height/Width) is 1.7, the button which is generated dynamically is longer and catches the input event. The mockview’s onTouchEvent is not called and causes test failure. We set the height of button as 1/3 of mockview’s Height to avoid to block the event delivery." by Keun-young Park · 12 years ago
  5. 2dc138d Merge "Add CTS test for MimeUtils mp3 handling." by Elliott Hughes · 12 years ago
  6. e242178 Add CTS test for MimeUtils mp3 handling. by Elliott Hughes · 12 years ago
  7. afbef39 Merge "fix broken apache-harmony tests." by Brian Carlstrom · 12 years ago
  8. 4bb35d0 fix broken apache-harmony tests. by Tsu Chiang Chuang · 12 years ago
  9. 79d0db0 Merge "BuildDalvikSuite: Remove the unused scanner2" by Elliott Hughes · 12 years ago
  10. a4a53c4 Merge "Exceptions for world writeable selinuxfs files" by Geremy Condra · 12 years ago
  11. a83f8d8 Exceptions for world writeable selinuxfs files by William Roberts · 12 years ago
  12. 242594c Merge "Revert "Allow writable files in /sys/fs/selinux"" by Geremy Condra · 12 years ago
  13. e0e57f5 Revert "Allow writable files in /sys/fs/selinux" by Geremy Condra · 12 years ago
  14. 186c32b Merge "Revert "require seccomp"" by Nick Kralevich · 12 years ago
  15. 9c3c67c Merge "Revert "fix copyright date."" by Nick Kralevich · 12 years ago
  16. 53ce6ef Merge "Revert "SeccompTest: add note about kernels between 3.5 and 3.8"" by Nick Kralevich · 12 years ago
  17. 134cd21 Merge "Revert "Remove extra newline."" by Nick Kralevich · 12 years ago
  18. 9e0e27e Revert "require seccomp" by Nick Kralevich · 12 years ago
  19. 9de4863 Revert "fix copyright date." by Nick Kralevich · 12 years ago
  20. 3eee222 Revert "SeccompTest: add note about kernels between 3.5 and 3.8" by Nick Kralevich · 12 years ago
  21. 425c9eb Revert "Remove extra newline." by Nick Kralevich · 12 years ago
  22. 9351a01 Merge "Allow writable files in /sys/fs/selinux" by Geremy Condra · 12 years ago
  23. cf8de26 Merge "Teach the DateFormat test that we've deliberately broken 'k'." by Elliott Hughes · 12 years ago
  24. b9e510b Teach the DateFormat test that we've deliberately broken 'k'. by Elliott Hughes · 12 years ago
  25. 849f7dc Merge "Modify testcases testCpuAbi for x86 devices" by Keun-young Park · 12 years ago
  26. 1f37585 Modify testcases testCpuAbi for x86 devices by Simon Liu · 12 years ago
  27. c88c34c Allow writable files in /sys/fs/selinux by William Roberts · 12 years ago
  28. 9dbb644 Merge "Remove extra newline." by Nick Kralevich · 12 years ago
  29. 0b50df0 Remove extra newline. by Nick Kralevich · 12 years ago
  30. 82a4552 Merge "SeccompTest: add note about kernels between 3.5 and 3.8" by Nick Kralevich · 12 years ago
  31. 5a9864f SeccompTest: add note about kernels between 3.5 and 3.8 by Nick Kralevich · 12 years ago
  32. 8cc30e5 Merge "fix copyright date." by Nick Kralevich · 12 years ago
  33. 13b922a fix copyright date. by Nick Kralevich · 12 years ago
  34. cc2511f Merge "require seccomp" by Nick Kralevich · 12 years ago
  35. fa79c10 require seccomp by Nick Kralevich · 12 years ago
  36. e565b86 Merge "Add unit tests for DateFormat k, h, K, and H." by Elliott Hughes · 12 years ago
  37. e294127 Add unit tests for DateFormat k, h, K, and H. by Elliott Hughes · 12 years ago
  38. 50e64e8 Merge "Add a unit test for a DateUtils bug I already fixed." by Elliott Hughes · 12 years ago
  39. 87ad110 Add a unit test for a DateUtils bug I already fixed. by Elliott Hughes · 12 years ago
  40. 976875b Merge "Reinstate the CTS tests for the DateUtils year 2038 bugs." by Elliott Hughes · 12 years ago
  41. ba38238 Reinstate the CTS tests for the DateUtils year 2038 bugs. by Elliott Hughes · 12 years ago
  42. d32ff7a Merge "Split a single large test into two smaller tests." by Brian Muramatsu · 12 years ago
  43. a1e7377 Split a single large test into two smaller tests. by Russell Owen · 12 years ago
  44. a9e3041 Merge "Add CTS tests for android.text.format.DateFormat.format." by Elliott Hughes · 12 years ago
  45. 29d7417 Add CTS tests for android.text.format.DateFormat.format. by Elliott Hughes · 12 years ago
  46. 13685dc Merge "Added tests to CTS to check permissions are enforced." by Keun-young Park · 12 years ago
  47. 5464e08 Added tests to CTS to check permissions are enforced. by Russell Owen · 12 years ago
  48. f84df7a Merge "More DateUtilsTest tidying." by Elliott Hughes · 12 years ago
  49. 701e1ba More DateUtilsTest tidying. by Elliott Hughes · 12 years ago
  50. 5c76c34 Merge "Improve DateUtilsTest." by Elliott Hughes · 12 years ago
  51. 668b3b7 Improve DateUtilsTest. by Elliott Hughes · 12 years ago
  52. e15b00a Merge "Add case with DisplayMetrics.DENSITY_XXHIGH to cover fullHD resolution and adjust the bound of condition." by Keun-young Park · 12 years ago
  53. 6a554ed Merge "Fix bug #8196984 android.widget.cts.ToastTest failures" by Keun-young Park · 12 years ago
  54. 745c9c0 Merge "Remove unused imports from some PTS filesystemperf tests" by Keun-young Park · 12 years ago
  55. 3716057 Fix bug #8196984 android.widget.cts.ToastTest failures by Peter YOON · 12 years ago
  56. d8b7010 Remove unused imports from some PTS filesystemperf tests by Emma Sajic · 12 years ago
  57. 3b5e13a Reconcile with jb-mr1.1-release - do not merge by The Android Open Source Project · 12 years ago
  58. f511e6d merge in jb-mr1.1-release history after reset to jb-mr1.1-dev by The Android Automerger · 12 years ago
  59. 2223d9f am bd2c034e: am c984699a: DO NOT MERGE Add missing features of JB and JB MR1 by Leo Liao · 12 years ago
  60. bd2c034 am c984699a: DO NOT MERGE Add missing features of JB and JB MR1 by Leo Liao · 12 years ago
  61. c984699 DO NOT MERGE Add missing features of JB and JB MR1 by Leo Liao · 12 years ago
  62. bf60a22 am 025de556: am ddf25bba: Merge "Updated Holo test assets for JB MR1" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  63. 51110d6 am d08fbca4: am f6163908: Merge "Some Holo Test Improvements" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  64. 3dd8ee3 am 1f335371: am 2b300c87: Merge "DO NOT MERGE Update CTS Verifier to R4" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  65. 025de55 am ddf25bba: Merge "Updated Holo test assets for JB MR1" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  66. d08fbca am f6163908: Merge "Some Holo Test Improvements" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  67. 1f33537 am 2b300c87: Merge "DO NOT MERGE Update CTS Verifier to R4" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  68. ddf25bb Merge "Updated Holo test assets for JB MR1" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  69. f616390 Merge "Some Holo Test Improvements" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  70. 2b300c8 Merge "DO NOT MERGE Update CTS Verifier to R4" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  71. 096b2dd am 945ef0b9: (-s ours) am d4446193: Merge "Add missing features of JELLY_BEAN and JELLY_BEAN_MR1 to feature summary list" by Brian Muramatsu · 12 years ago
  72. 945ef0b am d4446193: Merge "Add missing features of JELLY_BEAN and JELLY_BEAN_MR1 to feature summary list" by Brian Muramatsu · 12 years ago
  73. 766e8ae merge in jb-mr1.1-release history after reset to jb-mr1.1-dev by The Android Automerger · 12 years ago
  74. d444619 Merge "Add missing features of JELLY_BEAN and JELLY_BEAN_MR1 to feature summary list" by Brian Muramatsu · 12 years ago
  75. 9f75fdb am 28e88a79: am 1792efc9: am 0f39674f: am 86632c90: am 29d74ad5: Merge "Add missing features of JELLY_BEAN to feature list" into jb-dev by Brian Muramatsu · 12 years ago
  76. 28e88a7 am 1792efc9: am 0f39674f: am 86632c90: am 29d74ad5: Merge "Add missing features of JELLY_BEAN to feature list" into jb-dev by Brian Muramatsu · 12 years ago
  77. 1792efc am 0f39674f: am 86632c90: am 29d74ad5: Merge "Add missing features of JELLY_BEAN to feature list" into jb-dev by Brian Muramatsu · 12 years ago
  78. 0f39674 am 86632c90: am 29d74ad5: Merge "Add missing features of JELLY_BEAN to feature list" into jb-dev by Brian Muramatsu · 12 years ago
  79. 86632c9 am 29d74ad5: Merge "Add missing features of JELLY_BEAN to feature list" into jb-dev by Brian Muramatsu · 12 years ago
  80. 29d74ad Merge "Add missing features of JELLY_BEAN to feature list" into jb-dev by Brian Muramatsu · 12 years ago
  81. 0801e93 Add missing features of JELLY_BEAN to feature list by Leo Liao · 12 years ago
  82. 0ee0fa2 Reconcile with jb-mr1.1-release - do not merge by The Android Open Source Project · 12 years ago
  83. 0850d62 am c1ac828e: am 56f85dcd: am fd8bfe07: am d56ad65d: Merge "FileSystemPermissionTest: add directories" into jb-dev by Nick Kralevich · 12 years ago
  84. 9ab3df6 am 880824ba: am 0b16da0f: am 0fe85d3d: (-s ours) am 302fd333: DO NOT MERGE Update CTS Verifier to R5 by Brian Muramatsu · 12 years ago
  85. f883837 am eceda32c: am 4902fcae: am f4de9d84: am 87ed6199: am a0993ab4: Merge "Restore CtsVerifier rate for passive updates" into jb-dev by Brian Muramatsu · 12 years ago
  86. 8af013a am 77eb7290: am 72604e38: am bd914e49: am e78365c9: Try reading every file on /sys by Nick Kralevich · 12 years ago
  87. 2d55335 merge in jb-mr1.1-release history after reset to jb-mr1.1-dev by The Android Automerger · 12 years ago
  88. 5da700b am f0f11379: Merge "Include the libcore native library for tests" by Kenny Root · 12 years ago
  89. f0f1137 Merge "Include the libcore native library for tests" by Kenny Root · 12 years ago
  90. 59faa6e Updated Holo test assets for JB MR1 by Brian Muramatsu · 12 years ago
  91. c1ac828 am 56f85dcd: am fd8bfe07: am d56ad65d: Merge "FileSystemPermissionTest: add directories" into jb-dev by Nick Kralevich · 12 years ago
  92. 880824b am 0b16da0f: am 0fe85d3d: (-s ours) am 302fd333: DO NOT MERGE Update CTS Verifier to R5 by Brian Muramatsu · 12 years ago
  93. eceda32 am 4902fcae: am f4de9d84: am 87ed6199: am a0993ab4: Merge "Restore CtsVerifier rate for passive updates" into jb-dev by Brian Muramatsu · 12 years ago
  94. 77eb729 am 72604e38: am bd914e49: am e78365c9: Try reading every file on /sys by Nick Kralevich · 12 years ago
  95. cf0d42e Include the libcore native library for tests by Kenny Root · 12 years ago
  96. f60bbda BuildDalvikSuite: Remove the unused scanner2 by Bjorn Andersson · 12 years ago
  97. 56f85dc am fd8bfe07: am d56ad65d: Merge "FileSystemPermissionTest: add directories" into jb-dev by Nick Kralevich · 12 years ago
  98. fd8bfe0 am d56ad65d: Merge "FileSystemPermissionTest: add directories" into jb-dev by Nick Kralevich · 12 years ago
  99. d56ad65 Merge "FileSystemPermissionTest: add directories" into jb-dev by Nick Kralevich · 12 years ago
  100. 2e09bb9 FileSystemPermissionTest: add directories by Nick Kralevich · 12 years ago