zimmski / tavor

A generic fuzzing and delta-debugging framework
MIT License
245 stars 10 forks source link

Add support for negative values in RangeInt token #87

Closed yblein closed 9 years ago

yblein commented 9 years ago

It looks like Travis is failing on leak tests. This is no suprise since these tests are randomly failing on my computer.

yblein commented 9 years ago

Il looks like the leak tests are failing when GOMAXPROCS is greater than 1, which will be the case starting from Go 1.5 (GOMAXPROCS default value will be the number of CPUs).

zimmski commented 9 years ago

I will take a look