WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
91102
[Chromium] Support running Android-specific layout tests
https://bugs.webkit.org/show_bug.cgi?id=91102
Summary
[Chromium] Support running Android-specific layout tests
Leandro Graciá Gil
Reported
2012-07-12 09:10:43 PDT
Perform the required changes to support the chromium-android platform in the test infrastructure so we can run Android-specific layout tests.
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2012-07-12 09:29:55 PDT
Can you give an example of an Android-specific LayoutTest? Typically, we'd just put the LayoutTest in the
http://trac.webkit.org/browser/trunk/LayoutTests/platform/chromium-android
directory.
Leandro Graciá Gil
Comment 2
2012-07-12 09:35:07 PDT
(In reply to
comment #1
)
> Can you give an example of an Android-specific LayoutTest? Typically, we'd just put the LayoutTest in the
http://trac.webkit.org/browser/trunk/LayoutTests/platform/chromium-android
directory.
I'm afraid I don't have anything ready to be uploaded yet, but I mean any layout tests that work with WebKit API features that are guarded by the ANDROID macro.
Adam Barth
Comment 3
2012-07-12 09:40:33 PDT
> I'm afraid I don't have anything ready to be uploaded yet, but I mean any layout tests that work with WebKit API features that are guarded by the ANDROID macro.
Typically, LayoutTests don't work with the WebKit API, they work with the web platform API. Also, we generally don't guard things in the Chromium WebKit API with OS-specific macros. I'm happy to look in the chromium-android branch if there are examples there that aren't ready to be uploaded yet. I should be clear that I'm not opposed to this idea. I'm just seeking to understand the motivation.
Leandro Graciá Gil
Comment 4
2012-08-13 05:24:54 PDT
It seems that this was not required after all. Instead of layout tests WebKit unit tests have been used for the case I was considering (
bug 93111
).
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug