summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | add the ability to do a newAssert with no valuesFred Quintana2009-09-151-4/+56
| | |
* | | Merge change 25356 into eclairAndroid (Google) Code Review2009-09-161-1/+3
|\ \ \ | |_|/ |/| | | | | | | | * changes: Filter out failing cases for future investigation.
| * | Filter out failing cases for future investigation.Guang Zhu2009-09-161-1/+3
| |/
* | Refactor logic for starting forward servers and http test cases hacking, so ↵Guang Zhu2009-09-159-94/+246
|/ | | | that they can be shared between automated test mode and UI launch mode.
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-153-53/+27
| | | | Change-Id: I6d1f45f31210c2353fa348cc37be8d91bcd5e887
* Merge change 25132 into eclairAndroid (Google) Code Review2009-09-151-3/+3
|\ | | | | | | | | * changes: fix ContentProviderOperationTest
| * fix ContentProviderOperationTestFred Quintana2009-09-151-3/+3
| |
* | Merge change 25124 into eclairAndroid (Google) Code Review2009-09-151-2/+9
|\ \ | |/ |/| | | | | * changes: Add more error message if the script failed to pull result file from device.
| * Add more error message if the script failed to pull result file from device.Guang Zhu2009-09-151-2/+9
| |
* | Merge change 25090 into eclairAndroid (Google) Code Review2009-09-153-22/+23
|\ \ | |/ |/| | | | | * changes: Move backlight brightness from HardwareService to PowerManager
| * Move backlight brightness from HardwareService to PowerManagerMike Lockwood2009-09-153-22/+23
| | | | | | | | | | | | | | | | to prevent apps from changing the hardware behind its back. Fixes b/2041941 Lock screen flashes the screen very bright before dimming Change-Id: Ice757f7ae87902bdfb3634471cf44f020ebfaae4 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Fix FileObserverTest#testRun.Brett Chabot2009-09-151-7/+39
|/ | | | | | | The assertion in the test was expecting 4 events, but it was only waiting for three. BUG 2119135
* Fix the bogus crashes in layout and reliability tests (the device actually ↵Guang Zhu2009-09-142-3/+23
| | | | went offline).
* Fix the parsing for instrumentation result, some Java exceptions are not ↵Guang Zhu2009-09-141-3/+12
| | | | reported right now