Skip to content

[p5.js 2.0] IO refactoring #5087

[p5.js 2.0] IO refactoring

[p5.js 2.0] IO refactoring #5087

Triggered via pull request November 16, 2024 16:23
Status Failure
Total duration 2m 42s
Artifacts

ci-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
test/unit/events/mouse.js > Mouse Events > p5.prototype.pmouseX > pmouseX should be previous horizontal position of touch relative to the canvas: test/unit/events/mouse.js#L125
AssertionError: expected 200 to equal 100 - Expected + Received - 100 + 200 ❯ test/unit/events/mouse.js:125:14
test/unit/events/mouse.js > Mouse Events > p5.prototype.pmouseY > pmouseY should be previous vertical position of mouse relative to the canvas: test/unit/events/mouse.js#L138
AssertionError: expected 200 to equal 100 - Expected + Received - 100 + 200 ❯ test/unit/events/mouse.js:138:14
test/unit/events/mouse.js > Mouse Events > p5.prototype.pmouseY > pmouseY should be previous vertical position of touch relative to the canvas: test/unit/events/mouse.js#L145
AssertionError: expected 200 to equal 100 - Expected + Received - 100 + 200 ❯ test/unit/events/mouse.js:145:14
test/unit/events/mouse.js > Mouse Events > p5.prototype.pwinMouseX > pwinMouseX should be previous horizontal position of touch relative to the window: test/unit/events/mouse.js#L194
AssertionError: expected 200 to equal 100 - Expected + Received - 100 + 200 ❯ test/unit/events/mouse.js:194:14
test/unit/events/mouse.js > Mouse Events > p5.prototype.pwinMouseY > pwinMouseY should be previous vertical position of mouse relative to the window: test/unit/events/mouse.js#L206
AssertionError: expected 200 to equal 100 - Expected + Received - 100 + 200 ❯ test/unit/events/mouse.js:206:14
test/unit/events/mouse.js > Mouse Events > p5.prototype.pwinMouseY > pwinMouseY should be previous vertical position of touch relative to the window: test/unit/events/mouse.js#L212
AssertionError: expected 200 to equal 100 - Expected + Received - 100 + 200 ❯ test/unit/events/mouse.js:212:14
test
Process completed with exit code 1.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/