CesiumViewer is broken in master branch

I was working on my KML branch and when I merged it with cesium’s master the Cesium Viewer stopped working, to make sure it was not related to my code I tried running it from the master branch alone and the problem remains.

The screenshot was from loading “simple.czml” from the Gallery.

viewer.png

What browser and OS are you using? Everything appears to work fine on my Windows 7 x64 system. Can you try clearing your cache?

I’m using Chrome 28 on Linux Mint, it was probably cache related as the problem is gone after I restarted the computer, I posted this in a rush and didn’t run all tests so I apologize for that. I’ll investigate better if it comes back.

Only 1 test failing at the moment:

Scene/Primitive shader validation
Expected function to throw an exception.

Error: Expected function to throw an exception.
at new jasmine.ExpectationResult (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:114:32)
at null.toThrow (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:1243:29)
at null. (http://localhost:8080/Specs/Scene/PrimitiveSpec.js:541:12)
at jasmine.Block.execute (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:1072:17)
at jasmine.Queue.next_ (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:2104:31)
at jasmine.Queue.start (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:2057:8)
at jasmine.Spec.execute (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:2386:14)
at jasmine.Queue.next_ (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:2104:31)
at onComplete (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:2100:18)
at jasmine.Spec.finish (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:2360:5)
at null.onComplete (http://localhost:8080/ThirdParty/jasmine-1.3.1/jasmine.js:2387:10)

Quinta-feira, 22 de Agosto de 2013 20:11:25 UTC+1, André Nunes escreveu:

Glad you got it working. It’s possible this failure is a Linux specific issue. I’ll try and reproduce it on a Linux machine tomorrow and File a bug if it is. Thanks.