1. 6f09971 bionic: add a test for dlopen(NULL,...) by David 'Digit' Turner · 14 years ago
  2. 83b47cc bionic: add tests for sem_post() and static C++ destruction on dlclose(). by David 'Digit' Turner · 14 years ago
  3. cb5fdcb merge from open-source master by The Android Open Source Project · 14 years ago
  4. c610219 tests: Add simple direct i/o test by Seth Forshee · 14 years ago
  5. 5d2e48d Merge "Add pthread mutex regression tests." by David 'Digit' Turner · 15 years ago
  6. 3ab6b6d merge from open-source master by The Android Open Source Project · 15 years ago
  7. 8e88ea5 Add pthread mutex regression tests. by David 'Digit' Turner · 15 years ago
  8. 48b40fe Make memtest conform to POSIX memcmp defn by Bruce Beare · 15 years ago
  9. d37b4c8 New test to shmoo the size of the working set against the memory system. by Ben Cheng · 15 years ago
  10. 4529c93 Merge "Add clone() test." by David Turner · 15 years ago
  11. 84a66d0 Add clone() test. by David 'Digit' Turner · 15 years ago
  12. 1dd402f dont create sqlite_stmt_journals dir. by Vasu Nori · 15 years ago
  13. 4a38160 Add missing symbol type directives. by Doug Kwan · 15 years ago
  14. b0ba985 Add standard deviation to the test results by Xia Wang · 15 years ago
  15. d989a8e Added check for the version of Gnuplot. by Nicolas Catania · 15 years ago
  16. 906d825 Fixed the plotting script to work with latest kernel version. by Nicolas Catania · 15 years ago
  17. b4950a5 added a simple way to swap memcpy for another function by Mathias Agopian · 15 years ago
  18. a766247 am 894b139a: Simple checks to make sure /dev/mem and /dev/kmem do not exist. by Chris Palmer · 15 years ago
  19. 40e98c7 add some configurability to mdp_test by Dima Zavin · 15 years ago
  20. 894b139 Simple checks to make sure /dev/mem and /dev/kmem do not exist. by Chris Palmer · 15 years ago
  21. bc0ae70 am 7082788e: Merge change 6868 into donut by Android (Google) Code Review · 15 years ago
  22. 7082788 Merge change 6868 into donut by Android (Google) Code Review · 15 years ago
  23. 63aaf24 am 8987a8e8: Moves the out location of perm_checker and perm_checker.conf to /data/local by Shabsi Walfish · 15 years ago
  24. 8987a8e Moves the out location of perm_checker and perm_checker.conf to /data/local by Shabsi Walfish · 15 years ago
  25. dd59a1a am 18d9c5da: Updates the filesystem permissions test so that the binary and config file can be located anywhere (and change the default config file location to /data/local). by Shabsi Walfish · 15 years ago
  26. 18d9c5d Updates the filesystem permissions test so that the binary and config file can by Shabsi Walfish · 15 years ago
  27. b000782 Test to ensure that /sdcard is mounted with security-critical options. by Chris Palmer · 15 years ago
  28. 885aa69 am b381ead4: Don\'t build libstdc++ host tests with the Bionic headers. by David 'Digit' Turner · 15 years ago
  29. b381ead Don't build libstdc++ host tests with the Bionic headers. by David 'Digit' Turner · 15 years ago
  30. 365aff4 fb_test: allow the user to specify the buffer to draw to and make active. by Dima Zavin · 15 years ago
  31. 9a8ffbe tests: Add a simple MDP test. by Rebecca Zavin · 15 years ago
  32. 57bcf86 am 5570651e: Merge change 4730 into donut by Android (Google) Code Review · 15 years ago
  33. 5570651 Merge change 4730 into donut by Android (Google) Code Review · 15 years ago
  34. 5e28318 am 9c67529d: Remove sound, memtest, vibrator, timetest, cachetest from tests build by Sriram Raman · 15 years ago
  35. eefb04e am d6079c62: Added main with command line args to plot the data. by Nicolas Catania · 15 years ago
  36. 9c67529 Remove sound, memtest, vibrator, timetest, cachetest from tests build by Sriram Raman · 15 years ago
  37. 32c21d9 fstest: Fix device, directory, and file permissions for VPN. by Chia-chi Yeh · 15 years ago
  38. d6079c6 Added main with command line args to plot the data. by Nicolas Catania · 15 years ago
  39. 3ab8f4e am 3d44de40: Merge change 1918 into donut by Android (Google) Code Review · 15 years ago
  40. 3d44de4 Merge change 1918 into donut by Android (Google) Code Review · 15 years ago
  41. 1ded028 am 611cdccd: Add a new unit test that checks that the static C++ constructors of shared libraries and dynamic executables are called only once, and in the correct order. by David 'Digit' Turner · 15 years ago
  42. 39c016f Load test for the sdcard. by Nicolas Catania · 15 years ago
  43. 611cdcc Add a new unit test that checks that the static C++ constructors of by David 'Digit' Turner · 15 years ago
  44. 59811e4 am d7f225b7: Merge change 1908 into donut by Android (Google) Code Review · 15 years ago
  45. 4c04610 Add <cmath> test by David 'Digit' Turner · 15 years ago
  46. 05abce1 am fb96abd: Bring timetest back. by Arve Hjønnevåg · 15 years ago
  47. fb96abd Bring timetest back. by Arve Hjønnevåg · 15 years ago
  48. e09db60 am ac6a88e: Add a new test to check the behaviour of getaddrinfo() by David 'Digit' Turner · 15 years ago
  49. ac6a88e Add a new test to check the behaviour of getaddrinfo() by David 'Digit' Turner · 15 years ago
  50. c69163b am acbb5bc: fb_test: Look for fbdev in several possible locations. by Dima Zavin · 15 years ago
  51. acbb5bc fb_test: Look for fbdev in several possible locations. by Dima Zavin · 15 years ago
  52. 4fe9c03 AI 145716: am: CL 145714 Added cstring wrapper around string.h. by Niko Catania · 15 years ago
  53. 8c88d7d AI 145714: Added cstring wrapper around string.h. by Niko Catania · 15 years ago
  54. a6df34d AI 145159: am: CL 145059 (Almost) final set of wrapper around the C headers for stdc++ and their tests. by Niko Catania · 15 years ago
  55. 1aa5708 AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and their tests. by Niko Catania · 15 years ago
  56. df9e38b AI 144391: am: CL 144236 Added new C to stdc++ header files: cassert, cctype, climits, ctime. by Niko Catania · 16 years ago
  57. 84011c7 AI 144236: Added new C to stdc++ header files: cassert, cctype, climits, ctime. by Niko Catania · 16 years ago
  58. ed5e691 AI 143632: am: CL 143504 Completed cstddef to be non empty and similar to the gnu stl implementation. by Niko Catania · 16 years ago
  59. 3cb2639 AI 143504: Completed cstddef to be non empty and similar to the gnu stl implementation. by Niko Catania · 16 years ago
  60. 3485eb0 Automated import from //branches/donutburger/...@140818,140818 by Dianne Hackborn · 16 years ago
  61. 1304151 Automated import from //branches/master/...@140824,140824 by Dianne Hackborn · 16 years ago
  62. 319ea24 auto import //branches/master/...@140412 by The Android Open Source Project · 16 years ago
  63. 8e325b2 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
  64. b19350d auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  65. e16cb84 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  66. 19ddb4b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  67. dbdf156 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  68. 17bb1c4 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  69. d6dd2fc auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  70. d4ccd3f auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  71. 4c644e5 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  72. 1d68e59 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  73. ab8beed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  74. 7341494 Initial Contribution by The Android Open Source Project · 16 years ago