Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[geometry] Test structured serialization for 2d matrix with m13=-0 #5937

Merged
merged 1 commit into from
May 18, 2017

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented May 16, 2017

@w3c-bots
Copy link

w3c-bots commented May 16, 2017

View the complete job log.

Firefox (nightly)

Testing web-platform-tests at revision e80b214
Using browser at version BuildID 20170515100238; SourceStamp e66dedabe582ba7b394aee4f89ed70fe389b3c46
Starting 10 test iterations
All results were stable

All results

1 test ran
/css/geometry-1/structured-serialization.html
Subtest Results Messages
OK
DOMPointReadOnly clone: basic FAIL Illegal constructor.
DOMPointReadOnly clone: custom property FAIL Illegal constructor.
DOMPointReadOnly clone: throwing getters FAIL Illegal constructor.
DOMPointReadOnly clone: non-initial values FAIL Illegal constructor.
DOMPoint clone: basic FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMPoint clone: custom property FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMPoint clone: throwing getters FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMPoint clone: non-initial values FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMRectReadOnly clone: basic FAIL Illegal constructor.
DOMRectReadOnly clone: custom property FAIL Illegal constructor.
DOMRectReadOnly clone: throwing getters FAIL Illegal constructor.
DOMRectReadOnly clone: non-initial values FAIL Illegal constructor.
DOMRect clone: basic FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMRect clone: custom property FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMRect clone: throwing getters FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMRect clone: non-initial values FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMQuad clone: basic FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMQuad clone: custom property FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMQuad clone: throwing getters FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMQuad clone: non-initial values FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMMatrixReadOnly clone: basic FAIL Illegal constructor.
DOMMatrixReadOnly clone: custom property FAIL Illegal constructor.
DOMMatrixReadOnly clone: throwing getters FAIL Illegal constructor.
DOMMatrixReadOnly clone: non-initial values (2d) FAIL Illegal constructor.
DOMMatrixReadOnly clone: non-initial values (3d) FAIL Illegal constructor.
DOMMatrix clone: basic FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMMatrix clone: custom property FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMMatrix clone: throwing getters FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMMatrix clone: non-initial values (2d) FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."
DOMMatrix clone: non-initial values (3d) FAIL promise_test: Unhandled rejection with value: object "DataCloneError: The object could not be cloned."

@w3c-bots
Copy link

w3c-bots commented May 16, 2017

View the complete job log.

Sauce (safari)

Testing web-platform-tests at revision e80b214
Using browser at version 10.0
Starting 10 test iterations
All results were stable

All results

1 test ran
/css/geometry-1/structured-serialization.html
Subtest Results Messages
OK
DOMPointReadOnly clone: basic FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMPointReadOnly clone: custom property FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMPointReadOnly clone: throwing getters FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMPointReadOnly clone: non-initial values FAIL undefined is not a constructor (evaluating 'new self[constr](1, -0, Infinity, NaN)')
DOMPoint clone: basic FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMPoint clone: custom property FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMPoint clone: throwing getters FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMPoint clone: non-initial values FAIL undefined is not a constructor (evaluating 'new self[constr](1, -0, Infinity, NaN)')
DOMRectReadOnly clone: basic FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMRectReadOnly clone: custom property FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMRectReadOnly clone: throwing getters FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMRectReadOnly clone: non-initial values FAIL undefined is not a constructor (evaluating 'new self[constr](1, -0, Infinity, NaN)')
DOMRect clone: basic FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMRect clone: custom property FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMRect clone: throwing getters FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMRect clone: non-initial values FAIL undefined is not a constructor (evaluating 'new self[constr](1, -0, Infinity, NaN)')
DOMQuad clone: basic FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMQuad clone: custom property FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMQuad clone: throwing getters FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMQuad clone: non-initial values FAIL undefined is not a constructor (evaluating 'new self[constr]')
DOMMatrixReadOnly clone: basic FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMMatrixReadOnly clone: custom property FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMMatrixReadOnly clone: throwing getters FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMMatrixReadOnly clone: non-initial values (2d) FAIL undefined is not a constructor (evaluating 'new self[constr]([1, -0, Infinity, NaN, 5, 6])')
DOMMatrixReadOnly clone: non-initial values (3d) FAIL undefined is not a constructor (evaluating 'new self[constr]')
DOMMatrix clone: basic FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMMatrix clone: custom property FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMMatrix clone: throwing getters FAIL undefined is not a constructor (evaluating 'new self[constr]()')
DOMMatrix clone: non-initial values (2d) FAIL undefined is not a constructor (evaluating 'new self[constr]([1, -0, Infinity, NaN, 5, 6])')
DOMMatrix clone: non-initial values (3d) FAIL undefined is not a constructor (evaluating 'new self[constr]')

@w3c-bots
Copy link

w3c-bots commented May 16, 2017

View the complete job log.

Sauce (MicrosoftEdge)

Testing web-platform-tests at revision e80b214
Using browser at version 14.14393
Starting 10 test iterations
All results were stable

All results

1 test ran
/css/geometry-1/structured-serialization.html
Subtest Results Messages
OK
DOMPointReadOnly clone: basic FAIL Object doesn't support this action
DOMPointReadOnly clone: custom property FAIL Object doesn't support this action
DOMPointReadOnly clone: throwing getters FAIL Object doesn't support this action
DOMPointReadOnly clone: non-initial values FAIL Object doesn't support this action
DOMPoint clone: basic FAIL Object doesn't support this action
DOMPoint clone: custom property FAIL Object doesn't support this action
DOMPoint clone: throwing getters FAIL Object doesn't support this action
DOMPoint clone: non-initial values FAIL Object doesn't support this action
DOMRectReadOnly clone: basic FAIL Object doesn't support this action
DOMRectReadOnly clone: custom property FAIL Object doesn't support this action
DOMRectReadOnly clone: throwing getters FAIL Object doesn't support this action
DOMRectReadOnly clone: non-initial values FAIL Object doesn't support this action
DOMRect clone: basic FAIL Object doesn't support this action
DOMRect clone: custom property FAIL Object doesn't support this action
DOMRect clone: throwing getters FAIL Object doesn't support this action
DOMRect clone: non-initial values FAIL Object doesn't support this action
DOMQuad clone: basic FAIL Object doesn't support this action
DOMQuad clone: custom property FAIL Object doesn't support this action
DOMQuad clone: throwing getters FAIL Object doesn't support this action
DOMQuad clone: non-initial values FAIL Object doesn't support this action
DOMMatrixReadOnly clone: basic FAIL Object doesn't support this action
DOMMatrixReadOnly clone: custom property FAIL Object doesn't support this action
DOMMatrixReadOnly clone: throwing getters FAIL Object doesn't support this action
DOMMatrixReadOnly clone: non-initial values (2d) FAIL Object doesn't support this action
DOMMatrixReadOnly clone: non-initial values (3d) FAIL Object doesn't support this action
DOMMatrix clone: basic FAIL Object doesn't support this action
DOMMatrix clone: custom property FAIL Object doesn't support this action
DOMMatrix clone: throwing getters FAIL Object doesn't support this action
DOMMatrix clone: non-initial values (2d) FAIL Object doesn't support this action
DOMMatrix clone: non-initial values (3d) FAIL Object doesn't support this action

@w3c-bots
Copy link

w3c-bots commented May 16, 2017

View the complete job log.

Chrome (unstable)

Testing web-platform-tests at revision 8c40bb6
Using browser at version 60.0.3095.5 dev
Starting 10 test iterations
All results were stable

All results

1 test ran
/css/geometry-1/structured-serialization.html
Subtest Results Messages
OK
DOMPointReadOnly clone: basic FAIL self[constr] is not a constructor
DOMPointReadOnly clone: custom property FAIL self[constr] is not a constructor
DOMPointReadOnly clone: throwing getters FAIL self[constr] is not a constructor
DOMPointReadOnly clone: non-initial values FAIL self[constr] is not a constructor
DOMPoint clone: basic FAIL self[constr] is not a constructor
DOMPoint clone: custom property FAIL self[constr] is not a constructor
DOMPoint clone: throwing getters FAIL self[constr] is not a constructor
DOMPoint clone: non-initial values FAIL self[constr] is not a constructor
DOMRectReadOnly clone: basic FAIL self[constr] is not a constructor
DOMRectReadOnly clone: custom property FAIL self[constr] is not a constructor
DOMRectReadOnly clone: throwing getters FAIL self[constr] is not a constructor
DOMRectReadOnly clone: non-initial values FAIL self[constr] is not a constructor
DOMRect clone: basic FAIL self[constr] is not a constructor
DOMRect clone: custom property FAIL self[constr] is not a constructor
DOMRect clone: throwing getters FAIL self[constr] is not a constructor
DOMRect clone: non-initial values FAIL self[constr] is not a constructor
DOMQuad clone: basic FAIL self[constr] is not a constructor
DOMQuad clone: custom property FAIL self[constr] is not a constructor
DOMQuad clone: throwing getters FAIL self[constr] is not a constructor
DOMQuad clone: non-initial values FAIL self[constr] is not a constructor
DOMMatrixReadOnly clone: basic FAIL self[constr] is not a constructor
DOMMatrixReadOnly clone: custom property FAIL self[constr] is not a constructor
DOMMatrixReadOnly clone: throwing getters FAIL self[constr] is not a constructor
DOMMatrixReadOnly clone: non-initial values (2d) FAIL self[constr] is not a constructor
DOMMatrixReadOnly clone: non-initial values (3d) FAIL self[constr] is not a constructor
DOMMatrix clone: basic FAIL self[constr] is not a constructor
DOMMatrix clone: custom property FAIL self[constr] is not a constructor
DOMMatrix clone: throwing getters FAIL self[constr] is not a constructor
DOMMatrix clone: non-initial values (2d) FAIL self[constr] is not a constructor
DOMMatrix clone: non-initial values (3d) FAIL self[constr] is not a constructor

zcorpan added a commit to w3c/fxtf-drafts that referenced this pull request May 18, 2017
@zcorpan zcorpan merged commit e366844 into master May 18, 2017
@zcorpan zcorpan deleted the zcorpan/structured-serialize-2d-matrix branch May 18, 2017 07:11
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.

None yet

5 participants