summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-03merge from donutdonut-plus-aospJean-Baptiste Queru
2009-08-14Remove (experimental) backup tool.android-sdk-tools_r2android-sdk-1.6_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r2android-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1donut-release2donut-releasedonutDebajit Ghosh
2009-08-03merge from donutJean-Baptiste Queru
2009-07-29merge from donutJean-Baptiste Queru
2009-07-25Merge korg/donut into korg/masterJean-Baptiste Queru
2009-07-23Simple checks to make sure /dev/mem and /dev/kmem do not exist.Chris Palmer
2009-07-16Merge change 6868 into donutAndroid (Google) Code Review
* changes: Test to ensure that /sdcard is mounted with security-critical options.
2009-07-13Moves the out location of perm_checker and perm_checker.conf to /data/localShabsi Walfish
2009-07-13Updates the filesystem permissions test so that the binary and config file canShabsi Walfish
be located anywhere (and change the default config file location to /data/local).
2009-07-10Test to ensure that /sdcard is mounted with security-critical options.Chris Palmer
2009-07-10Don't build libstdc++ host tests with the Bionic headers.David 'Digit' Turner
This creates conflicts (e.g. <cfloat> includes <sys/limits.h> which is not always available on the host). Add missing using ::<function> statements to test_cstdlib.cpp. Remove obsolete debug trace (LOCAL_MODULE=xxxxx) in Android.mk
2009-06-29Rename backup command to rawbu.Dianne Hackborn
Rename the command to reflect that it is a low-level backup, since we are introducing a higher-level backup mechanism in the framework. Also change the syntax a little to make it less dangerous -- you now must explicitly specify a backup or restore, and if you don't do so it will abort with its help message.
2009-06-26Merge change 4730 into donutAndroid (Google) Code Review
* changes: fstest: Fix device, directory, and file permissions for VPN.
2009-06-22Remove sound, memtest, vibrator, timetest, cachetest from tests buildSriram Raman
2009-06-19fstest: Fix device, directory, and file permissions for VPN.Chia-chi Yeh
2009-06-10Added main with command line args to plot the data.Nicolas Catania
New shell script to generate scalability data. Fixed copyright notice. Fixed incomplete metadata issue when debugfs was not mounted.
2009-06-02Merge change 1918 into donutAndroid (Google) Code Review
* changes: Load test for the sdcard.
2009-05-28Load test for the sdcard.Nicolas Catania
Simulate loads on the sdcard for write, read and open operations using one or more process. The number of processes to run concurently can be specified on the command line. The size of the file and the number of iterations (for averaging result) are also a command line flag. The user can have summary of the performance plus the raw data for processing with a separate tool. There is a basic python script to help plotting the result.
2009-05-28Add a new unit test that checks that the static C++ constructors ofDavid 'Digit' Turner
shared libraries and dynamic executables are called only once, and in the correct order.
2009-05-19Merge change 1908 into donutAndroid (Google) Code Review
* changes: Add <cmath> test
2009-05-18Add <cmath> testDavid 'Digit' Turner
2009-05-18showmap: Add support for 2.6.29San Mehat
Signed-off-by: San Mehat <san@google.com>
2009-05-07Bring timetest back.Arve Hjønnevåg
2009-05-05Add a new test to check the behaviour of getaddrinfo()David 'Digit' Turner
2009-04-30fb_test: Look for fbdev in several possible locations.Dima Zavin
Also, only try to set console graphics mode if we have an fbcon. This should make this utility a little more robust, and a hopefully more useful for bringup. Signed-off-by: Dima Zavin <dima@android.com>
2009-04-22merge cupcake into donutJean-Baptiste Queru
2009-04-14Merge commit 'korg/cupcake'The Android Open Source Project
2009-04-10AI 145714: Added cstring wrapper around string.h.Niko Catania
In new, include cstddef which declares std::size_t. BUG=1601432 Automated import of CL 145714
2009-04-08AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and ↵Niko Catania
their tests. The only one left is cstring. * bionic/libstdc++/include/cstdlib: * bionic/libstdc++/include/cstdio: * bionic/libstdc++/include/cstdint: * bionic/libstdc++/include/csignal: * bionic/libstdc++/include/csetjmp: Added header file. Checks the bionic headers file were picked up instead of the host ones. Added test for new header files * system/extras/tests/bionic/libstdc++/Android.mk: Added tests for the new header files. EXTRA_CFLAGS: include the bionic header files. BUG=1601432 Automated import of CL 145059
2009-04-02AI 144236: Added new C to stdc++ header files: cassert, cctype, climits, ctime.Niko Catania
QA Impact:None BUG=1601432 Automated import of CL 144236
2009-03-30AI 143504: Completed cstddef to be non empty and similar to the gnu stl ↵Niko Catania
implementation. Even if we don't want to have a bloated stl implementation, having empty files around is probably not very good either. Added a test to make sure the header file compiles on host and kila-eng. QA Impact: In system/extras/test/bionic/libstdc++ build the tests using: mm BIONIC_TESTS=1 to build the host and target tests. BUG=1601432 Automated import of CL 143504
2009-03-27AI 143417: am: CL 143416 Quick and dirty backup command. This should only ↵Dianne Hackborn
be included in dev builds. Original author: hackbod Merged from: //branches/cupcake/... Automated import of CL 143417
2009-03-27AI 143416: Quick and dirty backup command. This should only be included in ↵android-sdk-1.5_r3android-sdk-1.5_r1android-sdk-1.5-preandroid-1.5r4android-1.5r3android-1.5r2android-1.5cupcake-releasecupcakeDianne Hackborn
dev builds. Automated import of CL 143416
2009-03-27Merge commit 'korg/cupcake'The Android Open Source Project
2009-03-24Automated import from //branches/donutburger/...@140818,140818Dianne Hackborn
2009-03-19auto import from //branches/cupcake_rel/...@141571The Android Open Source Project
2009-03-18auto import from //branches/cupcake_rel/...@140373The Android Open Source Project
2009-03-17Merge commit 'remotes/korg/cupcake' into mergeJean-Baptiste Queru
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-03-05auto import from //depot/cupcake/@136594The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project
2009-02-19auto import from //branches/cupcake/...@132276The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-28Fix a couple of type mismatches in pagemap.Thomas Tuttle
2009-01-15auto import from //branches/cupcake/...@126645The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project