CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
12.96k stars 3.49k forks source link

Running Jasmine Tests on OSX Chrome Fails #8062

Closed ProjectBarks closed 2 years ago

ProjectBarks commented 5 years ago

Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 WebGL 1.0 (OpenGL ES 2.0 Chromium) WebGL GLSL ES 1.0 (OpenGL ES GLSL ES 1.0 Chromium)

Operating System: Mojave Version 10.14.5

Problem When running Jasmine tests on OSX 10.14.5 Chrome around 40 tests will fail; however, If ran through Safari all tests pass. When running Jasmine tests on OSX a variable amount of tests fail.

Jasimin Report ``` [Core/requestAnimationFrame calls the callback](http://localhost:8080/Specs/SpecRunner.html?spec=Core%2FrequestAnimationFrame%20calls%20the%20callback "Core/requestAnimationFrame calls the callback") Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. at http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1803:23 [Core/requestAnimationFrame provides a timestamp that increases each frame](http://localhost:8080/Specs/SpecRunner.html?spec=Core%2FrequestAnimationFrame%20provides%20a%20timestamp%20that%20increases%20each%20frame "Core/requestAnimationFrame provides a timestamp that increases each frame") Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. at http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1803:23 [Core/requestAnimationFrame can cancel a callback](http://localhost:8080/Specs/SpecRunner.html?spec=Core%2FrequestAnimationFrame%20can%20cancel%20a%20callback "Core/requestAnimationFrame can cancel a callback") Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. at http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1803:23 [Scene/GroundPrimitive renders in 3D](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20renders%20in%203D "Scene/GroundPrimitive renders in 3D") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive renders GroundPrimitives with spherical texture coordinates across the IDL in 3D](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20renders%20GroundPrimitives%20with%20spherical%20texture%20coordinates%20across%20the%20IDL%20in%203D "Scene/GroundPrimitive renders GroundPrimitives with spherical texture coordinates across the IDL in 3D") Expected to render [255,255,0,255], but actually rendered [0,0,255,255]. Error: Expected to render [255,255,0,255], but actually rendered [0,0,255,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:473:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/GroundPrimitive renders GroundPrimitives with planar texture coordinates across the IDL in 3D](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20renders%20GroundPrimitives%20with%20planar%20texture%20coordinates%20across%20the%20IDL%20in%203D "Scene/GroundPrimitive renders GroundPrimitives with planar texture coordinates across the IDL in 3D") Expected to render [255,255,0,255], but actually rendered [0,0,255,255]. Error: Expected to render [255,255,0,255], but actually rendered [0,0,255,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:508:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/GroundPrimitive larger scene renders batched instances](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20larger%20scene%20renders%20batched%20instances "Scene/GroundPrimitive larger scene renders batched instances") Expected [ 0, 0, 255, 255 ] to equal [ 0, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 0, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 0, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 0, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 0, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 0, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 0, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 0, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive larger scene renders small GeometryInstances with texture](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20larger%20scene%20renders%20small%20GeometryInstances%20with%20texture "Scene/GroundPrimitive larger scene renders small GeometryInstances with texture") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive larger scene renders large GeometryInstances with texture](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20larger%20scene%20renders%20large%20GeometryInstances%20with%20texture "Scene/GroundPrimitive larger scene renders large GeometryInstances with texture") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive larger scene renders GeometryInstances with texture across the IDL](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20larger%20scene%20renders%20GeometryInstances%20with%20texture%20across%20the%20IDL "Scene/GroundPrimitive larger scene renders GeometryInstances with texture across the IDL") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive renders with invert classification and an opaque color](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20renders%20with%20invert%20classification%20and%20an%20opaque%20color "Scene/GroundPrimitive renders with invert classification and an opaque color") Expected to render [255,255,0,255], but actually rendered [0,0,64,255]. Error: Expected to render [255,255,0,255], but actually rendered [0,0,64,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:760:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) Expected to render [0,0,255,255], but actually rendered [0,0,64,255]. Error: Expected to render [0,0,255,255], but actually rendered [0,0,64,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:763:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/GroundPrimitive renders with invert classification and a translucent color](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20renders%20with%20invert%20classification%20and%20a%20translucent%20color "Scene/GroundPrimitive renders with invert classification and a translucent color") Expected to render [255,255,0,255], but actually rendered [0,0,16,255]. Error: Expected to render [255,255,0,255], but actually rendered [0,0,16,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:799:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) Expected to render [0,0,255,255], but actually rendered [0,0,16,255]. Error: Expected to render [0,0,255,255], but actually rendered [0,0,16,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:802:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/GroundPrimitive get per instance attributes](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20get%20per%20instance%20attributes "Scene/GroundPrimitive get per instance attributes") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive modify color instance attribute](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20modify%20color%20instance%20attribute "Scene/GroundPrimitive modify color instance attribute") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 255, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive modify show instance attribute](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20modify%20show%20instance%20attribute "Scene/GroundPrimitive modify show instance attribute") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive renders with distance display condition per instance attribute](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20renders%20with%20distance%20display%20condition%20per%20instance%20attribute "Scene/GroundPrimitive renders with distance display condition per instance attribute") Expected not to render [0,0,255,255], but actually rendered [0,0,255,255]. Error: Expected not to render [0,0,255,255], but actually rendered [0,0,255,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.notToRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:966:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/GroundPrimitive get bounding sphere from per instance attribute](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20get%20bounding%20sphere%20from%20per%20instance%20attribute "Scene/GroundPrimitive get bounding sphere from per instance attribute") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive getGeometryInstanceAttributes returns same object each time](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20getGeometryInstanceAttributes%20returns%20same%20object%20each%20time "Scene/GroundPrimitive getGeometryInstanceAttributes returns same object each time") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive picking in 3D](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20picking%20in%203D "Scene/GroundPrimitive picking in 3D") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected 'depth rectangle' to equal 'rectangle'. Error: Expected 'depth rectangle' to equal 'rectangle'. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:1018:31 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:344:29) at Expectation.toPickAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:1017:23 [Scene/GroundPrimitive picking without depth texture](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20picking%20without%20depth%20texture "Scene/GroundPrimitive picking without depth texture") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected 'depth rectangle' to equal 'rectangle'. Error: Expected 'depth rectangle' to equal 'rectangle'. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:1075:31 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:344:29) at Expectation.toPickAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:1074:23 [Scene/GroundPrimitive does not pick when allowPicking is false](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20does%20not%20pick%20when%20allowPicking%20is%20false "Scene/GroundPrimitive does not pick when allowPicking is false") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected to pick undefined, but picked: [object Object] Error: Expected to pick undefined, but picked: [object Object] at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.notToPick (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:1092:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/GroundPrimitive setting per instance attribute throws when value is undefined](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20setting%20per%20instance%20attribute%20throws%20when%20value%20is%20undefined "Scene/GroundPrimitive setting per instance attribute throws when value is undefined") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive getGeometryInstanceAttributes throws without id](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20getGeometryInstanceAttributes%20throws%20without%20id "Scene/GroundPrimitive getGeometryInstanceAttributes throws without id") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive getGeometryInstanceAttributes returns undefined if id does not exist](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20getGeometryInstanceAttributes%20returns%20undefined%20if%20id%20does%20not%20exist "Scene/GroundPrimitive getGeometryInstanceAttributes returns undefined if id does not exist") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/GroundPrimitive renders when using asynchronous pipeline](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FGroundPrimitive%20renders%20when%20using%20asynchronous%20pipeline "Scene/GroundPrimitive renders when using asynchronous pipeline") Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. Error: Expected [ 0, 0, 255, 255 ] to equal [ 255, 255, 0, 255 ]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toEqual (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:379:44 at compare (http://localhost:8080/Specs/addDefaultMatchers.js:271:29) at Expectation.toRenderAndCall (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1378:35) at expectRender (http://localhost:8080/Specs/Scene/GroundPrimitiveSpec.js:378:23) [Scene/PointPrimitiveCollection renders pointPrimitive with scaleByDistance](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FPointPrimitiveCollection%20renders%20pointPrimitive%20with%20scaleByDistance "Scene/PointPrimitiveCollection renders pointPrimitive with scaleByDistance") Expected to render [0,0,0,255], but actually rendered [0,255,0,255]. Error: Expected to render [0,0,0,255], but actually rendered [0,255,0,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:215:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/PointPrimitiveCollection renders pointPrimitive with distanceDisplayCondition](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FPointPrimitiveCollection%20renders%20pointPrimitive%20with%20distanceDisplayCondition "Scene/PointPrimitiveCollection renders pointPrimitive with distanceDisplayCondition") Expected to render [0,0,0,255], but actually rendered [0,255,0,255]. Error: Expected to render [0,0,0,255], but actually rendered [0,255,0,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:290:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) Expected to render [0,0,0,255], but actually rendered [0,255,0,255]. Error: Expected to render [0,0,0,255], but actually rendered [0,255,0,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:296:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/PointPrimitiveCollection renders using pointPrimitive show property](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FPointPrimitiveCollection%20renders%20using%20pointPrimitive%20show%20property "Scene/PointPrimitiveCollection renders using pointPrimitive show property") Expected to render [0,255,0,255], but actually rendered [0,0,255,255]. Error: Expected to render [0,255,0,255], but actually rendered [0,0,255,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:581:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) Expected to render [0,0,255,255], but actually rendered [0,255,0,255]. Error: Expected to render [0,0,255,255], but actually rendered [0,255,0,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:586:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/PointPrimitiveCollection updates 10% of pointPrimitives](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FPointPrimitiveCollection%20updates%2010%25%20of%20pointPrimitives "Scene/PointPrimitiveCollection updates 10% of pointPrimitives") Expected to render [0,255,0,255], but actually rendered [255,255,255,255]. Error: Expected to render [0,255,0,255], but actually rendered [255,255,255,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:646:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) Expected to render [255,0,0,255], but actually rendered [255,255,255,255]. Error: Expected to render [255,0,0,255], but actually rendered [255,255,255,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.toRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:651:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/PointPrimitiveCollection is not picked](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FPointPrimitiveCollection%20is%20not%20picked "Scene/PointPrimitiveCollection is not picked") Expected to pick undefined, but picked: [object Object] Error: Expected to pick undefined, but picked: [object Object] at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.notToPick (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:710:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/PointPrimitiveCollection picks a pointPrimitive using scaleByDistance](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FPointPrimitiveCollection%20picks%20a%20pointPrimitive%20using%20scaleByDistance "Scene/PointPrimitiveCollection picks a pointPrimitive using scaleByDistance") Expected to pick undefined, but picked: [object Object] Error: Expected to pick undefined, but picked: [object Object] at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.notToPick (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PointPrimitiveCollectionSpec.js:728:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) [Scene/PolylineCollection renders more than 64K vertices of different polylines](http://localhost:8080/Specs/SpecRunner.html?spec=Scene%2FPolylineCollection%20renders%20more%20than%2064K%20vertices%20of%20different%20polylines "Scene/PolylineCollection renders more than 64K vertices of different polylines") Expected not to render [0,0,0,255], but actually rendered [0,0,0,255]. Error: Expected not to render [0,0,0,255], but actually rendered [0,0,0,255]. at stack (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1475:17) at buildExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1445:14) at Spec.expectationResultFactory (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:584:18) at Spec.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:332:34) at Expectation.addExpectationResult (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:528:21) at Expectation.notToRender (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1399:12) at http://localhost:8080/Specs/Scene/PolylineCollectionSpec.js:813:23 at Object. (http://localhost:8080/Specs/spec-main.js:142:30) at attemptAsync (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1793:24) at QueueRunner.run (http://localhost:8080/ThirdParty/jasmine-2.2.0/jasmine.js:1746:26) ```
OmarShehata commented 5 years ago

@ProjectBarks can you post what these tests are?

ProjectBarks commented 5 years ago

@OmarShehata updated!

mramato commented 5 years ago

This is 99% GroundPrimitive, right?

@ggetz Can you do a quick run of the Cesium unit tests and confirm there are a ton of failures?

mramato commented 5 years ago

Spoke with @ggetz offline, only Scene/PolylineCollection renders more than 64K vertices of different polylines fails for her, everything else passes.

mramato commented 5 years ago

So this could be a GPU-specific issue

ProjectBarks commented 5 years ago

NVIDIA GeForce GT 650M 1 GB Intel HD Graphics 4000 1536 MB

thw0rted commented 4 years ago

Is this a duplicate of #7892 ? I'm currently getting 3 failures (out of 10k-ish) and the PolylineCollection 64k test is one of them.

ggetz commented 2 years ago

I believe this is a duplicate of https://github.com/CesiumGS/cesium/issues/9261.