Bug 113026
Summary: | [EFL] Test case webaudio/javascriptaudionode.html fails when verified individually | ||
---|---|---|---|
Product: | WebKit | Reporter: | Praveen Jadhav <praveen.j> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | lucas.de.marchi, zan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Praveen Jadhav
Build WebKit source for efl port as below
./Tools/Scripts/build-webkit --efl --cmakearg="-DSHARED_CORE=ON"
Run individual layout test javascriptaudionode.html
./Tools/Scripts/run-webkit-tests --efl LayoutTests/webaudio/javascriptaudionode.html
The test case fails and generates error files in layout-test-results folder but the script displays as "this test ran as excepted".
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zan Dobersek
It ran as expected, meaning that (given current expectation[1]) the test either crashed or produced a textual failure.
[1] http://trac.webkit.org/browser/trunk/LayoutTests/platform/efl/TestExpectations#L630
Praveen Jadhav
(In reply to comment #1)
> It ran as expected, meaning that (given current expectation[1]) the test either crashed or produced a textual failure.
>
> [1] http://trac.webkit.org/browser/trunk/LayoutTests/platform/efl/TestExpectations#L630
Thanks for the clarification. I went through TestExpectations file of other platforms and seems like this case fails only in EFL port. Strangely, this test passed when I run along with other test cases using the command
./Tools/Scripts/run-webit-tests --efl
This issue happens only for EFL port. Hence changing the component to "WebKit EFL".