Bug 136096 - [EFL][WK2] Layout Test storage/websql/sql-error-codes.html is passed
Summary: [EFL][WK2] Layout Test storage/websql/sql-error-codes.html is passed
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-19 23:00 PDT by Shivakumar J M
Modified: 2014-08-20 04:40 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2014-08-19 23:07 PDT, Shivakumar J M
mpakulavelrutka: review-
mpakulavelrutka: commit-queue-
Details | Formatted Diff | Diff
Patch-Updated (1.43 KB, patch)
2014-08-20 02:44 PDT, Shivakumar J M
mpakulavelrutka: review-
mpakulavelrutka: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shivakumar J M 2014-08-19 23:00:52 PDT
Layout Test storage/websql/sql-error-codes.html is no longer generating failure, it is passed in latest builds.
Comment 1 Shivakumar J M 2014-08-19 23:07:53 PDT
Created attachment 236855 [details]
Patch

Layout Test storage/websql/sql-error-codes.html is no longer generating failure, it is passed in latest builds.
Comment 2 Grzegorz Czajkowski 2014-08-20 00:03:52 PDT
Comment on attachment 236855 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=236855&action=review

> LayoutTests/ChangeLog:8
> +        Layout Test storage/websql/sql-error-codes.html is no longer generating failure, it is passed in latest builds.

Nit: personally, I am in favor of adding the revision affecting layout test success/failure. That brings us information what change makes it better or worse.

> LayoutTests/platform/efl/TestExpectations:745
> +webkit.org/b/108355 storage/websql/sql-error-codes.html [ Pass ]

If it passes just remove its failure expectation. Did you check debug build as well?
Comment 4 Shivakumar J M 2014-08-20 02:44:15 PDT
Created attachment 236864 [details]
Patch-Updated

Update the patch with comments, these test passed in my local build always.
Comment 5 Michal Pakula vel Rutka 2014-08-20 04:31:04 PDT
Comment on attachment 236864 [details]
Patch-Updated

View in context: https://bugs.webkit.org/attachment.cgi?id=236864&action=review

I checked on my local machine and the test fails the same as on bot. Anyway we cannot take results from our local machines as a reference point, instead we should rely only on build bot results.

> LayoutTests/ChangeLog:6
> +        Reviewed by NOBODY (OOPS!).

Gardening does not require review, next time please replace this line with something like: Unreviewed gardening and set only cq? leaving r flag not set.

> LayoutTests/platform/efl/TestExpectations:745
> +webkit.org/b/108355 storage/websql/sql-error-codes.html

Still if test starts to pass you should remove whole entry, not remove the modifier. Now leaving a test name without modifier means the same as [ Skip ].
Comment 6 Shivakumar J M 2014-08-20 04:38:55 PDT
(In reply to comment #5)
> (From update of attachment 236864 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=236864&action=review
> 
> I checked on my local machine and the test fails the same as on bot. Anyway we cannot take results from our local machines as a reference point, instead we should rely only on build bot results.
> 
> > LayoutTests/ChangeLog:6
> > +        Reviewed by NOBODY (OOPS!).
> 
> Gardening does not require review, next time please replace this line with something like: Unreviewed gardening and set only cq? leaving r flag not set.
> 
> > LayoutTests/platform/efl/TestExpectations:745
> > +webkit.org/b/108355 storage/websql/sql-error-codes.html
> 
> Still if test starts to pass you should remove whole entry, not remove the modifier. Now leaving a test name without modifier means the same as [ Skip ].


Dear Michal,

Thanks for the inputs, will take care these things for next submissions. I will close these issue as not fix.

Thanks