summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add dumpChildFramesAsText function support in LayoutTestController.Shimeng (Simon) Wang2010-06-213-0/+26
| | | | Change-Id: I8af0bbca1d2166a25486d5a12fb6a985bbe264ef
* move a sqlite test from framework-tests to coretestsVasu Nori2010-06-171-274/+0
| | | | Change-Id: Ic8d42a3c477e4ea0ad8eaa4e1869ae221b95ba46
* Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0.Romain Guy2010-06-171-1/+3
| | | | | | | This is the initial checkin to setup the library and turn on OEGL ES 2.0 in ViewRoot, not a functional renderer. Change-Id: I6655c54166e2967da2e21e7d6dcfba78bf113b44
* am 685fcf36: am c95812e6: Merge "Move out all framework-tests classes." into ↵Brett Chabot2010-06-168-867/+0
|\ | | | | | | | | | | | | | | | | gingerbread Merge commit '685fcf364b84d5ac911ae9cbbc4fec99f36cbd48' * commit '685fcf364b84d5ac911ae9cbbc4fec99f36cbd48': Move out all framework-tests classes.
| * Move out all framework-tests classes.Brett Chabot2010-06-148-867/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously tests/framework-tests contained a quarantined set of test classes that needed access to package-private framework api. Running these tests normally would cause the dalvik verifier to throw errors. runtest now has support for turning off the dalvik verifier for frameworks tests, so move this tests into their recommended location, close to the source being tested. Also move policy source into a 'src' folder to accommodate the tests move. Change-Id: I62f839da185a55bc553b653bf583fd99da438512
* | Add new API to check whether a Bitmap was modified.Romain Guy2010-06-153-0/+137
| | | | | | | | | | | | | | | | | | | | Bitmap.getGenerationId() can be used by caches to find out if a Bitmap has been modified. This simply exposes an existing Skia API. This change also adds a small test app for Canvas hardware acceleration. The new Bitmap API is required to implement a texture cache. Change-Id: I8547b146cd14c8afe1a2327fcd6d71b1b1cb68fc
* | read old version of data and use multiple connections to dbVasu Nori2010-06-141-0/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cts tests are in Change-Id: Ifcc89b4ff484c7c810fd2d450ded212a43360dda dependency on: Change-Id: I938c42afc3fb50f5296d01c55ffcf4a102d8b0cb 1. Use sqlite's work-in-progress writeahead logging feature to read old versions of data and thus increase concurrency of readers even when there is a writer on the database 2. New API executeQueriesInParallel() sets up a database connecion pool automatically created and managed by sqlite java layer 3. To increase reader concurrency, add an option to do BEGIN IMMEDIATE xaction instead of BEGIN EXCLUSIVE Change-Id: I3ce55a8a7cba538f01f731736e7de8ae1e2a8a1f
* | resolved conflicts for merge of f7b79151 to masterJoe Onorato2010-06-092-15/+52
|\ \ | |/ | | | | Change-Id: Ia4538f73d8bade9e6565835d484dcb650830feca
| * Add a test item the turns on a bunch of extra icons.Joe Onorato2010-06-091-0/+17
| | | | | | | | Change-Id: Ia5884ef46a5b0fa2d608c7924b3eb12293a1da8b
| * Handle errors inflating notifications (and their icons).Joe Onorato2010-06-091-15/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | On an inflation error, the StatusBarService cleans up, removes / doesn't add the views, and calls into the StatusBarManagerService, which tells the NotificationManagerService to remove the notification. That then calls all the way back into the StatusBarService, but I think being extra careful is okay. Throughout the status bar, it's all keyed off of the IBinder key, so if the app comes in with a good notification while we're cleaning up, we won't lose the new notification or anything like that. Change-Id: Iea78a637495a8b67810c214b951d5ddb93becacb
* | am b5f9b4f1: am 302759c1: Merge changes ↵Joe Onorato2010-06-091-1/+12
|\ \ | |/ | | | | I4a11f027,Ib2c4abf6,Id0c7ef9f,I839d7771 into kraken
| * Add some disabled logging and another test case for reapplying the ↵Joe Onorato2010-06-091-1/+12
| | | | | | | | | | | | notification views. Change-Id: I839d7771ab42a5d508ce7d15385f6ac6a4e3be83
* | Merge webkit.org at r60469: Skip a new isolated world testLeon Clarke2010-06-081-0/+1
| | | | | | | | Change-Id: I72f8da5c7a045dfd9ab2346d472756abcb4fe5a2
* | DumpRenderTree fix.Ben Murdoch2010-06-071-39/+24
| | | | | | | | | | | | | | | | Remove the overridden WebChromeClient.onProgressChanged function. We don't seem to need it and it appears to be the cause of b/2681943. Without that code we need to tweak the terminating conditions in onPageFinished and notifyDone. Change-Id: If2958007d92f2da92ae0de19eb07a0b38258fae0
* | Merge "Add indexeddb files to the skip list"Leon Clarke2010-06-031-0/+1
|\ \
| * | Add indexeddb files to the skip listLeon Clarke2010-06-031-0/+1
| | |
* | | DumpRenderTree changesBen Murdoch2010-06-034-18/+43
|/ / | | | | | | | | | | | | - Make the layout test counter work when you run tests through the GUI - Use the progress bar in the applications title bar to display test progress Change-Id: I3d4b778470e812b80b7a64297b3a64ba6f9d083c
* | am f419c631: am 175f79c5: In fact, switching an item between ongoing and ↵Joe Onorato2010-06-021-1/+1
|\ \ | |/ | | | | notifications works.
| * In fact, switching an item between ongoing and notifications works.Joe Onorato2010-06-021-1/+1
| | | | | | | | | | | | The test just wasn't testing that. Change-Id: If1af2a7258d2a3764f845d9862a0a0ff62b1d7ed
* | am 087cc1fa: am 871bdb98: Handle bad icon resources.Joe Onorato2010-06-021-0/+10
|\ \ | |/
| * Handle bad icon resources.Joe Onorato2010-06-021-0/+10
| | | | | | | | Change-Id: I87c5fe68ad8016596068ba7889f3b6d36da3386b
* | am 85676633: am 0e26dffd: updateNotifications works.Joe Onorato2010-06-021-3/+1
|\ \ | |/
| * updateNotifications works.Joe Onorato2010-06-021-3/+1
| | | | | | | | Change-Id: I924763a2d42ca1967719f3eb72c57d1cbb912dd7
* | am ff97998a: am 4762c2d7: Add expand and collapse.Joe Onorato2010-06-021-15/+2
|\ \ | |/
| * Add expand and collapse.Joe Onorato2010-06-021-15/+2
| | | | | | | | Change-Id: I58ad95c59b2c46d3f25349e137d5624aefc6c6cd
* | am 8f1259be: am b705eea7: am 1bd7597b: merge from open-source masterThe Android Open Source Project2010-06-021-2/+3
|\ \ | |/
| * am 1bd7597b: merge from open-source masterThe Android Open Source Project2010-06-021-2/+3
| |\ | | | | | | | | | | | | | | | | | | Merge commit '1bd7597b8cdaf39d1183077c463cb30596eb31b0' into kraken * commit '1bd7597b8cdaf39d1183077c463cb30596eb31b0': Replaced raw string arguments for Context.getSystemService() with final Context variables
| | * merge from open-source masterThe Android Open Source Project2010-06-021-2/+3
| | |\ | | | | | | | | | | | | Change-Id: I8333e295ba6b6ed8e7658ecf3fbf1ebea3537aeb
| | | * Replaced raw string arguments for Context.getSystemService() with final ↵Christian Mehlmauer2010-05-311-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Context variables Change-Id: If5139a1526101292e5da557bfad3f4db80fb64a8
* | | | Fixes an error when displaying the current layout test index.Kristian Monsen2010-05-272-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug in commit https://android-git.corp.google.com/g/#change,52518. Updated index to be zero based when passed around and off by one error on resume. Note that previous commit changes how DumpRenderTree dumps titles. This might affect the results of layout tests. Change-Id: I3d6989d71c336f90168e38c994dd36743bda365c
* | | | Display index and count when running layout testsKristian Monsen2010-05-252-5/+16
| | | | | | | | | | | | | | | | Change-Id: I8b925784aead96a1be6344d654d0376dee2047eb
* | | | Merge WebKit at r59636: Added appcache/fallback.html to the ignore list.Kristian Monsen2010-05-251-0/+1
| | | | | | | | | | | | | | | | Change-Id: Ic2cbb9e32022b0f7ee371984691b3c590d05667d
* | | | am b3f26be7: am 453894d8: am 8382068e: merge from open-source masterThe Android Open Source Project2010-05-171-2/+20
|\ \ \ \ | |/ / /
| * | | am 8382068e: merge from open-source masterThe Android Open Source Project2010-05-171-2/+20
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit '8382068ef2d385183f090373f3b0c6026bd56a99' into kraken * commit '8382068ef2d385183f090373f3b0c6026bd56a99': Updated RGB LED test cases
| | * | merge from open-source masterThe Android Open Source Project2010-05-171-2/+20
| | |\ \ | | | |/ | | | | | | | | Change-Id: I139c349b80b2cecfbdc30bd697cba099740293d9
| | | * Merge "Updated RGB LED test cases"Jean-Baptiste Queru2010-05-171-2/+20
| | | |\
| | | | * Updated RGB LED test casesMattias Östergren2010-03-051-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test cases for turning on the RGB LED with persistent light was corrected. The color for blinking was updated to blue. And finally an option for turning off the lights was added.
| | | * | Merge "New test in FrameworkTest for the VelocityTracker class"Jean-Baptiste Queru2010-05-131-0/+285
| | | |\ \
| | | | * | New test in FrameworkTest for the VelocityTracker classMarc Capdevielle2010-05-121-0/+285
| | | | | |
| | | * | | Preserve '+' in phone numbers imported from SIM.Samuel Holmberg2010-05-111-0/+10
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contacts with phonenumbers beginning with '+' lose the '+' in the phonebook when imported from SIM. This was only noticable on ADN-records with unknown NPI-values which isn't very usual. Change-Id: I181249759ae3d4181dd3cf627c7a588394b80419
| | | * | Move LocationTracker test app from vendor/google to frameworks/base/testsMike Lockwood2010-02-2417-0/+1809
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I49f1bfe2081f2c48fcb22b74aa2377857c2bae6d Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | Merge changes I8da1b801,Id88446d6,I82798d5aBen Murdoch2010-05-145-15/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Merge Webkit at r58956: Update User agent with new WebKit version. Merge Webkit at r58956: Update DRT FileFilter. Merge Webkit at r58956: Plugin code has switched to C99 integer types. See http://trac.webkit.org/changeset/58590
| * | | | | Merge Webkit at r58956: Update DRT FileFilter.Ben Murdoch2010-05-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id88446d6210da81f10d0ae26170addae6595f2a7
| * | | | | Merge Webkit at r58956: Plugin code has switched to C99 integer types. See ↵Ben Murdoch2010-05-144-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/58590 Change-Id: I82798d5af062219a73864c3c3b59a217e882e2a5
* | | | | | Merge "Change the default JS engine for Android-specific layout test results ↵Steve Block2010-05-141-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | in DRT from JSC to V8"
| * | | | | Change the default JS engine for Android-specific layout test results in DRT ↵Steve Block2010-05-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from JSC to V8 Change-Id: Idaf5602d7f45533058b0f43d66377b10b1e7d708
* | | | | | Merge "Adds excessive-comma-usage.html to DumpRenderTree skipped list as it ↵Steve Block2010-05-131-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | causes OOM"
| * | | | | | Adds excessive-comma-usage.html to DumpRenderTree skipped list as it causes OOMSteve Block2010-05-131-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: I4581eeda494797616b9881d47cc53eccf21456c9
* | | | | | am 342e520b: am 4924ea49: am c8e84e12: am b4c9a8f6: Merge "Fix imf tests." ↵Brett Chabot2010-05-121-13/+17
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / into froyo
| * | | | am c8e84e12: am b4c9a8f6: Merge "Fix imf tests." into froyoBrett Chabot2010-05-121-13/+17
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'c8e84e12beb876f904d0090fe021beae73722786' into kraken * commit 'c8e84e12beb876f904d0090fe021beae73722786': Fix imf tests.