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 DOMMatrix stringifier in workers #5895

Merged
merged 1 commit into from
May 15, 2017

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented May 11, 2017

@wpt-pr-bot
Copy link
Collaborator

Notifying owners who are not repo collaborators: @dirkschulze, @peterjoel, and @tschneidereit.

@ghost
Copy link

ghost commented May 11, 2017

View the complete job log.

Firefox (nightly)

Testing web-platform-tests at revision ed3eebf
Using browser at version BuildID 20170511133312; SourceStamp 838652a84b76c273e084d0705f3f4f3be89520a8
Starting 10 test iterations
All results were stable

All results

1 test ran
/css/geometry-1/DOMMatrix-css-string.worker.html
Subtest Results Messages
OK
DOMMatrix constructor with string argument in worker FAIL assert_true: DOMMatrix should exist expected true got false
DOMMatrix stringifier in worker (2d identity) FAIL self[constr] is not a constructor
DOMMatrix stringifier in worker (3d identity) FAIL self[constr] is undefined
DOMMatrix stringifier in worker (non-finite values) FAIL self[constr] is not a constructor
DOMMatrixReadOnly constructor with string argument in worker FAIL assert_true: DOMMatrixReadOnly should exist expected true got false
DOMMatrixReadOnly stringifier in worker (2d identity) FAIL self[constr] is not a constructor
DOMMatrixReadOnly stringifier in worker (3d identity) FAIL self[constr] is undefined
DOMMatrixReadOnly stringifier in worker (non-finite values) FAIL self[constr] is not a constructor
DOMMatrix setMatrixValue in worker FAIL DOMMatrix is not defined

@ghost
Copy link

ghost commented May 11, 2017

View the complete job log.

Chrome (unstable)

Testing web-platform-tests at revision ed3eebf
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/DOMMatrix-css-string.worker.html
Subtest Results Messages
OK
DOMMatrix constructor with string argument in worker FAIL assert_true: DOMMatrix should exist expected true got false
DOMMatrix stringifier in worker (2d identity) FAIL self[constr] is not a constructor
DOMMatrix stringifier in worker (3d identity) FAIL Cannot read property 'fromMatrix' of undefined
DOMMatrix stringifier in worker (non-finite values) FAIL self[constr] is not a constructor
DOMMatrixReadOnly constructor with string argument in worker FAIL assert_true: DOMMatrixReadOnly should exist expected true got false
DOMMatrixReadOnly stringifier in worker (2d identity) FAIL self[constr] is not a constructor
DOMMatrixReadOnly stringifier in worker (3d identity) FAIL Cannot read property 'fromMatrix' of undefined
DOMMatrixReadOnly stringifier in worker (non-finite values) FAIL self[constr] is not a constructor
DOMMatrix setMatrixValue in worker FAIL DOMMatrix is not defined

@zcorpan zcorpan requested a review from foolip May 15, 2017 11:35
@zcorpan zcorpan merged commit 2ba8470 into master May 15, 2017
@zcorpan zcorpan deleted the zcorpan/dommatrix-stringifier-workers branch May 15, 2017 11:55
zcorpan added a commit to w3c/fxtf-drafts that referenced this pull request May 15, 2017
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.

4 participants