Hi, I've tagged 12.0.0-rc4. Testers please begin testing and uploading binaries. -Tom
Windows is ready: $ sha256sum LLVM-12.0.0-rc4-win*.exe 16b6a3fb908d91d702501864f99a5698cac695a7f2888e7c79204e97efbda809 LLVM-12.0.0-rc4-win32.exe 48deef369abc265a97f827412de29ae37e23ced14f7038a3bafacf3093eef173 LLVM-12.0.0-rc4-win64.exe Thanks, Hans On Thu, Apr 1, 2021 at 7:32 AM Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hi, > > I've tagged 12.0.0-rc4. Testers please begin testing and uploading binaries. > > -Tom > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_1200-rc4._bat_ Type: application/octet-stream Size: 5140 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210401/c8df69c7/attachment.obj>
Uploaded Ubuntu 20.10 with lldb. sha256sum clang+llvm-12.0.0-rc4-x86_64-linux-gnu-ubuntu-20.10.tar.xz 86ead8c556fb6d6c6777ae4bb1af03868c7dde6b81274152da9fc592dab2cd4a Failed Tests (7): 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-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: 568.14s Unsupported : 3416 Passed : 84230 Expectedly Failed: 267 Failed : 7 The above fails covered by the following, previously reported bugs. Bug 48946 - skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when searching for -lcrypt Bug 48960 - FAIL: lldb-api :: tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py llvm-test-suite Passed: 2405 Tests: 2825 Metric: exec_time Program 12.0.0-rc3 12.0.0-rc4 diff test-suite...ute/GCC-C-execute-pr52209.test 0.00 0.00 inf% test-suite...d_ops_test_op_pmulhuw_133.test 0.00 0.01 inf% test-suite...md_ops_test_op_pmaxuw_306.test 0.00 0.00 inf% test-suite...ute/GCC-C-execute-pr60822.test 0.00 0.00 inf% test-suite.../GCC-C-execute-20050316-1.test 0.00 0.00 inf% test-suite...ute/GCC-C-execute-pr51877.test 0.00 0.00 inf% test-suite.../GCC-C-execute-20060102-1.test 0.00 0.00 inf% test-suite.../GCC-C-execute-20071205-1.test 0.00 0.00 inf% test-suite.../GCC-C-execute-20071211-1.test 0.00 0.00 inf% test-suite.../GCC-C-execute-20080117-1.test 0.00 0.00 inf% test-suite...md_ops_test_op_pminud_263.test 0.00 0.00 inf% test-suite.../GCC-C-execute-20080506-1.test 0.00 0.00 inf% test-suite.../GCC-C-execute-20080813-1.test 0.00 0.00 inf% test-suite...md_ops_test_op_pminuw_284.test 0.00 0.00 inf% test-suite.../GCC-C-execute-20081112-1.test 0.00 0.00 inf% Geomean difference nan% 12.0.0-rc3 12.0.0-rc4 diff count 2807.000000 2807.000000 2764.00 mean 209.820508 206.537026 inf std 2898.281929 2830.544921 NaN min 0.000000 0.000000 -1.00 25% 0.000400 0.000400 -0.20 50% 0.000500 0.000500 0.00 75% 0.010650 0.010400 0.25 max 93745.037667 92328.490714 inf Neil Nelson On 3/31/21 11:32 PM, Tom Stellard via llvm-dev wrote:> Hi, > > I've tagged 12.0.0-rc4. Testers please begin testing and uploading > binaries. > > -Tom > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Dimitry Andric via llvm-dev
2021-Apr-03 09:21 UTC
[llvm-dev] [Release-testers] 12.0.0-rc4 has been tagged
On 1 Apr 2021, at 07:32, Tom Stellard via Release-testers <release-testers at lists.llvm.org> wrote:> > I've tagged 12.0.0-rc4. Testers please begin testing and uploading binaries.For 12.0.0 rc4, I have built and tested on both FreeBSD 11 and 12. No additional patches were needed. Main results on amd64-freebsd11: Unsupported : 5562 (rc3: 5562) Passed : 80177 (rc3: 80174) Expectedly Failed : 247 (rc3: 247) Timed Out : 2 (rc3: 3) Failed : 98 (rc3: 93) Unexpectedly Passed: 2 (rc3: 2) Test suite results on amd64-freebsd11: Passed: 2399 (rc3: 2399) Failed: 3 (rc3: 3) Main results on amd64-freebsd12: Unsupported : 5562 (rc3: 5562) Passed : 80182 (rc3: 80178) Expectedly Failed : 243 (rc3: 243) Timed Out : 2 (rc3: 3) Failed : 93 (rc3: 89) Unexpectedly Passed: 6 (rc3: 6) Test suite results on amd64-freebsd12: Passed: 2399 (rc3: 2399) Failed: 3 (rc3: 3) Main results on i386-freebsd11: Unsupported : 3976 (rc3: 3976) Passed : 76724 (rc3: 76718) Expectedly Failed : 224 (rc3: 224) Failed : 54 (rc3: 53) Unexpectedly Passed: 1 (rc3: 1) Main results on i386-freebsd12: Unsupported : 3976 (rc3: 3976) Passed : 76724 (rc3: 76722) Expectedly Failed : 222 (rc3: 222) Failed : 54 (rc3: 49) Unexpectedly Passed: 3 (rc3: 3) Uploaded: SHA256 (clang+llvm-12.0.0-rc4-amd64-unknown-freebsd11.tar.xz) = 836b3520aa24119170d024f14fc55ba41f18904220a3afe07c6f1fec637c1922 SHA256 (clang+llvm-12.0.0-rc4-amd64-unknown-freebsd12.tar.xz) = 27cf1fd6a5318bc37613127b3d59f01f6ab2b61455b64cf9367df04e23bcd0d7 SHA256 (clang+llvm-12.0.0-rc4-i386-unknown-freebsd11.tar.xz) = deb153511eaec8ac8e7cae4a15b7e8e79d6c060a9409085ea50d98d48e1bc565 SHA256 (clang+llvm-12.0.0-rc4-i386-unknown-freebsd12.tar.xz) = 3f65dd4cfb11e648a8eb370de898fa4866fd3c00bc5161a6acd41838449074af -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210403/1db7f074/attachment.sig>