Topic: C++ Test Suites
Author: carl.young@nospam.co.uk ("Carl Young")
Date: Mon, 8 Dec 2003 01:03:56 +0000 (UTC) Raw View
Hi,
I was wondering if there are any C++ test suites that are open source? I am
helping with the Open Watcom compiler and am interested in bring it up to
C++98 compliance level. Obviously this could be done without a test suite
but it would be a great aid.
Regards,
Carl
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: nesotto@cs.auc.dk ("Thorsten Ottosen")
Date: Mon, 8 Dec 2003 15:05:40 +0000 (UTC) Raw View
""Carl Young"" <carl.young@nospam.co.uk> wrote in message
news:bqv5ls$3o0$1@thorium.cix.co.uk...
> Hi,
>
> I was wondering if there are any C++ test suites that are open source? I
am
> helping with the Open Watcom compiler and am interested in bring it up to
> C++98 compliance level. Obviously this could be done without a test suite
> but it would be a great aid.
I don't know this for sure, but I would assume that gcc has lots of
test-suites.
br
Thorsten
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: pjp@dinkumware.com ("P.J. Plauger")
Date: Mon, 8 Dec 2003 18:16:50 +0000 (UTC) Raw View
""Carl Young"" <carl.young@nospam.co.uk> wrote in message
news:bqv5ls$3o0$1@thorium.cix.co.uk...
> I was wondering if there are any C++ test suites that are open source?
None that I know of that are more than superficial. But see what might
still be available for gcc.
> I am
> helping with the Open Watcom compiler and am interested in bring it up to
> C++98 compliance level. Obviously this could be done without a test suite
No, it can't.
> but it would be a great aid.
P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: carl.young@nospam.co.uk ("Carl Young")
Date: Tue, 9 Dec 2003 04:11:54 +0000 (UTC) Raw View
""P.J. Plauger"" <pjp@dinkumware.com> wrote in message
news:mNXAb.5830$nz.5513@nwrddc01.gnilink.net...
> ""Carl Young"" <carl.young@nospam.co.uk> wrote in message
> > I was wondering if there are any C++ test suites that are open source?
<snip>
> > I
am
> > helping with the Open Watcom compiler and am interested in bring it up
to
> > C++98 compliance level. Obviously this could be done without a test
suite
>
> No, it can't.
>
I meant it can be done without an external test suite, by producing our own.
I should always remember to be explicit around here ;-)
Thanks anyway.
Carl
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: nesotto@cs.auc.dk ("Thorsten Ottosen")
Date: Wed, 10 Dec 2003 17:26:23 +0000 (UTC) Raw View
> I was wondering if there are any C++ test suites that are open source?
BTW, I also rmember an article in CUJ last year (or maybe early this year)
in which a Master student told about his master thesis: to describe the ansi
comformance of compilers.
He must have used some kind of test-suite, so maybe you can find out what he
did.
br
Thorsten
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: pete.forman@westerngeco.com (Pete Forman)
Date: Fri, 12 Dec 2003 19:51:27 +0000 (UTC) Raw View
carl.young@nospam.co.uk ("Carl Young") writes:
> I was wondering if there are any C++ test suites that are open source? I am
> helping with the Open Watcom compiler and am interested in bring it up to
> C++98 compliance level. Obviously this could be done without a test suite
> but it would be a great aid.
You can find one here:
http://petef.port5.com/cpp/stltest.html
| STL test suite
|
| This is a set of 225 tests to check conformance of C++ compilers
| and libraries to the ISO Standard. The specific area covered is
| STL.
|
| This testsuite is derived from the STLport testsuite, which is
| derived from the Cygnus Solutions STL testsuite, which is based on
| ObjectSpace STL examples. Unlike the STLport version, STLport is
| not needed to run this.
--
Pete Forman -./\.- Disclaimer: This post is originated
WesternGeco -./\.- by myself and does not represent
pete.forman@westerngeco.com -./\.- opinion of Schlumberger, Baker
http://petef.port5.com -./\.- Hughes or their divisions.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]