pthread4.cc: Move...
2009-03-02 Benjamin Kosnik <bkoz@redhat.com> * testsuite/thread/pthread4.cc: Move... * testsuite/21_strings/basic_string/pthread4.cc: ...here. * testsuite/thread/pthread5.cc: Move... * testsuite/23_containers/list/pthread5.cc: ...here. * testsuite/thread/pthread6.cc: Move... * testsuite/23_containers/map/pthread6.cc: ...here. * testsuite/thread/pthread7-rope.cc: Move... * testsuite/ext/rope/pthread7-rope.cc: ...here. * testsuite/thread/guard.cc: Move... * testsuite/18_support/pthread_guard.cc: ...here. * testsuite/thread/18185.cc: Move... * testsuite/21_strings/basic_string/pthread18185.cc: ...here. * testsuite/thread/pthread1.cc: Move... * testsuite/23_containers/list/pthread1.cc: ...here. * testsuite/thread/pthread2.cc: Move... * testsuite/27_io/basic_ofstream/pthread2.cc: ...here. * testsuite/thread/pthread3.cc: Move... * testsuite/27_io/basic_ostringstream/pthread3.cc: ...here. * testsuite/libstdc++-dg/conformance.exp: Remove thread directory. * testsuite/thread: Remove. From-SVN: r144547
This commit is contained in:
parent
48a3a45a6c
commit
33b4155d1b
2 changed files with 6 additions and 3 deletions
|
@ -19,6 +19,9 @@
|
|||
* testsuite/thread/pthread3.cc: Move...
|
||||
* testsuite/27_io/basic_ostringstream/pthread3.cc: ...here.
|
||||
|
||||
* testsuite/libstdc++-dg/conformance.exp: Remove thread directory.
|
||||
* testsuite/thread: Remove.
|
||||
|
||||
2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Functional and regression tests in C++ for libstdc++.
|
||||
|
||||
# Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -14,7 +14,8 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301, USA.
|
||||
|
||||
# libstdc++-v3 testsuite that uses the 'dg.exp' driver.
|
||||
|
||||
|
@ -57,7 +58,6 @@ if {[info exists tests_file] && [file exists $tests_file]} {
|
|||
lappend subdirs "$srcdir/backward"
|
||||
lappend subdirs "$srcdir/ext"
|
||||
lappend subdirs "$srcdir/performance"
|
||||
lappend subdirs "$srcdir/thread"
|
||||
lappend subdirs "$srcdir/tr1"
|
||||
verbose "subdirs are $subdirs"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue