| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/
|
|
|
| |
Bug: 3285647
Change-Id: I3acafe4690a4d2c7fae74bbd01a5f487867f2fc6
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Bug: 3227269
Change-Id: Iae94fe1c8b0ccb52463733c676569c0b9c887963
|
|
|
|
| |
Change-Id: I588c6d3c246d0233f7dfffa7920d44c14556c339
|
|
|
|
|
|
|
| |
This test now passes with both HTTP stacks.
Bug: 3047156
Change-Id: Ibb723d3e1b8bf45c23abf5ebd7a9789a5c7cc6de
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I95c94354a4d4f38583251a2d5d1a7ab4cb554e00
|
|
|
|
|
|
| |
New layout tests added in https://android-git.corp.google.com/g/70926
Change-Id: I3c12f44d2c283e8b1da1c10975d6e4dd567889f8
|
|\ |
|
| |
| |
| |
| |
| |
| | |
this test currently blocks on some type of test devices
Change-Id: Ifacc520c441cf4142b5e6d28bde2b86728b5fc35
|
|/
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
DumpRenderTree" into gingerbread
Merge commit 'fe8eaf3b5dc52cecaf15ccabe9a8717cce701f6c'
* commit 'fe8eaf3b5dc52cecaf15ccabe9a8717cce701f6c':
add mouse up/down/click support in DumpRenderTree
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
gingerbread
Merge commit '1c045003788725b40af5489149ac0fc8bfebb1ea' into gingerbread-plus-aosp
* commit '1c045003788725b40af5489149ac0fc8bfebb1ea':
add mouse up/down/click support in DumpRenderTree
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
use touchStart/End when mouseDown/Up is called in current
EventSender implmentation.
Change-Id: Iff3e7f45b6a7170d9be1c7ec9b12a74a74737732
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | | |
Bug: 2914450
Change-Id: Ic0be3120e88efe9199f7719b9ccb1090baaabed6
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
Change-Id: I99fbe328807428aa0d94893545bad0697ccb71d7
|
| | |
| | |
| | |
| | |
| | |
| | | |
fast/dom/DeviceOrientation/basic-operation.html to skipped list
Change-Id: I42afa8d430349a0d8aa7349563c90043d08452e1
|
| | |
| | |
| | |
| | | |
Change-Id: I050edf263d5c4ee0c0373692e267d7e19f47ba1b
|
|\ \ \
| | | |
| | | |
| | | | |
run list. The tests timeout on chrome and are on the chrome skiplist."
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The tests timeout on chrome and are on the chrome skiplist.
Change-Id: I15c2cb70219c04af0d7bc561a1a8619df76bd0dc
|
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
Change-Id: I8983d5c93dfa12d87449ac9f9a17a5aafdadef0a
|
| |/
| |
| |
| | |
Change-Id: I9a7413f81090b69c82ca6b1e585f5e379b19e60c
|
|\ \
| | |
| | |
| | | |
results list"
|
| | |
| | |
| | |
| | |
| | |
| | | |
These tests have no expected result. They are not run on Chromium and are skipped on Qt.
Change-Id: I352b93dd8f3793be7f6c81a1f16d064e7239333c
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
in DumpRenderTree.
See http://trac.webkit.org/changeset/63730
Change-Id: Iced14a89a2a71557529a7a5e32c9eab04b370742
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | | |
Android-specific results"
|
| | |
| | |
| | |
| | | |
Change-Id: I32044fc8e22d419762e275cd69b0c785a7f4c8a5
|
|/ /
| |
| |
| |
| |
| | |
we run tests in .xhtml files.
Change-Id: I2af0bd29acef5bafa9dee9292aafc18d77a84080
|
| |
| |
| |
| | |
Change-Id: Iba9b67da8628e3880e8f6b18d2dc51337b9c58fb
|
| |
| |
| |
| | |
Change-Id: I6f74589b28960b91093acf8219a55e98f93b1881
|
| |
| |
| |
| | |
Change-Id: I8af0bbca1d2166a25486d5a12fb6a985bbe264ef
|
| |
| |
| |
| | |
Change-Id: I72f8da5c7a045dfd9ab2346d472756abcb4fe5a2
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \ |
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: I8b925784aead96a1be6344d654d0376dee2047eb
|
| |
| |
| |
| | |
Change-Id: Ic2cbb9e32022b0f7ee371984691b3c590d05667d
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |
| | |
| | |
| | | |
Change-Id: Id88446d6210da81f10d0ae26170addae6595f2a7
|
|\ \ \
| |/ /
|/| |
| | | |
in DRT from JSC to V8"
|
| | |
| | |
| | |
| | |
| | |
| | | |
from JSC to V8
Change-Id: Idaf5602d7f45533058b0f43d66377b10b1e7d708
|
|/ /
| |
| |
| | |
Change-Id: I4581eeda494797616b9881d47cc53eccf21456c9
|
| |
| |
| |
| |
| |
| | |
ignore list
Change-Id: I620e6da3f7318f329f3401075799e5659cacda82
|