Skip to content

SVG Geometry Properties - parsing#13951

Merged
foolip merged 1 commit intoweb-platform-tests:masterfrom
ewilligers:geometry-parsing
Nov 13, 2018
Merged

SVG Geometry Properties - parsing#13951
foolip merged 1 commit intoweb-platform-tests:masterfrom
ewilligers:geometry-parsing

Conversation

@ewilligers
Copy link
Contributor

The properties cx cy r rx ry x y have the specified initial values,
grammar and inheritance behavior.
https://svgwg.org/svg2-draft/geometry.html

@ewilligers
Copy link
Contributor Author

Builds on #13943

Copy link
Contributor

@dirkschulze dirkschulze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests look good. Could we get additional tests for the computed value? auto computes to different things in different properties. Same for geometry properties with percentage values on paint servers.

@ewilligers
Copy link
Contributor Author

I will create a separate PR for computed values.

The properties cx cy r rx ry x y have the specified initial values,
grammar and inheritance behavior.
https://svgwg.org/svg2-draft/geometry.html

Radii cannot be negative.

Unitless lengths are not permitted.
@ewilligers
Copy link
Contributor Author

@foolip Are other tests also having problems? I made irrelevant changes to the test, and the failure persists.

It seems Firefox takes 7 minutes, which is OK, but Chrome takes 14 minutes, which is more than 10 minutes:

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received

Should we be adding "travis_wait 30" ?

Alternately, can the tests be sharded?

@foolip
Copy link
Member

foolip commented Nov 13, 2018

@ewilligers, the stability checks on Travis create rather a lot of trouble and I'd like to disable them sooner rather than later, see #14033.

I don't know if it's expected that there's no output at all while this script is running, or if "travis_wait 30" would just lead to it failing in the same way after 30 minutes.

For now please just ignore the check, I'll override and admin merge this.

@foolip foolip merged commit bbaede3 into web-platform-tests:master Nov 13, 2018
@ewilligers ewilligers deleted the geometry-parsing branch November 13, 2018 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants