aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/rt-circular-buffer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Remove the assumption that circular_buffer's buffer has a power of two sizeBrian Anderson2011-01-101-0/+20
| | | | | | It was not obvious how to make this implementation work when the unit size was not also a power of two, so for now just make the buffer size a multiple of the unit size so it can pass all the tests.
* Remove unused variable in circular_buffer testsBrian Anderson2011-01-101-2/+0
|
* Rename test to reflect that the circular_buffer runtime class is what's ↵Brian Anderson2011-01-101-0/+104
being tested