summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | git rid of the "x" prefixes for testOmari Stephens2009-08-111-1/+1
| |
* | The triumphant return of the shell scripts, with bugreports, less code dup, andOmari Stephens2009-08-113-50/+96
| | | | | | | | enhanced readability.
* | Disable Worker in DumpRenderTree until the issue with dumpAsText is fixed.Guang Zhu2009-08-111-1/+1
| |
* | New ContentProviderOperation to assert values during batch.Jeff Sharkey2009-08-101-21/+51
| | | | | | | | | | | | | | | | | | | | | | | | When performing a set of batch operations, some callers need to enforce that a query has specific values. For example, when persisting edited Contact values, we need to assert that the RawContacts.VERSION matches the version we read out through queryEntities(). This change adds a new TYPE_ASSERT that uses withValues() and withSelection(), and checks all values when applying the batch operation, bailing if any values don't match.
* | Make GSM 7-bit encoding properly deal with initial padding.Tammo Spalink2009-08-101-2/+48
| | | | | | | | | | | | | | For CDMA, clean up the GSM encapsulation to properly align user data payload after the user data header. Addresses http://buganizer/issue?id=2007011
* | Add configurable data-retry.Wink Saville2009-08-092-0/+197
| | | | | | | | | | | | | | Add RetryManager and change GsmDataConnectionTracker and CdmaDataConnectionTracker to use it. Add TelephonyUtilsTest which tests RetryManager.
* | Merge change 20338Android (Google) Code Review2009-08-062-4/+23
|\ \ | | | | | | | | | | | | * changes: Wipe data on backend before a backup run Append the date to 3.txt so that we can see if/when backup failures occurred solely from the device/server state Note that these files will probably be deleted from the tree immediately, to be replaced by the ruby versions.
| * | Wipe data on backend before a backup runOmari Stephens2009-08-062-4/+23
| | | | | | | | | | | | | | | | | | | | | Append the date to 3.txt so that we can see if/when backup failures occurred solely from the device/server state Note that these files will probably be deleted from the tree immediately, to be replaced by the ruby versions.
* | | Enable Workers in Dump Render Tree.Ben Murdoch2009-08-061-0/+1
| | |
* | | am ff6585cb: Merge change 20144 into donutAndroid (Google) Code Review2009-08-053-68/+139
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Merge commit 'ff6585cbb0e5e42adf056b4a074b9f3683b853c1' * commit 'ff6585cbb0e5e42adf056b4a074b9f3683b853c1': Remove flaky MonitorTest#testInterrupt from continuous, and attempt to make
| * | Merge change 20144 into donutAndroid (Google) Code Review2009-08-053-68/+139
| |\ \ | | | | | | | | | | | | | | | | * changes: Remove flaky MonitorTest#testInterrupt from continuous, and attempt to make AutoCompletePopup tests more reliable.
| | * | Remove flaky MonitorTest#testInterrupt from continuous, and attempt to makeBrett Chabot2009-08-053-68/+139
| | | | | | | | | | | | | | | | | | | | | | | | AutoCompletePopup tests more reliable. Bugs 2036517 and 1636810.