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] update names for optional testsuite sum files


Changes to reflect new PACKAGE info...

tested x86/linux

2003-08-08  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.
	(check-abi-verbose): Same.
	* testsuite/testsuite_performance.h (report_performance): Same.

Index: testsuite/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/Makefile.am,v
retrieving revision 1.29
diff -c -p -r1.29 Makefile.am
*** testsuite/Makefile.am	5 Aug 2003 01:34:27 -0000	1.29
--- testsuite/Makefile.am	8 Aug 2003 15:17:13 -0000
*************** if GLIBCXX_TEST_ABI
*** 109,119 ****
  # 'check-abi' to test for changes against that file.
  check-abi: abi_check baseline_symbols current_symbols.txt
  	-@(./abi_check --check ./current_symbols.txt ${baseline_file} \
! 	2>&1 | tee libstdc++-v3-abi.sum)
  
  check-abi-verbose: abi_check baseline_symbols current_symbols.txt 
  	-@(./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \
! 	2>&1 | tee libstdc++-v3-abi.sum)
  
  else
  check-abi:
--- 109,119 ----
  # 'check-abi' to test for changes against that file.
  check-abi: abi_check baseline_symbols current_symbols.txt
  	-@(./abi_check --check ./current_symbols.txt ${baseline_file} \
! 	2>&1 | tee libstdc++-abi.sum)
  
  check-abi-verbose: abi_check baseline_symbols current_symbols.txt 
  	-@(./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \
! 	2>&1 | tee libstdc++-abi.sum)
  
  else
  check-abi:
Index: testsuite/testsuite_performance.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/testsuite_performance.h,v
retrieving revision 1.8
diff -c -p -r1.8 testsuite_performance.h
*** testsuite/testsuite_performance.h	8 Aug 2003 07:51:54 -0000	1.8
--- testsuite/testsuite_performance.h	8 Aug 2003 15:17:13 -0000
*************** namespace __gnu_test
*** 177,183 ****
    {
      const char space = ' ';
      const char tab = '\t';
!     const char* name = "libstdc++-v3-performance.sum";
      std::string::const_iterator i = file.begin() + file.find_last_of('/') + 1;
      std::string testname(i, file.end());
  
--- 177,183 ----
    {
      const char space = ' ';
      const char tab = '\t';
!     const char* name = "libstdc++-performance.sum";
      std::string::const_iterator i = file.begin() + file.find_last_of('/') + 1;
      std::string testname(i, file.end());
  


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