Skip to content

[p5.js 2.0] State machines and renderer refactoring #4825

[p5.js 2.0] State machines and renderer refactoring

[p5.js 2.0] State machines and renderer refactoring #4825

Triggered via pull request September 20, 2024 17:28
Status Failure
Total duration 50s
Artifacts

ci-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test/unit/webgl/p5.Camera.js > p5.Camera > createCamera() > creates a p5.Camera object: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
test/unit/webgl/p5.Camera.js > p5.Camera > createCamera() > createCamera does not immediately attach to renderer: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
test/unit/webgl/p5.Camera.js > p5.Camera > createCamera() > setCamera() attaches a camera to renderer: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation > Pan() with positive parameter sets correct matrix w/o changing eyeXYZ or upXYZ: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation > Pan() with negative parameter sets correct matrix w/o changing eyeXYZ or upXYZ: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation > Pan(0) sets correct matrix w/o changing eyeXYZ or upXYZ: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation > Tilt() with positive parameter sets correct Matrix w/o changing eyeXYZ: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation > Tilt() with negative parameter sets correct matrix w/o changing eyeXYZ: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation > Tilt(0) sets correct matrix w/o changing eyeXYZ: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation > Roll() with positive parameter sets correct Matrix w/o changing eyeXYZ: test/unit/webgl/p5.Camera.js#L43
TypeError: Cannot read properties of undefined (reading 'camera') ❯ test/unit/webgl/p5.Camera.js:43:11
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/