This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] ios_base_storage tweak


Use memory limits on this testcase.

tested x86/linux

2003-02-24  Benjamin Kosnik  <bkoz at redhat dot com>

	* testsuite/27_io/ios_base_storage.cc (main): Call
	set_memory_limits.

Index: testsuite/27_io/ios_base_storage.cc
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/27_io/ios_base_storage.cc,v
retrieving revision 1.6
diff -c -p -r1.6 ios_base_storage.cc
*** testsuite/27_io/ios_base_storage.cc	19 Dec 2002 01:54:59 -0000	1.6
--- testsuite/27_io/ios_base_storage.cc	24 Feb 2003 18:08:09 -0000
***************
*** 1,6 ****
  // 2000-12-19 bkoz
  
! // Copyright (C) 2000, 2002 Free Software Foundation
  //
  // 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
--- 1,6 ----
  // 2000-12-19 bkoz
  
! // Copyright (C) 2000, 2002, 2003 Free Software Foundation
  //
  // 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
*************** void test02()
*** 93,98 ****
--- 93,99 ----
  
  int main(void)
  {
+   __gnu_cxx_test::set_memory_limits();
    test01();
    test02();
    return 0;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]