mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 03:39:29 +08:00
fe413112f8
2001-08-06 Phil Edwards <pme@sources.redhat.com> * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... (GLIBCPP_CHECK_SETRLIMIT): ...this new macro, which also uses... (GLIBCPP_CHECK_SETRLIMIT_ancilliary): ...this new macro. * configure.in (AM_CONFIG_HEADER): Also generate testsuite_hooks.h. Call GLIBCPP_CONFIGURE_TESTSUITE. * aclocal.m4: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. * testsuite/lib/libstdc++-v3-dg.exp: Download new header instead of old header. * testsuite_flags.in: Add build dir's testsuite to INCLUDES. * testsuite/debug_assert.h: Removed; contents merged into... * testsuite/testsuite_hooks.h.in: ...here. New file. * testsuite/17_intro/header_ciso646.cc: No longer include debug_assert.h, include testsuite_hooks.h instead. * testsuite/17_intro/header_fstream.cc: Likewise. * testsuite/17_intro/header_iomanip.cc: Likewise. * testsuite/17_intro/header_ios.cc: Likewise. * testsuite/17_intro/header_iosfwd.cc: Likewise. * testsuite/17_intro/header_iostream.cc: Likewise. * testsuite/17_intro/header_istream.cc: Likewise. * testsuite/17_intro/header_ostream.cc: Likewise. * testsuite/17_intro/header_sstream.cc: Likewise. * testsuite/17_intro/header_streambuf.cc: Likewise. * testsuite/18_support/numeric_limits.cc: Likewise. * testsuite/19_diagnostics/stdexceptions.cc: Likewise. * testsuite/20_util/allocator_members.cc: Likewise. * testsuite/20_util/auto_ptr.cc: Likewise. * testsuite/20_util/pairs.cc: Likewise. * testsuite/21_strings/append.cc: Likewise. * testsuite/21_strings/capacity.cc: Likewise. * testsuite/21_strings/char_traits_requirements.cc: Likewise. * testsuite/21_strings/compare.cc: Likewise. * testsuite/21_strings/ctor_copy_dtor.cc: Likewise. Also set up call to (disabled) __set_testsuite_memlimit() wrapper. * testsuite/21_strings/element_access.cc: Likewise. * testsuite/21_strings/find.cc: Likewise. * testsuite/21_strings/insert.cc: Likewise. Also set up call to (disabled) __set_testsuite_memlimit() wrapper. * testsuite/21_strings/inserters_extractors.cc: Likewise. * testsuite/21_strings/invariants.cc: Likewise. * testsuite/21_strings/nonmember.cc: Likewise. * testsuite/21_strings/operations.cc: Likewise. * testsuite/21_strings/replace.cc: Likewise. * testsuite/21_strings/rfind.cc: Likewise. * testsuite/21_strings/substr.cc: Likewise. * testsuite/22_locale/codecvt_char_char.cc: Likewise. * testsuite/22_locale/codecvt_unicode_char.cc: Likewise. * testsuite/22_locale/codecvt_unicode_wchar_t.cc: Likewise. * testsuite/22_locale/codecvt_wchar_t_char.cc: Likewise. * testsuite/22_locale/ctor_copy_dtor.cc: Likewise. * testsuite/22_locale/ctype_char_members.cc: Likewise. * testsuite/22_locale/ctype_wchar_t_members.cc: Likewise. * testsuite/22_locale/facet.cc: Likewise. * testsuite/22_locale/global_templates.cc: Likewise. * testsuite/22_locale/members.cc: Likewise. * testsuite/22_locale/numpunct_byname.cc: Likewise. * testsuite/22_locale/numpunct_char_members.cc: Likewise. * testsuite/22_locale/operators.cc: Likewise. * testsuite/22_locale/static_members.cc: Likewise. * testsuite/23_containers/bitset_ctor.cc: Likewise. * testsuite/23_containers/bitset_members.cc: Likewise. * testsuite/23_containers/bitset_shift.cc: Likewise. * testsuite/23_containers/vector_capacity.cc: Likewise. * testsuite/23_containers/vector_ctor.cc: Likewise. * testsuite/23_containers/vector_element_access.cc: Likewise. * testsuite/23_containers/vector_modifiers.cc: Likewise. * testsuite/24_iterators/istreambuf_iterator.cc: Likewise. * testsuite/24_iterators/iterator.cc: Likewise. * testsuite/24_iterators/ostreambuf_iterator.cc: Likewise. * testsuite/25_algorithms/binary_search.cc: Likewise. * testsuite/25_algorithms/copy.cc: Likewise. * testsuite/25_algorithms/heap.cc: Likewise. * testsuite/25_algorithms/lower_bound.cc: Likewise. * testsuite/25_algorithms/min_max.cc: Likewise. * testsuite/25_algorithms/partition.cc: Likewise. * testsuite/25_algorithms/rotate.cc: Likewise. * testsuite/25_algorithms/sort.cc: Likewise. * testsuite/26_numerics/c_math.cc: Likewise. * testsuite/26_numerics/complex_inserters_extractors.cc: Likewise. * testsuite/26_numerics/complex_value.cc: Likewise. * testsuite/27_io/filebuf.cc: Likewise. * testsuite/27_io/filebuf_members.cc: Likewise. * testsuite/27_io/filebuf_virtuals.cc: Likewise. * testsuite/27_io/fpos.cc: Likewise. * testsuite/27_io/fstream_members.cc: Likewise. * testsuite/27_io/ifstream_members.cc: Likewise. * testsuite/27_io/ios_base_callbacks.cc: Likewise. * testsuite/27_io/ios_base_members_static.cc: Likewise. * testsuite/27_io/ios_base_storage.cc: Likewise. * testsuite/27_io/ios_ctor.cc: Likewise. * testsuite/27_io/ios_init.cc: Likewise. * testsuite/27_io/ios_manip_basefield.cc: Likewise. * testsuite/27_io/ios_manip_fmtflags.cc: Likewise. * testsuite/27_io/ios_members.cc: Likewise. * testsuite/27_io/istream_extractor_arith.cc: Likewise. * testsuite/27_io/istream_extractor_char.cc: Likewise. * testsuite/27_io/istream_extractor_other.cc: Likewise. * testsuite/27_io/istream_manip.cc: Likewise. * testsuite/27_io/istream_seeks.cc: Likewise. * testsuite/27_io/istream_sentry.cc: Likewise. * testsuite/27_io/istream_unformatted.cc: Likewise. * testsuite/27_io/istringstream_members.cc: Likewise. * testsuite/27_io/narrow_stream_objects.cc: Likewise. * testsuite/27_io/ofstream_members.cc: Likewise. * testsuite/27_io/ostream_inserter_arith.cc: Likewise. * testsuite/27_io/ostream_inserter_char.cc: Likewise. * testsuite/27_io/ostream_inserter_other.cc: Likewise. * testsuite/27_io/ostream_manip.cc: Likewise. * testsuite/27_io/ostream_seeks.cc: Likewise. * testsuite/27_io/ostream_unformatted.cc: Likewise. * testsuite/27_io/ostringstream_members.cc: Likewise. * testsuite/27_io/streambuf.cc: Likewise. * testsuite/27_io/stringbuf.cc: Likewise. * testsuite/27_io/stringbuf_virtuals.cc: Likewise. * testsuite/27_io/stringstream.cc: Likewise. * testsuite/27_io/stringstream_members.cc: Likewise. * testsuite/27_io/wide_stream_objects.cc: Likewise. From-SVN: r44679
176 lines
4.7 KiB
C++
176 lines
4.7 KiB
C++
// 1999-06-08 bkoz
|
|
|
|
// Copyright (C) 1999 Free Software Foundation, Inc.
|
|
//
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
// software; you can redistribute it and/or modify it under the
|
|
// terms of the GNU General Public License as published by the
|
|
// Free Software Foundation; either version 2, or (at your option)
|
|
// any later version.
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License along
|
|
// with this library; see the file COPYING. If not, write to the Free
|
|
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
// USA.
|
|
|
|
// 21.3 template class basic_string
|
|
|
|
#include <string>
|
|
#include <stdexcept>
|
|
#include <testsuite_hooks.h>
|
|
|
|
// Do a quick sanity check on known problems with element access and
|
|
// ref-counted strings. These should all pass, regardless of the
|
|
// underlying string implementation, of course.
|
|
bool test01(void)
|
|
{
|
|
bool test = true;
|
|
typedef std::string::size_type csize_type;
|
|
typedef std::string::iterator siterator;
|
|
typedef std::string::reverse_iterator sriterator;
|
|
csize_type npos = std::string::npos;
|
|
csize_type csz01, csz02;
|
|
siterator it1;
|
|
sriterator rit1;
|
|
|
|
std::string str01("montara beach, half moon bay");
|
|
const std::string str02("ocean beach, san francisco");
|
|
std::string str03;
|
|
|
|
// 21.3 p 5
|
|
|
|
// References, pointers, and iterators referring to the elements of
|
|
// a basic_string may be invalidated by the following uses of that
|
|
// basic_string object:
|
|
|
|
// ...
|
|
|
|
// Susequent to any of the above uses except the forms of insert()
|
|
// and erase() which return iterators, the first call to non-const
|
|
// member functions operator[](), at(), begin(), rbegin(), end(), or
|
|
// rend()
|
|
|
|
str03 = str01;
|
|
it1 = str01.begin();
|
|
*it1 = 'x';
|
|
VERIFY( str01[0] == 'x' );
|
|
VERIFY( str03[0] == 'm' );
|
|
|
|
str03 = str01;
|
|
csz01 = str01.size();
|
|
rit1 = str01.rbegin(); // NB: Pointing at one-past the end, so ...
|
|
*rit1 = 'z'; // ... but it's taken care of here
|
|
VERIFY( str01[csz01 - 1] == 'z' );
|
|
VERIFY( str03[csz01 - 1] == 'y' );
|
|
|
|
str03 = str01;
|
|
csz01 = str01.size();
|
|
std::string::reference r1 = str01.at(csz01 - 2);
|
|
VERIFY( str03 == str01 );
|
|
r1 = 'd';
|
|
VERIFY( str01[csz01 - 2] == 'd' );
|
|
VERIFY( str03[csz01 - 2] == 'a' );
|
|
|
|
str03 = str01;
|
|
csz01 = str01.size();
|
|
std::string::reference r2 = str01[csz01 - 3];
|
|
VERIFY( str03 == str01 );
|
|
r2 = 'w';
|
|
VERIFY( str01[csz01 - 3] == 'w' );
|
|
VERIFY( str03[csz01 - 3] == 'b' );
|
|
|
|
str03 = str01;
|
|
csz02 = str01.size();
|
|
it1 = str01.end();
|
|
VERIFY( str03 == str01 );
|
|
--it1;
|
|
*it1 = 'q';
|
|
VERIFY( str01[csz02 - 1] == 'q' );
|
|
VERIFY( str03[csz02 - 1] == 'z' );
|
|
|
|
str03 = str01;
|
|
rit1 = str01.rend();
|
|
VERIFY( str03 == str01 );
|
|
--rit1;
|
|
*rit1 = 'p';
|
|
VERIFY( str01[0] == 'p' );
|
|
VERIFY( str03[0] == 'x' );
|
|
|
|
// need to also test for const begin/const end
|
|
#ifdef DEBUG_ASSERT
|
|
assert(test);
|
|
#endif
|
|
return test;
|
|
}
|
|
|
|
// Do another sanity check, this time for member functions that return
|
|
// iterators, namely insert and erase.
|
|
bool test02(void)
|
|
{
|
|
bool test = true;
|
|
typedef std::string::size_type csize_type;
|
|
typedef std::string::iterator siterator;
|
|
typedef std::string::reverse_iterator sriterator;
|
|
csize_type npos = std::string::npos;
|
|
csize_type csz01, csz02;
|
|
siterator it1;
|
|
sriterator rit1;
|
|
|
|
const std::string str01("its beach, santa cruz");
|
|
|
|
std::string str02 = str01;
|
|
std::string str05 = str02; // optional, so that begin below causes a mutate
|
|
std::string::iterator p = str02.insert(str02.begin(), ' ');
|
|
std::string str03 = str02;
|
|
VERIFY( str03 == str02 );
|
|
*p = '!';
|
|
VERIFY( *str03.c_str() == ' ' );
|
|
str03[0] = '@';
|
|
VERIFY( str02[0] == '!' );
|
|
VERIFY( *p == '!' );
|
|
VERIFY( str02 != str05 );
|
|
VERIFY( str02 != str03 );
|
|
|
|
std::string str10 = str01;
|
|
std::string::iterator p2 = str10.insert(str10.begin(), 'a');
|
|
std::string str11 = str10;
|
|
*p2 = 'e';
|
|
VERIFY( str11 != str10 );
|
|
|
|
std::string str06 = str01;
|
|
std::string str07 = str06; // optional, so that begin below causes a mutate
|
|
p = str06.erase(str06.begin());
|
|
std::string str08 = str06;
|
|
VERIFY( str08 == str06 );
|
|
*p = '!';
|
|
VERIFY( *str08.c_str() == 't' );
|
|
str08[0] = '@';
|
|
VERIFY( str06[0] == '!' );
|
|
VERIFY( *p == '!' );
|
|
VERIFY( str06 != str07 );
|
|
VERIFY( str06 != str08 );
|
|
|
|
std::string str12 = str01;
|
|
p2 = str12.erase(str12.begin(), str12.begin() + str12.size() - 1);
|
|
std::string str13 = str12;
|
|
*p2 = 'e';
|
|
VERIFY( str12 != str13 );
|
|
|
|
#ifdef DEBUG_ASSERT
|
|
assert(test);
|
|
#endif
|
|
return test;
|
|
}
|
|
|
|
int main()
|
|
{
|
|
test01();
|
|
test02();
|
|
return 0;
|
|
}
|