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]

Re: 40092 patch


On 09/14/09 11:54, Larry Evans wrote:
On 08/22/09 16:39, Paolo Carlini wrote:
Larry Evans wrote:
Please let me know if anything else needs to be done.
Since you are on linux, it would be nice if you could install on the
machine the required localedata in order to actually run the full set of
libstdc++ testcases (see
http://gcc.gnu.org/onlinedocs/libstdc++/manual/setup.html#manual.intro.setup.prereq


for details).
[snip]
[snip]
On my ubuntu, the file to modify is:

/var/lib/locales/supported.d/en

After making the change and rebuilding the whole compiler, I'm now getting a different fail, as shown in the attached tests_summary.log.

Should something more be done?

TIA.

-Larry

cat <<'EOF' |
Native configuration is x86_64-unknown-linux-gnu

		=== g++ tests ===


Running target unix

		=== g++ Summary ===

# of expected passes		20405
# of expected failures		149
# of unsupported tests		262
/home/evansl/download/gcc/svn/patch40092.yes/build/gcc/testsuite/g++/../../g++  version 4.5.0 20090816 (experimental) (GCC) 

		=== libstdc++ tests ===


Running target unix
FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test
XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)

		=== libstdc++ Summary ===

# of expected passes		6948
# of unexpected failures	1
# of unexpected successes	1
# of expected failures		84
# of unsupported tests		15

Compiler version: 4.5.0 20090816 (experimental) (GCC) 
Platform: x86_64-unknown-linux-gnu
configure flags: --prefix=/home/evansl/download/gcc/svn/patch40092.yes/install --enable-languaged=c,c++
EOF
Mail -s "Results for 4.5.0 20090816 (experimental) (GCC) testsuite on x86_64-unknown-linux-gnu" gcc-testresults@gcc.gnu.org &&
mv /home/evansl/download/gcc/svn/patch40092.yes/build/./gcc/testsuite/g++/g++.sum /home/evansl/download/gcc/svn/patch40092.yes/build/./gcc/testsuite/g++/g++.sum.sent &&
mv /home/evansl/download/gcc/svn/patch40092.yes/build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum /home/evansl/download/gcc/svn/patch40092.yes/build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum.sent &&
mv /home/evansl/download/gcc/svn/patch40092.yes/build/./gcc/testsuite/g++/g++.log /home/evansl/download/gcc/svn/patch40092.yes/build/./gcc/testsuite/g++/g++.log.sent &&
mv /home/evansl/download/gcc/svn/patch40092.yes/build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.log /home/evansl/download/gcc/svn/patch40092.yes/build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.log.sent &&
true

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