You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/strings/basic.string
Howard Hinnant 9976b5511a This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177824 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
..
string.access license change 15 years ago
string.capacity license change 15 years ago
string.cons Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 years ago
string.iterators license change 15 years ago
string.modifiers Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 years ago
string.nonmembers Fix <rdar://problem/10256836> getline of an empty string mistakenly causes failure 14 years ago
string.ops Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of. 13 years ago
string.require license change 15 years ago
input_iterator.h Fixing whitespace problems 15 years ago
test_allocator.h This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. 13 years ago
test_traits.h Fixing whitespace problems 15 years ago
types.pass.cpp license change 15 years ago