[llvm-dev] Release 12.0.1-rc2 tagged + extended deadline for requesting backports

Neil Nelson via llvm-dev llvm-dev at lists.llvm.org
Thu Jun 17 09:54:02 PDT 2021


Uploaded Ubuntu 21.04 with lldb.

sha256sum clang+llvm-12.0.1-rc2-x86_64-linux-gnu-ubuntu-21.04.tar.xz
0cc0ad5c2952400dd3d795f11cdcd03569b8060f97771e5f7c7e4b0f5738c897

Failed Tests (14):
   MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.fstatat
   MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.stat
   MemorySanitizer-Unit :: 
./Msan-x86_64-with-call-Test/MemorySanitizer.fstatat
   MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.stat
   MemorySanitizer-X86_64 :: fstat.cpp
   MemorySanitizer-lld-X86_64 :: fstat.cpp
   SanitizerCommon-asan-i386-Linux :: Linux/crypt_r.cpp
   SanitizerCommon-asan-i386-Linux :: Posix/crypt.cpp
   SanitizerCommon-lsan-i386-Linux :: Linux/crypt_r.cpp
   SanitizerCommon-lsan-i386-Linux :: Posix/crypt.cpp
   SanitizerCommon-msan-x86_64-Linux :: Posix/lstat.cpp
   SanitizerCommon-ubsan-i386-Linux :: Linux/crypt_r.cpp
   SanitizerCommon-ubsan-i386-Linux :: Posix/crypt.cpp
   lldb-api :: tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py


Testing Time: 526.84s
   Unsupported      :  3416
   Passed           : 84243
   Expectedly Failed:   267
   Failed           :    14


All failed tests covered by prior bugs.
Bug 50487 - TEST 'MemorySanitizer-Unit :: 
./Msan-x86_64-Test/MemorySanitizer.fstatat' FAILED
Bug 50488 - TEST 'MemorySanitizer-Unit :: 
./Msan-x86_64-Test/MemorySanitizer.stat' FAILED
Bug 50489 - TEST 'MemorySanitizer-Unit :: 
./Msan-x86_64-with-call-Test/MemorySanitizer.fstatat' FAILED
Bug 50490 - TEST 'MemorySanitizer-Unit :: 
./Msan-x86_64-with-call-Test/MemorySanitizer.stat' FAILED
Bug 50491 - TEST 'MemorySanitizer-X86_64 :: fstat.cpp' FAILED
Bug 50492 - TEST 'MemorySanitizer-lld-X86_64 :: fstat.cpp' FAILED
48946 - skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when 
searching for -lcrypt
48960 - FAIL: lldb-api :: 
tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py

llvm-test-suite
   Passed: 2405

../utils/compare.py results.json
Tests: 2825
Metric: exec_time

Program                                        12.0.1-rc1 12.0.1-rc2 diff
  test-suite...d_ops_test_op_pcmpgtd_164.test     0.00 0.00      inf%
  test-suite...te/GCC-C-execute-pr28982a.test     0.00 0.00      inf%
  test-suite...ute/GCC-C-execute-pr44575.test     0.00 0.00      inf%
  test-suite...ssion-C++-class_hierarchy.test     0.00 0.00      inf%
  test-suite...ests/2002-05-02-CastTest2.test     0.00 0.00      inf%
  test-suite...te/GCC-C-execute-920829-1.test     0.00 0.00      inf%
  test-suite...d_ops_test_op_vpmaxud_396.test     0.00 0.01      inf%
  test-suite...ssion-C++-ConditionalExpr.test     0.00 0.00      inf%
  test-suite.../GCC-C-execute-20001031-1.test     0.00 0.00      inf%
  test-suite...md_ops_test_op_pcmpeqd_67.test     0.00 0.00      inf%
  test-suite...urce/Applications/hbd/hbd.test     0.00 0.00      inf%
  test-suite...ecute/GCC-C-execute-ffs-1.test     0.00 0.00      inf%
  test-suite...ear-algebra/solvers/lu/lu.test     0.00 0.00      inf%
  test-suite...e/GCC-C-execute-pr20621-1.test     0.00 0.00      inf%
  test-suite...e/GCC-C-execute-wchar_t-1.test     0.00 0.00      inf%
  Geomean difference nan%
          12.0.1-rc1     12.0.1-rc2         diff
count  2807.000000   2807.000000    2785.000000
mean   223.561162    235.984152     inf
std    2825.553821   3375.282608   NaN
min    0.000000      0.000000      -1.000000
25%    0.000400      0.000400      -0.152174
50%    0.000500      0.000500       0.000000
75%    0.011150      0.011650       0.250000
max    85835.460625  110222.932000  inf

Neil Nelson

On 6/17/21 12:53 AM, Tom Stellard via llvm-dev wrote:
> Hi,
>
> I've tagged the 12.0.1-rc2 release, so testers may begin testing and 
> uploading
> binaries.
>
> There are still a few fixes working their way through the process, so 
> there
> will be another release candidate.  If you submitted a backport request
> before last Friday's deadline then it should make it in to the final 
> release
> unless a reviewer rejects it or there is a problem discovered with the 
> fix.
> My plan is to do -rc3 once all these fixes are merged.
>
> I am also going to continue accepting new backport requests up until
> -rc3 is tagged (goal for -rc3 is next Tuesday).  However, I will not be
> delaying -rc3 for any fixes submitted after Friday unless they are 
> critical.
>
> If you still have fixes and want to increase the chances of getting 
> them into
> the release, please make sure the fix applies cleanly to the release/12.x
> and passes all the lit tests.  If it doesn't then please manually 
> backport
> it, fix all the issues and post a patch or git branch in bugzilla.  It 
> is also
> helpful if you cc either the patch author, patch reviewer, or code 
> owner for
> the fix and ask their opinion on backporting it.
>
> Thanks,
> Tom
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210617/3bfe4274/attachment.html>


More information about the llvm-dev mailing list