summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add test for gamma correction.Romain Guy2010-08-275-0/+191
| | | | Change-Id: Id2a311bc116438d3627a943cb5fb1ba8dc121bb0
* am fe8eaf3b: am 1c045003: Merge "add mouse up/down/click support in ↵Guang Zhu2010-08-261-42/+16
|\ | | | | | | | | | | | | | | | | DumpRenderTree" into gingerbread Merge commit 'fe8eaf3b5dc52cecaf15ccabe9a8717cce701f6c' * commit 'fe8eaf3b5dc52cecaf15ccabe9a8717cce701f6c': add mouse up/down/click support in DumpRenderTree
| * am 1c045003: Merge "add mouse up/down/click support in DumpRenderTree" into ↵Guang Zhu2010-08-261-42/+16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit '1c045003788725b40af5489149ac0fc8bfebb1ea' into gingerbread-plus-aosp * commit '1c045003788725b40af5489149ac0fc8bfebb1ea': add mouse up/down/click support in DumpRenderTree
| | * add mouse up/down/click support in DumpRenderTreeGuang Zhu2010-08-251-42/+16
| | | | | | | | | | | | | | | | | | | | | use touchStart/End when mouseDown/Up is called in current EventSender implmentation. Change-Id: Iff3e7f45b6a7170d9be1c7ec9b12a74a74737732
* | | Merge "Tweaked the logging + some minor style fixes."Maksymilian Osowski2010-08-268-37/+51
|\ \ \
| * | | Tweaked the logging + some minor style fixes.Maksymilian Osowski2010-08-268-37/+51
| | | | | | | | | | | | | | | | Change-Id: If89fe8ab1845780ecf23c5fd339a4932ebec9c0c
* | | | Update run_apach2.py to serve HTTP tests at server rootSteve Block2010-08-261-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The complete set of layout tests is still available at /LayoutTests and scripts at /WebKitTools/DumpRenderTree/android. Note that this requires a corresponding change to external/webkit/WebKitTools/DumpRenderTree/android/get_layout_tests_dir_contents.php Bug: 2951727 Change-Id: Idf366942ffd5786759c989e992359b7e7dbb182c
* | | | Use locals to make run_apache2.py more readableSteve Block2010-08-261-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | Also fixes style Change-Id: I8045b7deb5badfed7758be459d05c58d0ff2e390
* | | | Merge "Updated the script to include access log."Maksymilian Osowski2010-08-261-0/+2
|\ \ \ \
| * | | | Updated the script to include access log.Maksymilian Osowski2010-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I3c97d60580040fa8e4bf63660091edb9c7a871fb
* | | | | Merge "Added forwarding service."Maksymilian Osowski2010-08-264-0/+407
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Added forwarding service.Maksymilian Osowski2010-08-264-0/+407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It creates the sockets on the device that allow DumpRenderTree2 to get tests from the server running on the remote machine. Communication happens through the adb. Change-Id: I7f26ffc78195b6c5f4d423a57d5ee5f0f4a9c615
* | | | | am 90b3135d: am 4d672988: Merge "Remove "StringTest.java"." into gingerbreadBrian Carlstrom2010-08-252-952/+0
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | | | | | | | | Merge commit '90b3135d8b2471990412d79dce4ee6390118d8d3' * commit '90b3135d8b2471990412d79dce4ee6390118d8d3': Remove "StringTest.java".
| * | | am 4d672988: Merge "Remove "StringTest.java"." into gingerbreadBrian Carlstrom2010-08-252-952/+0
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Merge commit '4d672988fed7fbdd887fe78603fa2eaf713031ad' into gingerbread-plus-aosp * commit '4d672988fed7fbdd887fe78603fa2eaf713031ad': Remove "StringTest.java".
| | * | Remove "StringTest.java".Brian Carlstrom2010-08-242-952/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This only tests stuff that's already better tested in dalvik/libcore, plus private ICU API (RuleBasedNumberFormat) we'd like to remove, and that this is the only caller of. Conflicts: tests/CoreTests/android/core/StringTest.java git cherry-pick -e 935022a99dac5454fc478e221b6392f3ba467009 Change-Id: I0bd172f2703bbcd6381920d40244165234fef4a1
| * | | am 3f677b1b: Merge "Fix periodically disappearing status icons." into ↵Daniel Sandler2010-08-201-0/+14
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit '3f677b1b3e45240728de39d60441d791c0e8d3f8' into gingerbread-plus-aosp * commit '3f677b1b3e45240728de39d60441d791c0e8d3f8': Fix periodically disappearing status icons.
| | * | Fix periodically disappearing status icons.Daniel Sandler2010-08-191-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Occasionally the animation listener wasn't being told that the ticker animation had completed; this callback was essential to keeping the status bar's internal state correct (namely, setting mTicking=false). The safest thing to do is simply set mTicking to false immediately upon tickerDone() or tickerHalting(). Bug: 2915280 Change-Id: I997911b12fa2985fa83b42154fb3485220886219
* | | | Merge "Use only one GL context per process, share chaches."Romain Guy2010-08-241-0/+12
|\ \ \ \
| * | | | Use only one GL context per process, share chaches.Romain Guy2010-08-241-0/+12
| | |_|/ | |/| | | | | | | | | | Change-Id: Ieabaa25338d2f4b8d4fd90e7401ad6e7452eae11
* | | | Merge "change the DRT to use Light theme"Guang Zhu2010-08-241-3/+6
|\ \ \ \
| * | | | change the DRT to use Light themeGuang Zhu2010-08-241-3/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | works around the Holo theme crash. Change-Id: I4e920629981bf3df0987bc4f65dc63644b3670b2
* | | | Merge WebKit at r65615 : Ignore http/tests/appcache/origin-quota.htmlIain Merrick2010-08-241-0/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch modifies the old-style hard-coded ignore list. The new-style text file (in external/webkit/LayoutTests/platform/android) has been modified separately, as part of the normal WebKit merge process. Test added in http://trac.webkit.org/changeset/64613 Needs clearAllApplicationCaches() callback. See http://b/issue?id=2944196 Change-Id: I31655c363c93eada40d01123e9c14c0d03bdba7b
* | | Add support for textScaleX.Romain Guy2010-08-201-2/+1
| | | | | | | | | | | | | | | | | | | | | This will not look great because we render fonts using bitmaps, not paths. Change-Id: I01b87b81bfbdbfa28460a5d5309d38e2a65e77c4
* | | Test setTextScaleX()Romain Guy2010-08-202-2/+16
| | | | | | | | | | | | Change-Id: Iafa421def64a8f9a83b320b6cf3cc5286515c355
* | | Update OpenGLRenderer test to test opaque ARGB8888 bitmaps.Romain Guy2010-08-194-0/+92
| | | | | | | | | | | | Change-Id: I7159825f4b1d6f5a1cd09ec091994801b52b6bda
* | | Merge "Layers were using an extra Snapshot causing extra clipping."Romain Guy2010-08-181-0/+2
|\ \ \
| * | | Layers were using an extra Snapshot causing extra clipping.Romain Guy2010-08-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Bug #2919310 Change-Id: I72ccd44bba7a3f3db72f581aa96198b6226e4478
* | | | Merge "Implement logic for new Geolocation delayed permission LayoutTests"Steve Block2010-08-183-15/+56
|\ \ \ \
| * | | | Implement logic for new Geolocation delayed permission LayoutTestsSteve Block2010-08-183-15/+56
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 2914450 Change-Id: Ic0be3120e88efe9199f7719b9ccb1090baaabed6
* | | | | Merge "Fix naming and executable bits on DumpRenderTree2 scripts"Steve Block2010-08-182-2/+2
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Fix naming and executable bits on DumpRenderTree2 scriptsSteve Block2010-08-182-2/+2
| | | | | | | | | | | | | | | | Change-Id: Id1415e2a166289c8c585e132e842f5ca6ad35426
* | | | Fix save()/restore() issues in the OpenGL renderer.Romain Guy2010-08-172-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | The save stack now behaves exactly like in Skia. Change-Id: If7e642f41f2c8f693f6e8c26cba81507d466562e
* | | | Merge changes I16ce79ab,Ib86a7309Romain Guy2010-08-174-0/+139
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Correctly set the viewport in layers. Cleanup, better code reuse.
| * | | | Correctly set the viewport in layers.Romain Guy2010-08-173-19/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #2919295 Change-Id: I16ce79ab0d5747cb01c6c1abe531da3dfd93fb54
| * | | | Cleanup, better code reuse.Romain Guy2010-08-162-0/+74
| |/ / / | | | | | | | | | | | | Change-Id: Ib86a7309ae579cce3b7cf464782c34e70a74c616
* | | | am 2e47052f: am 567722ee: Merge "Fix problems with determining when to kill ↵Dianne Hackborn2010-08-162-1/+18
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | apps for wake usage." into gingerbread Merge commit '2e47052fc4ad3439adc2322fd953fd58a85d457c' * commit '2e47052fc4ad3439adc2322fd953fd58a85d457c': Fix problems with determining when to kill apps for wake usage.
| * | | am 567722ee: Merge "Fix problems with determining when to kill apps for wake ↵Dianne Hackborn2010-08-152-1/+18
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | usage." into gingerbread Merge commit '567722eee190f7cf88dc7ea95167db76d5514842' into gingerbread-plus-aosp * commit '567722eee190f7cf88dc7ea95167db76d5514842': Fix problems with determining when to kill apps for wake usage.
| | * | Fix problems with determining when to kill apps for wake usage.Dianne Hackborn2010-08-152-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | Also improve debug printing of various times. Change-Id: Ifcc288fd1bcbf44c069875ba97925b9e7ffe9a48
* | | | am 66b0343e: am a8d9291d: Merge "Various battery info things:" into gingerbreadDianne Hackborn2010-08-163-12/+67
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | Merge commit '66b0343e9e32203cdd39b854852cf575ca2fcd6b' * commit '66b0343e9e32203cdd39b854852cf575ca2fcd6b': Various battery info things:
| * | am a8d9291d: Merge "Various battery info things:" into gingerbreadDianne Hackborn2010-08-133-12/+67
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'a8d9291d7f93d1aa0d24d71d65c7de2894812177' into gingerbread-plus-aosp * commit 'a8d9291d7f93d1aa0d24d71d65c7de2894812177': Various battery info things:
| | * Various battery info things:Dianne Hackborn2010-08-133-12/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now track wake locks in battery history. - Now track sensors in battery history. - Some filtering of sensory data. - Fixes to some data that wasn't cleared when resetting battery stats. - Print amount discharged since last charge. And the big part -- keep track of wake locks held per process, and kill processes that hold wake locks too much while they are in the background. This includes information in the battery stats about the process being killed, which will be available to the developer if the app is reported. Change-Id: I97202e94d00aafe0526ba2db74a03212e7539c54
| * | am 4ae1e382: Merge "Tracking merge of dalvik-dev to gingerbread" into ↵Brian Carlstrom2010-08-054-137/+11
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit '4ae1e382f4b6c5bb9e757f35f82ad48dc02c32af' into gingerbread-plus-aosp * commit '4ae1e382f4b6c5bb9e757f35f82ad48dc02c32af': Tracking merge of dalvik-dev to gingerbread
| | * Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-044-137/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git cherry-pick --no-commit f77cf7f0 git cherry-pick --no-commit c8f503b5285e30c1a881d0ba860ba9021f57d113 git cherry-pick --no-commit 570bb561 git cherry-pick --no-commit e2417541 git cherry-pick --no-commit e4d81f25bd4dc1a5c909b56ab56a56406290da30 git cherry-pick --no-commit 5e8a587d Change-Id: I101a385d43f3e0f4ce5352217f92ef67a3908c88
* | | Add drop shadows.Romain Guy2010-08-131-1/+9
| | | | | | | | | | | | Change-Id: Ic6a72409d4785968d1fbdff229f17ee5c00b240b
* | | Added copyright information to the files that were missing it.Maksymilian Osowski2010-08-132-1/+30
| | | | | | | | | | | | Change-Id: I3b814f2fbd96384189e702e723764d17cbbde5fe
* | | Merge "Merge WebKit at r65072 : Update DRT ignore list."Ben Murdoch2010-08-131-0/+2
|\ \ \
| * | | Merge WebKit at r65072 : Update DRT ignore list.Ben Murdoch2010-08-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge introduces two new Geolocation tests that to pass we need a new LayoutTestController function. We ignore those tests until this function is added - see b/2914450 Change-Id: If13dda2caa467b771d4a21d60463319019cc7679
* | | | Added python script that starts/stops apache2 server on host machine ↵Maksymilian Osowski2010-08-131-0/+93
|/ / / | | | | | | | | | | | | | | | configured to handle http layout tests. Change-Id: I7bf4390dfb4f9a580e6e4ca0eb25c85655df723c
* | | Added more info to the Summarizer.Maksymilian Osowski2010-08-123-13/+51
| | | | | | | | | | | | | | | Bug: 2889572 Change-Id: If02dbdf90e8b8717370b5586cc72be235c93db79
* | | Merge "Added a basic version of python script and supporting code in ↵Maksymilian Osowski2010-08-118-4/+229
|\ \ \ | | | | | | | | | | | | DumpRenderTree."