[cfe-dev] [3.8 Release] RC1 has been tagged
Hans Wennborg via cfe-dev
cfe-dev at lists.llvm.org
Wed Jan 20 09:28:27 PST 2016
On Wed, Jan 20, 2016 at 7:54 AM, Ben Pope <benpope81 at gmail.com> wrote:
> On Wednesday, January 20, 2016 07:47 AM, Hans Wennborg wrote:
>>
>> Dear testers,
>>
>> Start your engines; 3.8.0-rc1 was just tagged from the 3.8 branch at
>> r258223. (It took a little longer than I'd planned, sorry about that.)
> Some issues:
>
> LNT didn't finish: perhaps my checkout is incomplete, this bit seems to have
> changed with the switch to cmake. Some unexpected failures on Ubuntu 14.04,
> but 15.10 was great.
How did you build LNT? I think previously it used to get configured
automatically, but not built. Recently someone added a cmake file to
it, which didn't work, so I excluded it from the test-release build in
r257791
>
> LNT:
> nt.py:499: fatal error: unable to import test module:
> '3.8.0/rc1/test-suite.src/LNTBased/speccpu2000/int/164.gzip/TestModule'
> Traceback (most recent call last):
> File "/home/ben/development/llvm/lnt/lnt/tests/nt.py", line 495, in
> execute_test_modules
> exec module_file in locals, globals
> File
> "3.8.0/rc1/test-suite.src/LNTBased/speccpu2000/int/164.gzip/TestModule",
> line 4, in <module>
> import spec
> ImportError: No module named spec
>
> Ubuntu 14.04 x86_64:
> Failing Tests (14):
> AddressSanitizer-x86_64-linux :: TestCases/Posix/readv.cc
> MemorySanitizer :: Linux/forkpty.cc
> MemorySanitizer :: Linux/tcgetattr.cc
> MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.gethostent
> MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.gethostent_r
> MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getmntent
> MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getmntent_r
> MemorySanitizer-Unit ::
> Msan-x86_64-with-call-Test/MemorySanitizer.gethostent
> MemorySanitizer-Unit ::
> Msan-x86_64-with-call-Test/MemorySanitizer.gethostent_r
> MemorySanitizer-Unit ::
> Msan-x86_64-with-call-Test/MemorySanitizer.getmntent
> MemorySanitizer-Unit ::
> Msan-x86_64-with-call-Test/MemorySanitizer.getmntent_r
> Profile :: instrprof-error.c
> libc++ ::
> std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp
> libc++ ::
> std/localization/locales/locale/locale.cons/char_pointer.pass.cpp
Weird. These all passed for me on 14.04.
>
> Uploaded:
> clang+llvm-3.8.0-rc1-x86_64-linux-gnu-ubuntu-14.04.tar.xz
> clang+llvm-3.8.0-rc1-x86_64-linux-gnu-ubuntu-15.10.tar.xz
Thanks!
More information about the cfe-dev
mailing list