davidbau / seedrandom

seeded random number generator for Javascript
2.04k stars 160 forks source link

tests are failing #41

Closed mreinstein closed 7 years ago

mreinstein commented 7 years ago

here's what I get:

λ git clone git@github.com:mreinstein/seedrandom.git
λ cd seedrandom
λ npm i
λ npm test

> seedrandom@2.4.2 test /Users/michaelreinstein/wwwroot/seedrandom
> grunt travis

Running "uglify:all" (uglify) task
File seedrandom.min.js created: 8.24 kB → 1.62 kB
File lib/alea.min.js created: 3.24 kB → 986 B
File lib/tychei.min.js created: 2.52 kB → 871 B
File lib/xor4096.min.js created: 4.56 kB → 1.15 kB
File lib/xorshift7.min.js created: 2.42 kB → 988 B
File lib/xorwow.min.js created: 1.92 kB → 837 B
File lib/xor128.min.js created: 1.75 kB → 747 B
>> 7 files created.

Running "sed:nullchar" (sed) task

Running "qunit:all" (qunit) task
Testing test/altprng.html 
PhantomJS threw an error:ERROR
>> 0 [ '' ]
Warning: PhantomJS exited unexpectedly with exit code null. Use --force to continue.

Aborted due to warnings.

λ
davidbau commented 7 years ago

Working on master branch or release? Let's work off of master, which has slightly better tests+build.

Nevertheless both branches pass for me (xenial, node 7, phantomjs 2.1.7)

davidbau commented 7 years ago

The failures I see in travis in your PR have to do with Githubissues.

  • Githubissues is a development platform for aggregating issues.