I have compared W3C-SVG-1.1 and W3C-SVG-1.1-SE folders and found that below
files are duplicate tests
1.styling-css-04-f.svg
2.text-intro-02-b.svg
3.text-intro-05-t.svg
4.pservers-grad-17-b.svg
5.filters-felem-01-b.svg
But W3C-SVG-1.1-SE directory are the newest official tests.
BUG=477550
Please review the code
pdr.
On 2015/04/17 at 14:40:27, m.azam wrote: > I have compared W3C-SVG-1.1 and W3C-SVG-1.1-SE folders and ...
On 2015/04/17 at 14:40:27, m.azam wrote:
> I have compared W3C-SVG-1.1 and W3C-SVG-1.1-SE folders and found that below
files are duplicate tests
> 1.styling-css-04-f.svg
> 2.text-intro-02-b.svg
> 3.text-intro-05-t.svg
> 4.pservers-grad-17-b.svg
> 5.filters-felem-01-b.svg
>
> But W3C-SVG-1.1-SE directory are the newest official tests.
>
> BUG=477550
>
> Please review the code
Overall this looks pretty good. I went through each one and confirmed these
tests are fine to remove.
Please remove the following from your change description:
---------8<----------
We should remove exact duplicate tests because they just take up time on the
bots.
Here's a list of duplicate names. These need to be checked by hand to make sure
they are real duplicates. I'm making this as GoodFirstBug for new contributors
but please split this task into a few patches (maybe 5 tests per patch).
---------8<----------
Change the first line of the change description and the patch title to be:
Remove 5 duplicate tests in LayoutTests/svg/W3C-SVG-1.1/
Wrap the change description at 72 characters.
Lastly, we'll need to remove the expectations as well. For filters-felem-01-b,
delete the following:
./LayoutTests/platform/android/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png
./LayoutTests/platform/linux/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png
./LayoutTests/platform/linux/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt
./LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png
./LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt
./LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png
./LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt
./LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png
./LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt
./LayoutTests/svg/W3C-SVG-1.1/filters-felem-01-b-w3c.png
(similarly for the others).
m.azam
On 2015/04/18 03:04:23, pdr (OOO April 18th to 22nd) wrote: Review Comments have been added, ...
On 2015/04/20 at 05:26:15, m.azam wrote:
> On 2015/04/18 03:04:23, pdr (OOO April 18th to 22nd) wrote:
>
> Review Comments have been added, please review
Looking much better!
Please read my review more closely next time. You still need to update your
change description to wrap at 72 characters:
I have compared W3C-SVG-1.1 and W3C-SVG-1.1-SE folders and found that
below files are duplicate tests.
Similarly, you need to update the title (the first line in the change
description and the title in this tool):
Remove 3 duplicate tests in LayoutTests/svg/W3C-SVG-1.1
Unfortunately I noticed the text tests are actually a bit different (see my
comment in https://codereview.chromium.org/1093373002). Lets just update the
following tests in this patch, and handle the text ones in a separate patch:
1. styling-css-04-f.svg
2. pservers-grad-17-b.svg
3. filters-felem-01-b.svg
On 2015/04/24 at 05:33:36, m.azam wrote:
> PTAL
The actual patch looks good now but we still need to clean up that change
description (yours has random letters capitalized). Lets change your description
to exactly this:
------------8<----------
Remove 3 duplicate tests in LayoutTests/svg/W3C-SVG-1.1
I have compared the W3C-SVG-1.1 and W3C-SVG-1.1-SE folders and found
that the files below are duplicate tests:
1. styling-css-04-f.svg
2. pservers-grad-17-b.svg
3. filters-felem-01-b.svg
W3C-SVG-1.1-SE contains the newer version of test cases.
BUG=477550
------------8<----------
The title of this patch is still:
We should remove exact duplicate tests because they just take up time on the
bots.
Lets change it to:
Remove 3 duplicate tests in LayoutTests/svg/W3C-SVG-1.1
After that we'll be good to go. Just reply with "PTAL" and I'll click the
buttons so this commits.
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/43186) mac_blink_rel on tryserver.blink (JOB_FAILED, ...
Mohammad, can you rebase the CL so that it applies to the latest open source ...
4 years, 11 months ago
(2015-05-19 04:13:04 UTC)
#17
Mohammad, can you rebase the CL so that it applies to the latest open source
version ?
m.azam
On 2015/05/19 04:13:04, Laszlo Gombos wrote: I think the CL was already applied
4 years, 10 months ago
(2015-06-18 13:37:53 UTC)
#18
On 2015/05/19 04:13:04, Laszlo Gombos wrote:
I think the CL was already applied
lgombos
On 2015/06/18 13:37:53, m.azam wrote: > On 2015/05/19 04:13:04, Laszlo Gombos wrote: > I think ...
4 years, 10 months ago
(2015-06-18 20:19:21 UTC)
#19
On 2015/06/18 13:37:53, m.azam wrote:
> On 2015/05/19 04:13:04, Laszlo Gombos wrote:
> I think the CL was already applied
I think we still have 2 copies of pservers-grad-17-b.svg, which your patch
removes. It seems to me we should still land that part.
Issue 1085583003: Remove a duplicate test in LayoutTests/svg/W3C-SVG-1.1
(Closed)
Created 5 years ago by m.azam
Modified 4 years, 10 months ago
Reviewers: pdr., lgombos
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 0