Re: [Mesa-dev] [PATCH 2/9] util: Add tests for the string buffer

2017-05-22 Thread Ian Romanick
New tests should use gtest. Other tests can't be made to produce XML output that can be processed by Jenkins. On 05/21/2017 01:49 PM, Thomas Helland wrote: > More tests could probably be added, but this should cover > concatenation, resizing, clearing, formatted printing, > and checking the lengt

Re: [Mesa-dev] [PATCH 2/9] util: Add tests for the string buffer

2017-05-21 Thread Timothy Arceri
On 22/05/17 06:49, Thomas Helland wrote: More tests could probably be added, but this should cover concatenation, resizing, clearing, formatted printing, and checking the length, so it should be quite complete. --- configure.ac| 1 + src/util/Makefile.am

[Mesa-dev] [PATCH 2/9] util: Add tests for the string buffer

2017-05-21 Thread Thomas Helland
More tests could probably be added, but this should cover concatenation, resizing, clearing, formatted printing, and checking the length, so it should be quite complete. --- configure.ac| 1 + src/util/Makefile.am| 3 +- src/util/te