Test failures - Scene/PointPrimitiveCollection
- Dominant language
- JavaScript
- Stars
- 15.7k
- Forks
- 3.9k
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 34
Description
I'm seeing these test failures in master in Chrome. @lilleyse @IanLilleyT do you see these failures?
```
Scene/PointPrimitiveCollection picks a pointPrimitive using scaleByDistance
Expected to pick undefined, but picked: [object Object]
at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:714:23
```
```
Scene/PointPrimitiveCollection renders pointPrimitive with scaleByDistance
Expected to render [0,0,0,255], but actually rendered [0,255,0,255].
at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:201:23
```
Contributor guide
Research direction
Start by running Specs/Scene/PointPrimitiveCollectionSpec.js in Chrome and reproduce the failures reported at lines 714 and 201. Trace the affected PointPrimitiveCollection behavior from those tests; done means both scaleByDistance tests produce the expected pick and rendered color results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- computer-graphics, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100