Bug 136096

Summary: [EFL][WK2] Layout Test storage/websql/sql-error-codes.html is passed
Product: WebKit Reporter: Shivakumar J M <shiva.jm>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
mpakulavelrutka: review-, mpakulavelrutka: commit-queue-
Patch-Updated mpakulavelrutka: review-, mpakulavelrutka: commit-queue-

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