summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge change 23414 into eclairAndroid (Google) Code Review2009-09-081-68/+32
|\ | | | | | | | | * changes: Fix broken GSM SMS unit test, and general cleanup.
| * Fix broken GSM SMS unit test, and general cleanup.Tammo Spalink2009-09-071-68/+32
| | | | | | | | | | | | | | | | Addresses issues: http://buganizer/issue?id=2059500 http://buganizer/issue?id=2056263 Change-Id: If1cb1e2b326419de695cbaa8a995e6bafb56447f
* | Merge change 23924 into eclairAndroid (Google) Code Review2009-09-085-0/+265
|\ \ | | | | | | | | | | | | * changes: new file: LowStorageTest/Android.mk new file: LowStorageTest/AndroidManifest.xml new file: LowStorageTest/res/layout/main.xml new file: LowStorageTest/res/values/strings.xml new file: LowStorageTest/src/com/android/lowstoragetest/LowStorageTest.java Add the test app which can eat up 100% of the data parition. This is for the low storage test.
| * | new file: LowStorageTest/Android.mkYu Shan Emily Lau2009-09-085-0/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new file: LowStorageTest/AndroidManifest.xml new file: LowStorageTest/res/layout/main.xml new file: LowStorageTest/res/values/strings.xml new file: LowStorageTest/src/com/android/lowstoragetest/LowStorageTest.java Add the test app which can eat up 100% of the data parition. This is for the low storage test. new file: LowStorageTest/Android.mk new file: LowStorageTest/src/com/android/lowstoragetest/LowStorageTest.java
* | | Merge change 24101 into eclairAndroid (Google) Code Review2009-09-071-1/+1
|\ \ \ | |_|/ |/| | | | | | | | * changes: Fix CDMA BCD unit test.
| * | Fix CDMA BCD unit test.Tammo Spalink2009-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Addresses issues: http://buganizer/issue?id=2056263 Change-Id: I80e2412bd53b9045ae3cdc95cdf132da0946c2ea
* | | Rename SMSTest to GsmSmsTest.Tammo Spalink2009-09-071-1/+1
|/ / | | | | | | Change-Id: I7ef602bd52167fd9f0712b1ce560e72a78f67193
* | Fix appcache layout test that was timing out due to race condition in ↵Andrei Popescu2009-09-031-4/+15
| | | | | | | | WebView::addJavascriptInterface.
* | Merge change 23750 into eclairAndroid (Google) Code Review2009-09-035-0/+411
|\ \ | | | | | | | | | | | | * changes: Add a test case to measure the power usage of loading a web page
| * | Add a test case to measure the power usage of loading a web pageXia Wang2009-09-025-0/+411
| | |
* | | Promote MccTable to telephony and use it for both gsm/cdmaRobert Greenwalt2009-09-031-1/+1
| | | | | | | | | | | | | | | | | | This adds timezone/locale/wifi-regulator-channels initialization to cdma (gsm already had it). bug: 2071211
* | | Read forward address from file for DRT, fallback to default addressGuang Zhu2009-09-021-6/+35
|/ / | | | | | | modified: tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestsAutoTest.java
* | Set a default dump type for DRT as a workaround for indeterministic order in ↵Guang Zhu2009-09-011-1/+3
| | | | | | | | receiving dumpAsText and onPageFinish callback.
* | At leaset log the layout test timeoutsGuang Zhu2009-09-011-0/+1
| |
* | Merge change 23406 into eclairAndroid (Google) Code Review2009-08-311-1/+1
|\ \ | | | | | | | | | | | | * changes: allow a longer timeout for layout tests, see if it stabilizes pass/fail numbers
| * | allow a longer timeout for layout tests, see if it stabilizes pass/fail numbersGuang Zhu2009-08-311-1/+1
| |/
* | Allow fragmentText to be called for singleton CDMA messages.Tammo Spalink2009-09-011-0/+28
| | | | | | | | | | | | | | | | Corrects for previous partner changes, addressing issue: http://buganizer/issue?id=2063332 Change-Id: I49e564d81c5db3e92a6bad973f21a02a7302875d
* | Merge change 22551 into eclairAndroid (Google) Code Review2009-08-311-23/+8
|\ \ | |/ |/| | | | | * changes: Fix broken unit test.
| * Fix broken unit test.Tammo Spalink2009-08-311-23/+8
| | | | | | | | | | | | | | | | Addresses issues: http://buganizer/issue?id=2056263 http://buganizer/issue?id=2058622 Change-Id: I951fabddbb141f86d5126b908fdff80fbf3b4d7e
* | am e1df8224: Merge change 23173 into donutBrett Chabot2009-08-281-1/+2
|\ \ | | | | | | | | | | | | | | | | | | Merge commit 'e1df82248a68282a4d556ce61db09949fc186827' into eclair * commit 'e1df82248a68282a4d556ce61db09949fc186827': Remove flaky test LifecycleTest.testDialog from large continuous suite.
| * | Remove flaky test LifecycleTest.testDialog from large continuous suite.Brett Chabot2009-08-281-1/+2
| | | | | | | | | | | | | | | | | | BUG 1866891 Change-Id: Ifef98426cf3879fc9f17aa5a0891578fefa54ce3
* | | Final high-density frameworks artwork drop from designers (dated 25-Aug-2009).Daniel Sandler2009-08-2816-0/+0
| |/ |/|
* | optimize MCC tableTammo Spalink2009-08-281-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace a table of objects that was created at boot in a costly manner, with a pre-generated table of more densely formatted numerical data. Based on data from runhat on the phone process, this looks to shrink the memory footprint from about 16kB to less then 2kB. Addresses http://buganizer/issue?id=874072 Change-Id: I5a7b9d7de4c9b9a0360e8370252582969fbd8d4f
* | Pass the estimated size of new HTML 5 databases to the ChromeClient so it ↵Ben Murdoch2009-08-261-1/+2
| | | | | | | | | | | | can use that amount to figure an initial default quota. Change-Id:Ic9372b0c86472b42ba5d0b964aaff1e2bbfe3efa
* | Merge change 22399 into eclairAndroid (Google) Code Review2009-08-251-10/+7
|\ \ | | | | | | | | | | | | * changes: Refactor VCard handling code, phase 2, 3, 4, 5
| * | Refactor VCard handling code, phase 2, 3, 4, 5Daisuke Miyakawa2009-08-251-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Phase 2 Make VCard Importer use Data structures in ContactsContract instead of using old Conatacts structure. Phase 3 Developed VCardComposer, which was originally in Contacts package, but now in base/core/java. Also made it use queryEntries() as per jsharkey's suggestion. Phase 4 Added VCardUtils and moved some common methods to it, some of which should be in public API, but hidden for now. Phase 5 Made VCardComposer emits (almost) valid vCard 3.0 data. Confirmed with vCard data emitted by Mac. Related issue: 1784580, 1728351, 1967349 Note: Probable next step: - Add "fast parse" mode in VCradBuilder, in which, VCardBuilder skip parsing the value of each property. It will make the parsing faster. -- Note that parsing the parameters of each entry cannot be skipped, since it may contains the information about Encoding of the property. In other words, if the line is in Quoted-Printable format, the next line may be the part of the property, not a separated property, which should be parsed accordingly. - Needs test
* | | Merge change 22559 into eclairAndroid (Google) Code Review2009-08-241-1/+2
|\ \ \ | |/ / |/| | | | | | | | * changes: Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works.
| * | Filter out worker tests from layout suite because merely disabling worker in ↵Guang Zhu2009-08-241-1/+2
| | | | | | | | | | | | webview settings no longer works.
* | | adding harness for plugin testing to be built uponDerek Sollenberger2009-08-2413-0/+1168
|/ /
* | Merge change 21978 into eclairAndroid (Google) Code Review2009-08-243-0/+37
|\ \ | | | | | | | | | | | | * changes: Adds the ability to set Geolocation permissions from DumpRenderTree on Android.
| * | Adds the ability to set Geolocation permissions from DumpRenderTree on Android.Steve Block2009-08-193-0/+37
| | |
* | | Add tests for RecurrenceSet.Ken Shirriff2009-08-211-0/+82
| | | | | | | | | | | | Tests only cover populateContentValues. See bug 1594638
* | | Merge change 22362 into eclairAndroid (Google) Code Review2009-08-211-20/+23
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix +NANP issue and cleanup plus code conversion.
| * | | Fix +NANP issue and cleanup plus code conversion.Libin Tang2009-08-211-20/+23
| |/ / | | | | | | | | | | | | | | | | | | | | | This patch includes the plus code conversion clean up. 1. change the plus code conversion based on the current and default number systems retrieved from MCC. 2. for format such as +NANP, replace the '+' with the current IDP (011). 3. comments changes.
* | | Fixed the missing EOL in last line of crashed tests list file. Also fixed ↵Guang Zhu2009-08-201-10/+11
|/ / | | | | | | some whitespaces.
* | - changed removeAccount() to be handled by the AccountAuthenticator and to ↵Fred Quintana2009-08-142-25/+22
| | | | | | | | | | | | | | return a boolean - changed the IAccountManager API to use oneway IPCs - changed the AccountManager to not have to start a thread for any of the calls (versus every call)
* | am a8dfe24d: Adds the ability to configure the mock Geolocation service from ↵Steve Block2009-08-141-1/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | DumpRenderTree. Merge commit 'a8dfe24da014b52d7ae93c3fbd7a8b88ec336572' * commit 'a8dfe24da014b52d7ae93c3fbd7a8b88ec336572': Adds the ability to configure the mock Geolocation service from DumpRenderTree.
| * | Adds the ability to configure the mock Geolocation service from DumpRenderTree.Steve Block2009-08-141-1/+13
| | |
* | | Merge change 20918Android (Google) Code Review2009-08-132-1/+67
|\ \ \ | |/ / |/| | | | | | | | * changes: Wrap up the stress test into a single script make test_restore.sh return a value signifying success or failure
| * | Wrap up the stress test into a single scriptOmari Stephens2009-08-122-1/+67
| | | | | | | | | | | | make test_restore.sh return a value signifying success or failure
* | | Backup participants must now hold the BACKUP_DATA permissionChristopher Tate2009-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Packages that do not use android.permission.BACKUP_DATA will neither be backed up nor restored. That permission is currently signature-only. In the future if access to the backup/restore infrastructure is made available to arbitrary 3rd party applications, the permission checks (and indeed, the permission itself) can simply be removed.
* | | Merge change 21171Android (Google) Code Review2009-08-131-0/+23
|\ \ \ | | | | | | | | | | | | | | | | * changes: Allow max_retires to be set to infinite.
| * | | Allow max_retires to be set to infinite.Wink Saville2009-08-131-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | Setting max_retires to infinite sets mRetryForever to true and therefore isRetryNeeded will always be true. This is better than an alternative which is to set max_retires to a large value such as 2147483647.
* | | | Merge change 21166Android (Google) Code Review2009-08-131-5/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Rename bcdByteToInt to gsmBcdByteToInt and beBcdByteToInt to cdmaBcdByteToInt.
| * | | | Rename bcdByteToInt to gsmBcdByteToInt and beBcdByteToInt to cdmaBcdByteToInt.Wink Saville2009-08-131-5/+13
| |/ / /
* | | | Set V8 flag --expose_gc in TestShellActivity.Feng Qian2009-08-131-0/+5
|/ / / | | | | | | | | | Page cycler calls window.gc between pages, JSC exposes window.gc by default, and V8 requires the flag to be set.
* | | Merge change 21006Android (Google) Code Review2009-08-121-0/+69
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix the issue of incorrect conversion of the plus sign in a dial string.
| * | | Fix the issue of incorrect conversion of the plus sign in a dial string.Tang@Motorola.com2009-08-121-0/+69
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue is that the plus sign in a dial string is always converted to the IDP (International Dial Prefix). This fix implements a plus sign conversion mechanism based on the default telephone numbering system that the phone is activated and the current telephone number system that the phone is camped on. Currently, we only support the cases where the default and current telephone numbering system are NANP.
* | | am 3b5f4a84: Merge change 20806 into donutBrett Chabot2009-08-122-10/+3
|\ \ \ | |/ / |/| / | |/ | | | | | | Merge commit '3b5f4a841e9e87442eeacd7773bd2a6ca8710019' * commit '3b5f4a841e9e87442eeacd7773bd2a6ca8710019': Remove flaky auto complete tests from continuous.
| * Remove flaky auto complete tests from continuous.Brett Chabot2009-08-112-10/+3
| | | | | | | | BUG 2036517