summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree/src/com/android/dumprendertree
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add LayoutTest http/tests/appcache/foreign-fallback.html to the DRT ignore listSteve Block2010-12-161-0/+1
|/ | | | | Bug: 3285647 Change-Id: I3acafe4690a4d2c7fae74bbd01a5f487867f2fc6
* change how assets are copied out of apkGuang Zhu2010-12-062-7/+13
| | | | | | | | | | | Currently test code use getActivity to get DRT's assets. However the side effect is that this will actually launch the activity. This is not affecting any tests yet, however there are cleaner ways to do this. The instrumentation framework provides a getTargetContext call which will give access to app under test's context, and therefore granting access to its assets. Change-Id: I0560b0fa5681f80bcb9296beec3fd0549c40cc8e
* Skip LayoutTest http/tests/cookies/third-party-cookie-relaxing.htmlSteve Block2010-11-241-0/+1
| | | | | Bug: 3227269 Change-Id: Iae94fe1c8b0ccb52463733c676569c0b9c887963
* Removing some js script tests from the skip listKristian Monsen2010-11-171-3/+0
| | | | Change-Id: I588c6d3c246d0233f7dfffa7920d44c14556c339
* Remove the failing expectation for fast/encoding/char-encoding.html for DRTSteve Block2010-11-111-1/+0
| | | | | | | This test now passes with both HTTP stacks. Bug: 3047156 Change-Id: Ibb723d3e1b8bf45c23abf5ebd7a9789a5c7cc6de
* Add fast/js/regexp-overflow.html to DumpRenderTree skip listSteve Block2010-10-191-10/+6
| | | | | | | | | | | This fails beacsue the result of the test is so large that DRT suffers OOM when reading the result. This will be fixed when we switch to DRT2. Skipping for now to keep the crashes at zero. Also fixes bug numbers for other skipped tests Bug: 2697589 Change-Id: I897ff1f0a2941d305af5fb1c8de8f6690365fb9e
* Implement ↵Steve Block2010-10-141-2/+11
| | | | | | | | | | | LayoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey') This is required for tests that test PageCache behaviour, eg - fast/dom/DeviceMotion/no-page-cache.html - fast/dom/DeviceOrientation/no-page-cache.html - fast/dom/Geolocation/no-page-cache.html Change-Id: Ie5862f6c86718142c949be81a85358ca6fac628a
* Reclassify failing multi-touch tests in DumpRenderTree ignore listSteve Block2010-09-291-3/+3
| | | | Change-Id: I95c94354a4d4f38583251a2d5d1a7ab4cb554e00
* Update DumpRenderTree test expectations for fast/encodingIain Merrick2010-09-291-0/+8
| | | | | | New layout tests added in https://android-git.corp.google.com/g/70926 Change-Id: I3c12f44d2c283e8b1da1c10975d6e4dd567889f8
* Merge "skip 2d.drawImage.broken.html layout test"Guang Zhu2010-09-271-0/+2
|\
| * skip 2d.drawImage.broken.html layout testGuang Zhu2010-09-271-0/+2
| | | | | | | | | | | | this test currently blocks on some type of test devices Change-Id: Ifacc520c441cf4142b5e6d28bde2b86728b5fc35
* | Bug 2372180: pass multi-touch events from browser to webkit.Huahui Wu2010-09-262-38/+109
|/ | | | | | | | | | | Since the UI uses multi-touch for zooming, the event is passed to webkit only when the webpage doesn't allow zooming. 1. Updated the data structure TouchEventData in WebViewCore.java to take multiple points and used it everywhere. 2. Added a passMultiTouchToWebkit() function to do what its name means. 3. Added the multi-point touch support to dumprendertree. Change-Id: Iafc1aa7b21a587ad26efd2f124b9a66316297ab8
* temporarily skip simple-cross-origin-progress-events.html for nowGuang Zhu2010-09-071-1/+3
| | | | | | | | | this test crashes on Passion, and runs webcore into a bad state on Stingray. To make sure it does not block the entire layout test suite on Stingray, skipping this test for now. http://b/2982500 Change-Id: Id4875112705df9b2c5b003a2c32c292765ab17fc
* 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 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
* | | Implement logic for new Geolocation delayed permission LayoutTestsSteve Block2010-08-182-5/+24
| | | | | | | | | | | | | | | Bug: 2914450 Change-Id: Ic0be3120e88efe9199f7719b9ccb1090baaabed6
* | | 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
* | | Hook up mock for testing DeviceOrientation in DRTSteve Block2010-08-104-1/+21
| | | | | | | | | | | | Change-Id: I99fbe328807428aa0d94893545bad0697ccb71d7
* | | Merge WebKit at r64523 : Add new LayoutTest ↵Steve Block2010-08-091-0/+1
| | | | | | | | | | | | | | | | | | fast/dom/DeviceOrientation/basic-operation.html to skipped list Change-Id: I42afa8d430349a0d8aa7349563c90043d08452e1
* | | Initial work on browser incognito mode history feature.Elliott Slaughter2010-08-051-1/+1
| | | | | | | | | | | | Change-Id: I050edf263d5c4ee0c0373692e267d7e19f47ba1b
* | | Merge "After merging webkit to 64264 these hang, so added them to the do not ↵Kristian Monsen2010-08-041-1/+7
|\ \ \ | | | | | | | | | | | | run list. The tests timeout on chrome and are on the chrome skiplist."
| * | | After merging webkit to 64264 these hang, so added them to the do not run list.Kristian Monsen2010-08-031-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | The tests timeout on chrome and are on the chrome skiplist. Change-Id: I15c2cb70219c04af0d7bc561a1a8619df76bd0dc
* | | | resolved conflicts for merge of 8a76a908 to masterJean-Baptiste Queru2010-07-298-26/+51
|\ \ \ \ | |/ / / |/| / / | |/ / Change-Id: I8983d5c93dfa12d87449ac9f9a17a5aafdadef0a
| * | Replaced /sdcard with Environment.getExternalStorageDirectory()Christian Mehlmauer2010-07-198-27/+51
| |/ | | | | | | Change-Id: I9a7413f81090b69c82ca6b1e585f5e379b19e60c
* | Merge "Add some dom/xtml/level3 LayoutTests to the DumpRenderTree ignore ↵Steve Block2010-07-271-0/+17
|\ \ | | | | | | | | | results list"
| * | Add some dom/xtml/level3 LayoutTests to the DumpRenderTree ignore results listSteve Block2010-07-221-0/+17
| | | | | | | | | | | | | | | | | | These tests have no expected result. They are not run on Chromium and are skipped on Qt. Change-Id: I352b93dd8f3793be7f6c81a1f16d064e7239333c
* | | Merge WebKit at r63859 : Implement layoutTestController.dumpAsText(boolean) ↵Ben Murdoch2010-07-263-27/+36
|/ / | | | | | | | | | | | | | | in DumpRenderTree. See http://trac.webkit.org/changeset/63730 Change-Id: Iced14a89a2a71557529a7a5e32c9eab04b370742
* | add a paramter to control page-load-termination-on-JS-errorGuang Zhu2010-07-142-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | A previous change terminates page load if there's certain JS errors; the intention was to speed up layout tests such that page accessing non-existent test controllers/methods will get immediate termination instead of waiting on timeout. However this causes problem for page cycler because it may interrupt the test run too early. Also there was a bug on bracketing on the termination conditions (operator precendence issue). Change-Id: I2f19e48fa0061286fddf0f7cbb4953d7f7d88f76
* | Merge "Update DumpRenderTree to look in platform/android for ↵Steve Block2010-07-121-2/+10
|\ \ | | | | | | | | | Android-specific results"
| * | Update DumpRenderTree to look in platform/android for Android-specific resultsSteve Block2010-07-121-2/+10
| | | | | | | | | | | | Change-Id: I32044fc8e22d419762e275cd69b0c785a7f4c8a5
* | | Update the file filter in DumpRenderTree (and DumpRenderTree2) so thatBen Murdoch2010-07-091-1/+3
|/ / | | | | | | | | | | we run tests in .xhtml files. Change-Id: I2af0bd29acef5bafa9dee9292aafc18d77a84080
* | Tweak fix for setXSSAuditorEnabled in LayoutTestController.Elliott Slaughter2010-06-232-2/+2
| | | | | | | | Change-Id: Iba9b67da8628e3880e8f6b18d2dc51337b9c58fb
* | Add setXSSAuditorEnabled support in WebSettings.Elliott Slaughter2010-06-223-0/+17
| | | | | | | | Change-Id: I6f74589b28960b91093acf8219a55e98f93b1881
* | Add dumpChildFramesAsText function support in LayoutTestController.Shimeng (Simon) Wang2010-06-213-0/+26
| | | | | | | | Change-Id: I8af0bbca1d2166a25486d5a12fb6a985bbe264ef
* | 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
* | 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
* | Merge changes I8da1b801,Id88446d6,I82798d5aBen Murdoch2010-05-141-2/+0
|\ \ | | | | | | | | | | | | | | | | | | * 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 "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
* | | Adds excessive-comma-usage.html to DumpRenderTree skipped list as it causes OOMSteve Block2010-05-131-0/+1
|/ / | | | | | | Change-Id: I4581eeda494797616b9881d47cc53eccf21456c9
* | Merge webkit.org at r58033 : Update the WebKit UA string and LayoutTest ↵Steve Block2010-05-111-0/+5
| | | | | | | | | | | | ignore list Change-Id: I620e6da3f7318f329f3401075799e5659cacda82