RESOLVED FIXED94781
[EFL] Added missing SKIP keyword to platform/efl/TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=94781
Summary [EFL] Added missing SKIP keyword to platform/efl/TestExpectations
KwangYong Choi
Reported 2012-08-22 23:09:21 PDT
[EFL] Added missing SKIP keyword to platform/efl/TestExpectations
Attachments
Patch (2.59 KB, patch)
2012-08-22 23:15 PDT, KwangYong Choi
no flags
Patch (2.45 KB, patch)
2012-08-23 00:16 PDT, KwangYong Choi
no flags
Patch (2.40 KB, patch)
2012-08-23 23:43 PDT, KwangYong Choi
no flags
KwangYong Choi
Comment 1 2012-08-22 23:15:52 PDT
Chris Dumez
Comment 2 2012-08-22 23:34:33 PDT
Comment on attachment 160091 [details] Patch Why do they need to be skipped? We should avoid skipping as much as possible (otherwise, we won't be able to see if the test starts passing later).
KwangYong Choi
Comment 3 2012-08-22 23:51:22 PDT
(In reply to comment #2) > (From update of attachment 160091 [details]) > Why do they need to be skipped? We should avoid skipping as much as possible (otherwise, we won't be able to see if the test starts passing later). They have no common expectations, so they should not be passed. It can not be happen the test starts passing later without adding expectations. Someone should make the expectations for EFL when the feature is implemented or the feature is working well. The reason why I try to add SKIP keyword is because I don't want to make the expectations during layout test. I should remove expectations every time I run the test. Otherwise, these test will pass because of their generated expectations.
Gyuyoung Kim
Comment 4 2012-08-23 00:02:24 PDT
Comment on attachment 160091 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=160091&action=review > LayoutTests/ChangeLog:6 > + Unreviewed gardening. This is not gardening. Just mention "Unreviewed. bla bla.. " > LayoutTests/ChangeLog:8 > + Some layout test which is expected missing should not make expected result file. s/test/tests/g , s/is/are/g ?
KwangYong Choi
Comment 5 2012-08-23 00:16:16 PDT
Created attachment 160098 [details] Patch Applied Gyuyoung mentioned.
Gyuyoung Kim
Comment 6 2012-08-23 00:25:33 PDT
Comment on attachment 160098 [details] Patch I think Kwangyong comment makes more sence. So, cq+
WebKit Review Bot
Comment 7 2012-08-23 01:10:22 PDT
Comment on attachment 160098 [details] Patch Clearing flags on attachment: 160098 Committed r126403: <http://trac.webkit.org/changeset/126403>
WebKit Review Bot
Comment 8 2012-08-23 01:10:26 PDT
All reviewed patches have been landed. Closing bug.
Gyuyoung Kim
Comment 9 2012-08-23 18:52:46 PDT
Kwangyong, there is no *SKIP* keyword for MISSING expected result in TestExpectations files. If you wanna use SKIP keyword, this test can be moved to Skip file again. Anyway, I think this patch needs to be roll out. BTW, if these tests are expected PASS, it looks "= MISSING PASS" is better.
KwangYong Choi
Comment 10 2012-08-23 23:33:53 PDT
(In reply to comment #9) > Kwangyong, there is no *SKIP* keyword for MISSING expected result in TestExpectations files. If you wanna use SKIP keyword, this test can be moved to Skip file again. Anyway, I think this patch needs to be roll out. BTW, if these tests are expected PASS, it looks "= MISSING PASS" is better. OK. I will follow your instruction. :)
KwangYong Choi
Comment 11 2012-08-23 23:43:17 PDT
WebKit Review Bot
Comment 12 2012-08-24 02:36:14 PDT
Comment on attachment 160343 [details] Patch Clearing flags on attachment: 160343 Committed r126565: <http://trac.webkit.org/changeset/126565>
WebKit Review Bot
Comment 13 2012-08-24 02:36:18 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.