[cfe-dev] [3.8 Release] RC1 has been tagged
Ben Pope via cfe-dev
cfe-dev at lists.llvm.org
Wed Jan 20 17:02:54 PST 2016
On Thursday, January 21, 2016 01:28 AM, Hans Wennborg via cfe-dev wrote:
> 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
I only checked out the test-suite and ran LNT as I normally do. Do I
need to "build" the test suite?
I'll have another look at the docs on the weekend, as I haven't looked
at them for a while.
>> 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.
It was built in a chroot environment, but I don't see how that would
affect things.
>> 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!
Ben
More information about the cfe-dev
mailing list