The test-suite (now under test/std) was structured based on the clauses in the standard and only tested the requirements laid out in the standard. There are many other things that would be nice to test that did not fit that format. In the future I hope to add tests for various other things, including the libc++ internals, performance tests, tests for our debug mode, etc. As it previously stood there was no good place to put these tests.
The amount of churn is unfortunate (Sorry to all those affected), but I believe it was necessary. /Eric On Sun, Dec 21, 2014 at 2:57 PM, Jonathan Roelofs <[email protected]> wrote: > Why the churn? > > Jon > > On 12/19/14 6:40 PM, Eric Fiselier wrote: >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >> > > -- > Jon Roelofs > [email protected] > CodeSourcery / Mentor Embedded _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
