Hi,
On Fri, Aug 1, 2014 at 10:40 PM, Eric Fiselier <[email protected]> wrote: > > While we're discussing the format of the test results, I vote for > posting the output of lit -sv test (make check-libcxx), since it will > actually show what error happened. Much more helpful than "Needs > investigation". > > Seconded. Plus it's a lot easier to maintain. > > Ismail, As Dan asked could you please provide some more information about > your setup. Along with your glibc version could you please provide > information about the distribution your using as well as the compiler? > This was a local problem on my side, part of the reason was I am still using ./testit script because make check-libcxx fails for me: + make check-libcxx [ 96%] Built target cxx Scanning dependencies of target check-libcxx [100%] Running libcxx tests # installing zipimport hook import zipimport # builtin # installed zipimport hook # /usr/lib64/python2.7/site.pyc matches /usr/lib64/python2.7/site.py import site # precompiled from /usr/lib64/python2.7/site.pyc # /usr/lib64/python2.7/os.pyc matches /usr/lib64/python2.7/os.py import os # precompiled from /usr/lib64/python2.7/os.pyc import errno # builtin import posix # builtin # /usr/lib64/python2.7/posixpath.pyc matches /usr/lib64/python2.7/posixpath.py import posixpath # precompiled from /usr/lib64/python2.7/posixpath.pyc # /usr/lib64/python2.7/stat.pyc matches /usr/lib64/python2.7/stat.py import stat # precompiled from /usr/lib64/python2.7/stat.pyc # /usr/lib64/python2.7/genericpath.pyc matches /usr/lib64/python2.7/genericpath.py import genericpath # precompiled from /usr/lib64/python2.7/genericpath.pyc # /usr/lib64/python2.7/warnings.pyc matches /usr/lib64/python2.7/warnings.py import warnings # precompiled from /usr/lib64/python2.7/warnings.pyc # /usr/lib64/python2.7/linecache.pyc matches /usr/lib64/python2.7/linecache.py import linecache # precompiled from /usr/lib64/python2.7/linecache.pyc # /usr/lib64/python2.7/types.pyc matches /usr/lib64/python2.7/types.py import types # precompiled from /usr/lib64/python2.7/types.pyc # /usr/lib64/python2.7/UserDict.pyc matches /usr/lib64/python2.7/UserDict.py import UserDict # precompiled from /usr/lib64/python2.7/UserDict.pyc # /usr/lib64/python2.7/_abcoll.pyc matches /usr/lib64/python2.7/_abcoll.py import _abcoll # precompiled from /usr/lib64/python2.7/_abcoll.pyc # /usr/lib64/python2.7/abc.pyc matches /usr/lib64/python2.7/abc.py import abc # precompiled from /usr/lib64/python2.7/abc.pyc # /usr/lib64/python2.7/_weakrefset.pyc matches /usr/lib64/python2.7/_weakrefset.py import _weakrefset # precompiled from /usr/lib64/python2.7/_weakrefset.pyc import _weakref # builtin # /usr/lib64/python2.7/copy_reg.pyc matches /usr/lib64/python2.7/copy_reg.py import copy_reg # precompiled from /usr/lib64/python2.7/copy_reg.pyc # /usr/lib64/python2.7/traceback.pyc matches /usr/lib64/python2.7/traceback.py import traceback # precompiled from /usr/lib64/python2.7/traceback.pyc # /usr/lib64/python2.7/sysconfig.pyc matches /usr/lib64/python2.7/sysconfig.py import sysconfig # precompiled from /usr/lib64/python2.7/sysconfig.pyc # /usr/lib64/python2.7/re.pyc matches /usr/lib64/python2.7/re.py import re # precompiled from /usr/lib64/python2.7/re.pyc # /usr/lib64/python2.7/sre_compile.pyc matches /usr/lib64/python2.7/sre_compile.py import sre_compile # precompiled from /usr/lib64/python2.7/sre_compile.pyc import _sre # builtin # /usr/lib64/python2.7/sre_parse.pyc matches /usr/lib64/python2.7/sre_parse.py import sre_parse # precompiled from /usr/lib64/python2.7/sre_parse.pyc # /usr/lib64/python2.7/sre_constants.pyc matches /usr/lib64/python2.7/sre_constants.py import sre_constants # precompiled from /usr/lib64/python2.7/sre_constants.pyc # /usr/lib64/python2.7/_sysconfigdata.pyc matches /usr/lib64/python2.7/_sysconfigdata.py import _sysconfigdata # precompiled from /usr/lib64/python2.7/_sysconfigdata.pyc import encodings # directory /usr/lib64/python2.7/encodings # /usr/lib64/python2.7/encodings/__init__.pyc matches /usr/lib64/python2.7/encodings/__init__.py import encodings # precompiled from /usr/lib64/python2.7/encodings/__init__.pyc # /usr/lib64/python2.7/codecs.pyc matches /usr/lib64/python2.7/codecs.py import codecs # precompiled from /usr/lib64/python2.7/codecs.pyc import _codecs # builtin # /usr/lib64/python2.7/encodings/aliases.pyc matches /usr/lib64/python2.7/encodings/aliases.py import encodings.aliases # precompiled from /usr/lib64/python2.7/encodings/aliases.pyc # /usr/lib64/python2.7/encodings/ascii.pyc matches /usr/lib64/python2.7/encodings/ascii.py import encodings.ascii # precompiled from /usr/lib64/python2.7/encodings/ascii.pyc Python 2.7.7 (default, Jun 20 2014, 13:47:02) [GCC] on linux2 Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python2.7/runpy.pyc matches /usr/lib64/python2.7/runpy.py import runpy # precompiled from /usr/lib64/python2.7/runpy.pyc import imp # builtin # /usr/lib64/python2.7/pkgutil.pyc matches /usr/lib64/python2.7/pkgutil.py import pkgutil # precompiled from /usr/lib64/python2.7/pkgutil.pyc /usr/bin/python: can't find '__main__' module in '/home/abuild/rpmbuild/BUILD/libcxx/build/test' I am using lit 0.3 from https://pypi.python.org/pypi/lit Let me know if you know how to fix that. Thanks!
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
