summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge change Ic9f6bf94 into eclairAndroid (Google) Code Review2009-11-255-0/+243
|\ | | | | | | | | * changes: Add a test app that will drain the battery. NOT IN BUILD.
| * Add a test app that will drain the battery. NOT IN BUILD.Joe Onorato2009-11-255-0/+243
| |
* | Add keyguard permission to instrumented ImfTest package.Brett Chabot2009-11-251-0/+2
|/ | | | | | Workaround to fix bug 2284623 Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076
* Merge changes I0c77eca9,Ibd184157,I81947f67 into eclairAndroid (Google) Code Review2009-11-251-1/+1
|\ | | | | | | | | | | | | * changes: Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge. Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge. Improves documentation for GeolocationPermissions class. Do not merge.
| * Rename WebChromeClient.addMessageToConsole to ↵Ben Murdoch2009-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | WebChromeClient.onConsoleMessage. Do not merge. BUG=b/2271636 This has already been submitted to eclair-mr2. Change-Id: I81947f671f58be006ee3e1b30d73c6cb6cf2ebee
* | Temporarily add explicit step to disable keyguard to imf tests to attempt ↵Swarna Kumar2009-11-242-0/+9
|/ | | | | | solve test flakiness. Bug number : 2177113
* Add a test app that has 100 icons. None of them do anything when clicked.Joe Onorato2009-11-1940-0/+743
|
* Use a diff that ignores trailing whitespaces to get by some layout test ↵Guang Zhu2009-11-122-18/+36
| | | | failures.
* Update CdmaSmsTest unit test.jsh2009-11-061-0/+23
| | | | | | | | Forgot to do this with previous check in. Now that calculateLength() has been fixed to match the actual encoding (ie, doesn't support single-segment EMS), test case needs to be updated. Fixes b/2244483
* Merge change Ie71d9e42 into eclairAndroid (Google) Code Review2009-11-052-0/+22
|\ | | | | | | | | * changes: Another test for StatusBar test.
| * Another test for StatusBar test.Joe Onorato2009-11-052-0/+22
| |
* | layout test rebase, bug fixGuang Zhu2009-11-055-33/+721
| | | | | | | | | | * rebase layout test based on newly enabled http tests * fix a bug in initializing parameters (should happen before super.onCreate)
* | Merge change Iefd4a388 into eclairAndroid (Google) Code Review2009-11-041-1/+2
|\ \ | |/ |/| | | | | * changes: Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles
| * Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFilesBrett Chabot2009-10-301-1/+2
| | | | | | | | Bug 1840944
* | Merge change I92cdc5ed into eclairAndroid (Google) Code Review2009-10-301-70/+155
|\ \ | |/ |/| | | | | * changes: PerformanceCollector: Collect & report perf measurements in key/value form
| * PerformanceCollector: Collect & report perf measurements in key/value formJack Wang2009-10-281-70/+155
| | | | | | | | | | | | | | - Added new functions to PerformanceCollector and PerformanceResultsWriter - Modified unit tests to test new functionality and fix flakiness reported in 2218327 and 2118268 - Added PerformanceCollectorTest to small suite
* | Remove the activity restart between urls.Guang Zhu2009-10-271-3/+3
|/
* Disable flaky and failing tests.Brett Chabot2009-10-2611-19/+36
| | | | Bugs 2118268, 2176089
* Disable known failure math tanhd tests (DO NOT MERGE)Brett Chabot2009-10-202-2/+4
| | | | BUG 2139334
* Disable com.android.unit_tests.HeapTest:testExternalOomeLarge.Brett Chabot2009-10-191-1/+2
| | | | BUG 2170975
* Enable some tests that requires local http serverGuang Zhu2009-10-151-2/+1
|
* Merge change I3429f77a into eclairAndroid (Google) Code Review2009-10-061-1/+2
|\ | | | | | | | | * changes: Suppress flaky test HeapTest#testOomeLarge.
| * Suppress flaky test HeapTest#testOomeLarge.Brett Chabot2009-10-061-1/+2
| | | | | | | | BUG 2170975
* | Fix failing unit test; the test was using a deprecated API making it fail on ↵Romain Guy2009-10-061-2/+2
|/ | | | | | WVGA devices. Change-Id: I407c7baa5606aaee875f51d6e96ce8a0117fc375
* Add PERIOD char to CDMA address sugar list.Tammo Spalink2009-10-051-0/+10
| | | | | Addresses issue: http://buganizer/issue?id=2164455
* Remove deprecated VpnType.getDescription().Hung-ying Tyan2009-09-301-1/+0
|
* rebase layout test result as the numbers reported are much more stable nowGuang Zhu2009-09-294-1535/+2121
|
* Merge change 27457 into eclairAndroid (Google) Code Review2009-09-281-2/+2
|\ | | | | | | | | * changes: Added code style fix that actually did not get submitted in 2nd patch of previous change.
| * Added code style fix that actually did not get submitted in 2nd patch of ↵Guang Zhu2009-09-281-2/+2
| | | | | | | | previous change.
* | Merge change 27185 into eclairAndroid (Google) Code Review2009-09-281-1/+8
|\ \ | |/ | | | | | | * changes: Add checks for double-dumping on webkit data.
| * Add checks for double-dumping on webkit data.Guang Zhu2009-09-281-1/+8
| | | | | | | | Also some logs seem to suggest that in rare occations, a webkit dump after timeout has occured actually never hears any response back from webkit, thus causing the test app to wait forever, because the request webkit data mechanism is not protected by a timeout watchdog. So adding a explicit log print before calling webkit dump for monitoring in future test runs.
* | Modified the test case name for the browser page load test.Yu Shan Emily Lau2009-09-271-1/+1
|/
* DO NOT MERGE: Cleaning up the PipedStreamTestJesse Wilson2009-09-261-30/+27
|
* Update CID in NeighboringCellInfojohnwang2009-09-251-23/+47
| | | | | | | | | | | | | | | | NeighboringCellInfo works in GSM and UMTS network. In GSM network, the locaiton value is the combination of LAC and CID. In UMTS network, the locaiton value is PSC code. NeighboringCellInfo should access and store those two values seperately. It involves the change of Public API. 1. Add new API getRadioType(), getLac(), and getPsc() to get location info in GSM and UMTS. 2. Deprecate setCid() and NeighboringCellInfo(int cid) because cid is set by interpreting network type.
* Change the way DRT determines if it is ready to continue to the next test ↵Ben Murdoch2009-09-241-22/+34
| | | | | | | when running in automated mode. Change-Id: I4d8f6b447dd3c7d7b4baa449a5bacebe4ba59d25 (cherry picked from commit 15b503e46315a56467c0b40d411b457eda7ee334)
* Conditionalized CDMA-specific test.Tammo Spalink2009-09-241-4/+12
| | | | | | | Addresses issue: http://b/issue?id=2122045 Change-Id: Ia43e254f0808e1d96cbd240101eee621979e9100
* Merge change 26550 into eclairAndroid (Google) Code Review2009-09-231-1/+1
|\ | | | | | | | | * changes: fix bug 2134367: failing phone number compare test.
| * fix bug 2134367: failing phone number compare test.Wei Huang2009-09-221-1/+1
| | | | | | | | Change-Id: Iccc3b69cd1e4bdb82da48d87d610e4a45ae31601
* | Merge change 25879 into eclairAndroid (Google) Code Review2009-09-221-7/+35
|\ \ | |/ |/| | | | | * changes: Setting the default HTTP user agent at runtime init.
| * Setting the default HTTP user agent at runtime init.Jesse Wilson2009-09-181-7/+35
| | | | | | | | | | I can't do this in HttpURLConnection directly, since that would cause a forbidden dependency from Dalvik on Android.
* | Merge change 26254 into eclairAndroid (Google) Code Review2009-09-211-6/+6
|\ \ | | | | | | | | | | | | * changes: fix bug 2134685: fix tests for PhoneNumberUtilsTest.
| * | fix bug 2134685: fix tests for PhoneNumberUtilsTest.Wei Huang2009-09-211-6/+6
| | | | | | | | | | | | Change-Id: I28c4e69775c7ce20983c052b8b77ba2df6d5c63b
* | | Merge change 26111 into eclairAndroid (Google) Code Review2009-09-211-1/+20
|\ \ \ | |/ / |/| | | | | | | | * changes: Added a workaround to clear the browser cache.
| * | Added a workaround to clear the browser cache.Yu Shan Emily Lau2009-09-211-1/+20
| |/ | | | | | | modified: BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java
* | Fix test for phone number comparation. Now that there are two algorithms, we ↵Daisuke Miyakawa2009-09-211-12/+29
| | | | | | | | | | | | | | | | should consider them in Java layer. Uguu. Internal issue number: 2134367
* | Fix http://b/2126318 (density test fails due to wrong-size asset stripping)Daniel Sandler2009-09-181-1/+1
|/ | | | The density test expects all resources of all densities to be included, but specifying a density for a particular device build kills that. We therefore add all the required densities explicitly to the Makefile to compensate.
* Only move to the next test in DRT after the test has completed AND the page ↵Ben Murdoch2009-09-171-6/+31
| | | | | | has finished loading. Change-Id: I157da58bb99f7bf0fcd00073d078c26c7df201ed
* Merge change 25360 into eclairAndroid (Google) Code Review2009-09-161-8/+20
|\ | | | | | | | | * changes: Fix issue #2121993: com.android.unit_tests.os.HandlerThreadTest:testHandlerThread is failing
| * Fix issue #2121993: ↵Dianne Hackborn2009-09-161-8/+20
| | | | | | | | | | | | com.android.unit_tests.os.HandlerThreadTest:testHandlerThread is failing Change-Id: I5f2cc8b39d3f15782e5fbf47015be9f4fa94a65b
* | Merge change 25190 into eclairAndroid (Google) Code Review2009-09-161-4/+56
|\ \ | | | | | | | | | | | | * changes: add the ability to do a newAssert with no values