aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RandomTest.cpp
Commit message (Collapse)AuthorAge
* Fix for Gorilla testGravatar jvanverth@google.com2013-02-14
| | | | | | | | | | My implementation of the Gorilla random number test had a bug in the code used to track the random strings -- it was masking 6 bits instead of 5, which was throwing off the counts. No idea how this worked on every platform except Android. git-svn-id: http://skia.googlecode.com/svn/trunk@7731 2bbb7eff-a529-9590-31e7-b0007b416f81
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-09
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@7688 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix build on MacosGravatar humper@google.com2013-02-08
| | | | | | | | BUG= Review URL: https://codereview.appspot.com/7320043 git-svn-id: http://skia.googlecode.com/svn/trunk@7672 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix for Mac compile warnings. Temporarily removed random gorilla test.Gravatar jvanverth@google.com2013-02-08
| | | | | | | Unreviewed git-svn-id: http://skia.googlecode.com/svn/trunk@7671 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add Random unit tests.Gravatar jvanverth@google.com2013-02-08
https://codereview.appspot.com/7306066/ git-svn-id: http://skia.googlecode.com/svn/trunk@7670 2bbb7eff-a529-9590-31e7-b0007b416f81