aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/scripts
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2005-05-05 16:12:28 +0000
committerBenjamin Kosnik <bkoz@redhat.com>2005-05-05 16:12:28 +0000
commitbff2c4d45598307de827bc08d7bb7e5723b644a4 (patch)
tree80f575fd066a2bf675233d26b95a1ab8da0951c7 /libstdc++-v3/scripts
parent29a06d12614349dbb1807d50719a6ba09e34045e (diff)
2005-05-04 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4: Remove testsuite_wchar_t and testsuite_thread. * testsuite/Makefile.am: Same. * scripts/create_testsuite_files: Same. * Makefile.in: Regenerate. * configure: Same. * include/Makefile.in: Same. * libmath/Makefile.in: Same. * libsupc++/Makefile.in: Same. * po/Makefile.in: Same. * src/Makefile.in: Same. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@99273 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/scripts')
-rwxr-xr-xlibstdc++-v3/scripts/create_testsuite_files14
1 files changed, 0 insertions, 14 deletions
diff --git a/libstdc++-v3/scripts/create_testsuite_files b/libstdc++-v3/scripts/create_testsuite_files
index 582f8f5b0ac..6a3405facf0 100755
--- a/libstdc++-v3/scripts/create_testsuite_files
+++ b/libstdc++-v3/scripts/create_testsuite_files
@@ -40,20 +40,6 @@ if test ! -s "$tmp.1"; then
exit 1
fi
-# If the library is not configured to support wchar_t, don't run those tests.
-if test -f "$outdir/testsuite_wchar_t"; then
- mv $tmp.1 $tmp.2
-else
- grep -v wchar_t $tmp.1 > $tmp.2
-fi
-
-# If the library is not configured to support threads, don't run those tests.
-if test -f "$outdir/testsuite_thread"; then
- mv $tmp.2 $tmp.3
-else
- grep -v thread $tmp.2 > $tmp.3
-fi
-
# Now filter out classes of tests. These classes are run using special rules.
grep _xin $tmp.3 > $tests_file_inter
grep -v _xin $tmp.3 > $tmp.4