Skip to content

setAttribute() function for defining custom shader attributes #4832

setAttribute() function for defining custom shader attributes

setAttribute() function for defining custom shader attributes #4832

Triggered via pull request September 22, 2024 09:48
Status Failure
Total duration 1m 41s
Artifacts

ci-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
test/unit/dom/dom.js > DOM > p5.prototype.createRadio > should return p5.Element of radio type: src/dom/dom.js#L1616
ReferenceError: counter is not defined ❯ p5.createRadio src/dom/dom.js:1616:24 ❯ test/unit/dom/dom.js:896:26
test/unit/dom/dom.js > DOM > p5.prototype.createRadio > should return p5.Element from existing radio Element: src/dom/dom.js#L1616
ReferenceError: counter is not defined ❯ p5.createRadio src/dom/dom.js:1616:24 ❯ test/unit/dom/dom.js:904:26
test/unit/dom/dom.js > DOM > p5.prototype.createRadio > calling option(value) should return existing radio element: src/dom/dom.js#L1616
ReferenceError: counter is not defined ❯ p5.createRadio src/dom/dom.js:1616:24 ❯ test/unit/dom/dom.js:912:26
test/unit/dom/dom.js > DOM > p5.prototype.createRadio > calling remove(value) should remove option: src/dom/dom.js#L1616
ReferenceError: counter is not defined ❯ p5.createRadio src/dom/dom.js:1616:24 ❯ test/unit/dom/dom.js:967:26
test/unit/dom/dom.js > DOM > p5.prototype.createRadio > calling value() should return selected value: src/dom/dom.js#L1616
ReferenceError: counter is not defined ❯ p5.createRadio src/dom/dom.js:1616:24 ❯ test/unit/dom/dom.js:983:26
test/unit/dom/dom.js > DOM > p5.prototype.createRadio > calling selected(value) should select a value and return it: src/dom/dom.js#L1616
ReferenceError: counter is not defined ❯ p5.createRadio src/dom/dom.js:1616:24 ❯ test/unit/dom/dom.js:991:26
test/unit/dom/dom.js > DOM > p5.prototype.createRadio > calling selected() should return the currently selected option: src/dom/dom.js#L1616
ReferenceError: counter is not defined ❯ p5.createRadio src/dom/dom.js:1616:24 ❯ test/unit/dom/dom.js:1003:26
test/unit/dom/dom.js > DOM > p5.prototype.createRadio > calling disable() should disable all the radio inputs: src/dom/dom.js#L1616
ReferenceError: counter is not defined ❯ p5.createRadio src/dom/dom.js:1616:24 ❯ test/unit/dom/dom.js:1015:26
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/