Hans Wennborg via llvm-dev
2017-Jul-26 22:41 UTC
[llvm-dev] [5.0.0 Release] Release Candidate 1 tagged
Dear testers, 5.0.0-rc1 has just been tagged. Please build, test and upload binaries to the sftp. Let me know if there are any issues. I'll upload sources, docs, and your binaries to the pre-release website once they're ready. Thanks, Hans
Tom Stellard via llvm-dev
2017-Jul-28 00:17 UTC
[llvm-dev] [Release-testers] [5.0.0 Release] Release Candidate 1 tagged
On 07/26/2017 06:41 PM, Hans Wennborg via Release-testers wrote:> Dear testers, > > 5.0.0-rc1 has just been tagged. >Hi Hans, I see 1 regression one ppc64le: libomp :: tasking/omp_taskloop_grainsize.c I am looking into this. There are 2 failures on PPC64, but these also failed with 4.0.1, so they are not regressions: libomp :: tasking/bug_proxy_task_dep_waiting.c libomp :: tasking/omp_task_final.c No failures on x86_64. -Tom> Please build, test and upload binaries to the sftp. Let me know if > there are any issues. > > I'll upload sources, docs, and your binaries to the pre-release > website once they're ready. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >
Tom Stellard via llvm-dev
2017-Jul-28 00:29 UTC
[llvm-dev] [Release-testers] [5.0.0 Release] Release Candidate 1 tagged
On 07/27/2017 08:17 PM, Tom Stellard via Release-testers wrote:> On 07/26/2017 06:41 PM, Hans Wennborg via Release-testers wrote: >> Dear testers, >> >> 5.0.0-rc1 has just been tagged. >> > > Hi Hans, > > I see 1 regression one ppc64le: > > libomp :: tasking/omp_taskloop_grainsize.c > > I am looking into this. > > There are 2 failures on PPC64, but these also failed with 4.0.1, so they > are not regressions: > > libomp :: tasking/bug_proxy_task_dep_waiting.c > libomp :: tasking/omp_task_final.c > > > No failures on x86_64. >Forgot to mention this testing was done on Fedora 25. -Tom> -Tom > >> Please build, test and upload binaries to the sftp. Let me know if >> there are any issues. >> >> I'll upload sources, docs, and your binaries to the pre-release >> website once they're ready. >> >> Thanks, >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >> > > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >
Sylvestre Ledru via llvm-dev
2017-Jul-28 06:43 UTC
[llvm-dev] [Release-testers] [5.0.0 Release] Release Candidate 1 tagged
Hello, I am experiencing a build issue with clang tools extra that I reported here: https://bugs.llvm.org/show_bug.cgi?id=33970 Does it ring a bell? Thanks S Le 27/07/2017 à 00:41, Hans Wennborg via Release-testers a écrit :> Dear testers, > > 5.0.0-rc1 has just been tagged. > > Please build, test and upload binaries to the sftp. Let me know if > there are any issues. > > I'll upload sources, docs, and your binaries to the pre-release > website once they're ready. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Diana Picus via llvm-dev
2017-Jul-28 08:31 UTC
[llvm-dev] [Release-testers] [5.0.0 Release] Release Candidate 1 tagged
Hi, ARM and AArch64 ready. Both fail in libunwind_01.pass.cpp and libunwind_02.pass.cpp (PR33858). In addition, ARM has a failure in libunwind's alignment.pass.cpp (also PR33858), and AArch64 has one in the sanitizers, allocator_oom_test (PR33972). sha1sums: 3e83e4f5f249a0f3974c37070051cd29fafc0614 clang+llvm-5.0.0-rc1-aarch64-linux-gnu.tar.xz 2f5baefae0b84b314c1f71e865fbd3093184e800 clang+llvm-5.0.0-rc1-armv7a-linux-gnueabihf.tar.xz Cheers, Diana On 28 July 2017 at 08:43, Sylvestre Ledru via Release-testers <release-testers at lists.llvm.org> wrote:> Hello, > > I am experiencing a build issue with clang tools extra that I reported here: > > https://bugs.llvm.org/show_bug.cgi?id=33970 > > Does it ring a bell? > > Thanks > > S > > > > Le 27/07/2017 à 00:41, Hans Wennborg via Release-testers a écrit : >> Dear testers, >> >> 5.0.0-rc1 has just been tagged. >> >> Please build, test and upload binaries to the sftp. Let me know if >> there are any issues. >> >> I'll upload sources, docs, and your binaries to the pre-release >> website once they're ready. >> >> Thanks, >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers > > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Dimitry Andric via llvm-dev
2017-Jul-29 11:59 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
On 27 Jul 2017, at 00:41, Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org> wrote:> > 5.0.0-rc1 has just been tagged. > > Please build, test and upload binaries to the sftp. Let me know if > there are any issues.Built and tested rc1. Test failures on amd64-freebsd10: FAIL: LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/DummyRPC.TestClearHandlers (1346 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.DoubleFreeTest (2480 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2505 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2542 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.WrongFreeTest (2546 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.DoubleFreeTest (2589 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2615 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2651 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.WrongFreeTest (2655 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.DoubleFreeTest (2698 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2723 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2762 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.WrongFreeTest (2765 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.DoubleFreeTest (2808 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2833 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2870 of 38616) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.WrongFreeTest (2875 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-sigbus.cpp (2998 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (3000 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/closed-fds.cc (3001 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/deep_thread_stack.cc (3005 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc (3007 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (3019 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/shared-lib-test.cc (3029 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/stack-use-after-return.cc (3030 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/strndup_oob_test.cc (3035 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait.cc (3037 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait3.cc (3038 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait4.cc (3040 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/waitid.cc (3139 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_big_alignment.cc (3140 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_detect_custom_size_.cc (3142 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_partial.cc (3144 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_right.cc (3146 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_underflow_left.cc (3148 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_double_free.cc (3163 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_stacks.cc (3167 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_report.cc (3168 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/deep_stack_uaf.cc (3170 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/describe_address.cc (3172 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/double-free.cc (3173 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/frexp_interceptor.cc (3178 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/global-overflow.cc (3180 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/heap-overflow.cc (3184 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/heavy_uar_test.cc (3185 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/initialization-bug.cc (3188 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-free.cc (3195 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-pointer-pairs.cc (3197 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/large_func_test.cc (3198 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/null_deref.cc (3209 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/partial_right.cc (3211 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/print_summary.cc (3214 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/sanity_check_pure_c.c (3224 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/stack-buffer-overflow.cc (3230 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/strdup_oob_test.cc (3244 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/strncpy-overflow.cc (3247 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/time_interceptor.cc (3267 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free-right.cc (3271 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-delete.cc (3272 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free.cc (3274 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-scope-inlined.cc (3279 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_chrome_testcase.cc (3288 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_condition_overflow.cc (3290 of 38616) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_loop_overfow.cc (3291 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/asan-sigbus.cpp (3395 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (3399 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/closed-fds.cc (3400 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/deep_thread_stack.cc (3404 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (3419 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/new_array_cookie_uaf_test.cc (3424 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/shared-lib-test.cc (3429 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/stack-use-after-return.cc (3430 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/strndup_oob_test.cc (3435 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait.cc (3437 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait3.cc (3438 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait4.cc (3440 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/waitid.cc (3539 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_detect_custom_size_.cc (3541 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_big_alignment.cc (3542 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_overflow_partial.cc (3545 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_overflow_right.cc (3546 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_underflow_left.cc (3548 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_double_free.cc (3562 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/contiguous_container.cc (3565 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_stacks.cc (3568 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_report.cc (3569 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/deep_stack_uaf.cc (3571 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/describe_address.cc (3573 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/double-free.cc (3574 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/frexp_interceptor.cc (3577 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/global-overflow.cc (3581 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/heap-overflow.cc (3585 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/heavy_uar_test.cc (3587 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/initialization-bug.cc (3590 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/invalid-free.cc (3598 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/invalid-pointer-pairs.cc (3599 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/large_func_test.cc (3600 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/longjmp.cc (3601 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/null_deref.cc (3610 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/partial_right.cc (3613 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/print_summary.cc (3615 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/sanity_check_pure_c.c (3624 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/scariness_score_test.cc (3626 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/stack-buffer-overflow.cc (3631 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/strdup_oob_test.cc (3646 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/strncpy-overflow.cc (3647 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/throw_catch.cc (3667 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/uar_and_exceptions.cc (3669 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/time_interceptor.cc (3670 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-free-right.cc (3672 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-delete.cc (3673 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-free.cc (3674 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-scope-inlined.cc (3681 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_chrome_testcase.cc (3690 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_condition_overflow.cc (3691 of 38616) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_loop_overfow.cc (3697 of 38616) FAIL: LLVM :: Bindings/Go/go.test (17478 of 38616) FAIL llvm.org/llvm/bindings/go/llvm [build failed] FAIL: ThreadSanitizer-x86_64 :: strerror_r.cc (36584 of 38616) FAIL: ThreadSanitizer-x86_64 :: signal_reset.cc (38615 of 38616) FAIL: ThreadSanitizer-x86_64 :: signal_sync2.cc (38616 of 38616) FAIL: LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/DummyRPC.TestClearHandlers (1351 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.DoubleFreeTest (2514 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2540 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2574 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.WrongFreeTest (2580 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.DoubleFreeTest (2623 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2649 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2683 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.WrongFreeTest (2690 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.DoubleFreeTest (2732 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2757 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2792 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.WrongFreeTest (2798 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.DoubleFreeTest (2842 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2867 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2905 of 38650) FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.WrongFreeTest (2909 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-sigbus.cpp (3030 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (3034 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/closed-fds.cc (3036 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/deep_thread_stack.cc (3039 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc (3042 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (3053 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/shared-lib-test.cc (3063 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/stack-use-after-return.cc (3064 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/strndup_oob_test.cc (3069 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait.cc (3071 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait3.cc (3072 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait4.cc (3074 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/waitid.cc (3172 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_big_alignment.cc (3173 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_detect_custom_size_.cc (3177 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_partial.cc (3179 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_right.cc (3180 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_underflow_left.cc (3183 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_double_free.cc (3196 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_report.cc (3201 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_stacks.cc (3202 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/deep_stack_uaf.cc (3204 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/describe_address.cc (3206 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/double-free.cc (3207 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/frexp_interceptor.cc (3211 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/global-overflow.cc (3214 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/heap-overflow.cc (3218 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/heavy_uar_test.cc (3219 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/initialization-bug.cc (3222 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-free.cc (3230 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/large_func_test.cc (3231 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-pointer-pairs.cc (3232 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/null_deref.cc (3243 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/partial_right.cc (3245 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/print_summary.cc (3248 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/sanity_check_pure_c.c (3258 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/stack-buffer-overflow.cc (3264 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/strdup_oob_test.cc (3277 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/strncpy-overflow.cc (3281 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/time_interceptor.cc (3301 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-delete.cc (3305 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free-right.cc (3306 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free.cc (3307 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-scope-inlined.cc (3314 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_chrome_testcase.cc (3323 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_condition_overflow.cc (3324 of 38650) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_loop_overfow.cc (3325 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/asan-sigbus.cpp (3428 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/closed-fds.cc (3433 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (3434 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/deep_thread_stack.cc (3439 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (3453 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/new_array_cookie_uaf_test.cc (3458 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/shared-lib-test.cc (3463 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/stack-use-after-return.cc (3465 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/strndup_oob_test.cc (3468 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait.cc (3472 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait3.cc (3473 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait4.cc (3474 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/waitid.cc (3572 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_big_alignment.cc (3575 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_detect_custom_size_.cc (3576 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_overflow_partial.cc (3578 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_overflow_right.cc (3581 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_underflow_left.cc (3583 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_double_free.cc (3596 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/contiguous_container.cc (3599 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_report.cc (3602 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_stacks.cc (3604 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/deep_stack_uaf.cc (3605 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/describe_address.cc (3607 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/double-free.cc (3608 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/frexp_interceptor.cc (3610 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/global-overflow.cc (3615 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/heap-overflow.cc (3619 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/heavy_uar_test.cc (3622 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/initialization-bug.cc (3624 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/invalid-free.cc (3632 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/large_func_test.cc (3633 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/invalid-pointer-pairs.cc (3634 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/longjmp.cc (3635 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/null_deref.cc (3644 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/partial_right.cc (3647 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/print_summary.cc (3648 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/sanity_check_pure_c.c (3658 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/scariness_score_test.cc (3660 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/stack-buffer-overflow.cc (3666 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/strdup_oob_test.cc (3680 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/strncpy-overflow.cc (3681 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/throw_catch.cc (3701 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/time_interceptor.cc (3703 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/uar_and_exceptions.cc (3704 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-delete.cc (3706 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-free-right.cc (3707 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-free.cc (3709 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-scope-inlined.cc (3714 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_chrome_testcase.cc (3724 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_condition_overflow.cc (3725 of 38650) FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_loop_overfow.cc (3729 of 38650) FAIL: LLVM :: Bindings/Go/go.test (17579 of 38650) FAIL llvm.org/llvm/bindings/go/llvm [build failed] FAIL: ThreadSanitizer-x86_64 :: strerror_r.cc (36618 of 38650) FAIL: ThreadSanitizer-x86_64 :: signal_reset.cc (38649 of 38650) FAIL: ThreadSanitizer-x86_64 :: race_on_mutex2.c (38650 of 38650) Test failures on i386-freebsd10: FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.DoubleFreeTest (2480 of 36865) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2505 of 36865) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2542 of 36865) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.WrongFreeTest (2546 of 36865) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.DoubleFreeTest (2589 of 36865) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2614 of 36865) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2650 of 36865) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.WrongFreeTest (2655 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-sigbus.cpp (2776 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (2780 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/closed-fds.cc (2781 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/deep_thread_stack.cc (2786 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc (2788 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (2799 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/shared-lib-test.cc (2809 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/stack-use-after-return.cc (2810 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/strndup_oob_test.cc (2815 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait.cc (2817 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait3.cc (2818 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait4.cc (2820 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/waitid.cc (2918 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_big_alignment.cc (2919 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_detect_custom_size_.cc (2922 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_partial.cc (2925 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_underflow_left.cc (2927 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_right.cc (2928 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_double_free.cc (2945 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_stacks.cc (2947 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_report.cc (2948 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/deep_stack_uaf.cc (2950 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/describe_address.cc (2952 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/double-free.cc (2953 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/frexp_interceptor.cc (2956 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/global-overflow.cc (2961 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/heap-overflow.cc (2964 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/heavy_uar_test.cc (2965 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/initialization-bug.cc (2968 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-free.cc (2975 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/large_func_test.cc (2977 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-pointer-pairs.cc (2978 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/null_deref.cc (2989 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/partial_right.cc (2991 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/print_summary.cc (2994 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/sanity_check_pure_c.c (3004 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/stack-buffer-overflow.cc (3010 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/strdup_oob_test.cc (3023 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/strncpy-overflow.cc (3027 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/time_interceptor.cc (3047 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-delete.cc (3051 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free-right.cc (3052 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free.cc (3053 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-scope-inlined.cc (3059 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_chrome_testcase.cc (3068 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_condition_overflow.cc (3070 of 36865) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_loop_overfow.cc (3071 of 36865) FAIL: LLVM :: Bindings/Go/go.test (16654 of 36865) FAIL llvm.org/llvm/bindings/go/llvm [build failed] FAIL: lldb :: Expr/TestCallUserDefinedFunction.test (36526 of 36865) FAIL: lldb :: Expr/TestCallUserAnonTypedef.test (36527 of 36865) FAIL: lldb :: Expr/TestCallStopAndContinue.test (36528 of 36865) FAIL: lldb-Unit :: Utility/./UtilityTests/TaskPoolTest.RunTasks (36865 of 36865) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.DoubleFreeTest (2514 of 36899) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2539 of 36899) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2577 of 36899) FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.WrongFreeTest (2580 of 36899) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.DoubleFreeTest (2623 of 36899) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2648 of 36899) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2684 of 36899) FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.WrongFreeTest (2689 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-sigbus.cpp (2811 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (2814 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/closed-fds.cc (2816 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/deep_thread_stack.cc (2819 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc (2821 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (2834 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/shared-lib-test.cc (2843 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/stack-use-after-return.cc (2844 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/strndup_oob_test.cc (2848 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait.cc (2851 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait3.cc (2852 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait4.cc (2853 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/waitid.cc (2952 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_big_alignment.cc (2953 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_detect_custom_size_.cc (2956 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_partial.cc (2959 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_right.cc (2960 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_underflow_left.cc (2963 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_double_free.cc (2977 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_stacks.cc (2981 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_report.cc (2982 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/deep_stack_uaf.cc (2984 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/describe_address.cc (2986 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/double-free.cc (2987 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/frexp_interceptor.cc (2991 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/global-overflow.cc (2994 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/heap-overflow.cc (2997 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/heavy_uar_test.cc (2999 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/initialization-bug.cc (3002 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-free.cc (3009 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-pointer-pairs.cc (3011 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/large_func_test.cc (3012 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/null_deref.cc (3023 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/partial_right.cc (3025 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/print_summary.cc (3028 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/sanity_check_pure_c.c (3038 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/stack-buffer-overflow.cc (3044 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/strdup_oob_test.cc (3057 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/strncpy-overflow.cc (3061 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/time_interceptor.cc (3081 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-delete.cc (3085 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free-right.cc (3087 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free.cc (3088 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-scope-inlined.cc (3093 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_chrome_testcase.cc (3103 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_condition_overflow.cc (3104 of 36899) FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_loop_overfow.cc (3105 of 36899) FAIL: LLVM :: Bindings/Go/go.test (16672 of 36899) FAIL llvm.org/llvm/bindings/go/llvm [build failed] FAIL: lldb :: Expr/TestCallUserAnonTypedef.test (36560 of 36899) FAIL: lldb :: Expr/TestCallUserDefinedFunction.test (36561 of 36899) FAIL: lldb :: Expr/TestCallStopAndContinue.test (36562 of 36899) Uploaded: SHA256 (clang+llvm-5.0.0-rc1-amd64-unknown-freebsd10.tar.xz) = c0fcab561ac42931846ff10c55a9d50a5c96bf64e651798ac4e9abbee50d058d SHA256 (clang+llvm-5.0.0-rc1-i386-unknown-freebsd10.tar.xz) = 5630d3e7da78b8cdd9f1e7f2626c3d8cd45a1677dd7aa0ac5bef2d07c0a46b37 -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/20170729/6c57be8f/attachment-0001.sig>
Boris Kolpackov via llvm-dev
2017-Jul-29 13:11 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org> writes:> Please build, test and upload binaries to the sftp. Let me know if > there are any issues.Should issues with the (experimental) Modules TS implementation be reported? For example: https://bugs.llvm.org/show_bug.cgi?id=33910 https://reviews.llvm.org/D35678 Thanks, Boris
Tom Stellard via llvm-dev
2017-Jul-31 15:55 UTC
[llvm-dev] [cfe-dev] [Release-testers] [5.0.0 Release] Release Candidate 1 tagged
On 07/27/2017 05:17 PM, Tom Stellard via cfe-dev wrote:> On 07/26/2017 06:41 PM, Hans Wennborg via Release-testers wrote: >> Dear testers, >> >> 5.0.0-rc1 has just been tagged. >> > > Hi Hans, > > I see 1 regression one ppc64le: > > libomp :: tasking/omp_taskloop_grainsize.c >This isn't actually a regression, it's just a new test. -Tom> I am looking into this. > > There are 2 failures on PPC64, but these also failed with 4.0.1, so they > are not regressions: > > libomp :: tasking/bug_proxy_task_dep_waiting.c > libomp :: tasking/omp_task_final.c > > > No failures on x86_64. > > -Tom > >> Please build, test and upload binaries to the sftp. Let me know if >> there are any issues. >> >> I'll upload sources, docs, and your binaries to the pre-release >> website once they're ready. >> >> Thanks, >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >> > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >
Hans Wennborg via llvm-dev
2017-Jul-31 17:26 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
On Sat, Jul 29, 2017 at 4:59 AM, Dimitry Andric <dimitry at andric.com> wrote:> On 27 Jul 2017, at 00:41, Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org> wrote: >> >> 5.0.0-rc1 has just been tagged. >> >> Please build, test and upload binaries to the sftp. Let me know if >> there are any issues. > > Built and tested rc1. Test failures on amd64-freebsd10: > > FAIL: LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/DummyRPC.TestClearHandlers (1346 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.DoubleFreeTest (2480 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2505 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2542 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.WrongFreeTest (2546 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.DoubleFreeTest (2589 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2615 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2651 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.WrongFreeTest (2655 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.DoubleFreeTest (2698 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2723 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2762 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.WrongFreeTest (2765 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.DoubleFreeTest (2808 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2833 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2870 of 38616) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.WrongFreeTest (2875 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-sigbus.cpp (2998 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (3000 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/closed-fds.cc (3001 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/deep_thread_stack.cc (3005 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc (3007 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (3019 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/shared-lib-test.cc (3029 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/stack-use-after-return.cc (3030 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/strndup_oob_test.cc (3035 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait.cc (3037 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait3.cc (3038 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait4.cc (3040 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/waitid.cc (3139 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_big_alignment.cc (3140 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_detect_custom_size_.cc (3142 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_partial.cc (3144 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_right.cc (3146 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_underflow_left.cc (3148 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_double_free.cc (3163 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_stacks.cc (3167 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_report.cc (3168 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/deep_stack_uaf.cc (3170 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/describe_address.cc (3172 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/double-free.cc (3173 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/frexp_interceptor.cc (3178 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/global-overflow.cc (3180 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/heap-overflow.cc (3184 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/heavy_uar_test.cc (3185 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/initialization-bug.cc (3188 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-free.cc (3195 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-pointer-pairs.cc (3197 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/large_func_test.cc (3198 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/null_deref.cc (3209 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/partial_right.cc (3211 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/print_summary.cc (3214 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/sanity_check_pure_c.c (3224 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/stack-buffer-overflow.cc (3230 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/strdup_oob_test.cc (3244 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/strncpy-overflow.cc (3247 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/time_interceptor.cc (3267 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free-right.cc (3271 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-delete.cc (3272 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free.cc (3274 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-scope-inlined.cc (3279 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_chrome_testcase.cc (3288 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_condition_overflow.cc (3290 of 38616) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_loop_overfow.cc (3291 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/asan-sigbus.cpp (3395 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (3399 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/closed-fds.cc (3400 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/deep_thread_stack.cc (3404 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (3419 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/new_array_cookie_uaf_test.cc (3424 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/shared-lib-test.cc (3429 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/stack-use-after-return.cc (3430 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/strndup_oob_test.cc (3435 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait.cc (3437 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait3.cc (3438 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait4.cc (3440 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/waitid.cc (3539 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_detect_custom_size_.cc (3541 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_big_alignment.cc (3542 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_overflow_partial.cc (3545 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_overflow_right.cc (3546 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_underflow_left.cc (3548 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_double_free.cc (3562 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/contiguous_container.cc (3565 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_stacks.cc (3568 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_report.cc (3569 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/deep_stack_uaf.cc (3571 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/describe_address.cc (3573 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/double-free.cc (3574 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/frexp_interceptor.cc (3577 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/global-overflow.cc (3581 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/heap-overflow.cc (3585 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/heavy_uar_test.cc (3587 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/initialization-bug.cc (3590 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/invalid-free.cc (3598 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/invalid-pointer-pairs.cc (3599 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/large_func_test.cc (3600 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/longjmp.cc (3601 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/null_deref.cc (3610 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/partial_right.cc (3613 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/print_summary.cc (3615 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/sanity_check_pure_c.c (3624 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/scariness_score_test.cc (3626 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/stack-buffer-overflow.cc (3631 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/strdup_oob_test.cc (3646 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/strncpy-overflow.cc (3647 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/throw_catch.cc (3667 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/uar_and_exceptions.cc (3669 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/time_interceptor.cc (3670 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-free-right.cc (3672 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-delete.cc (3673 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-free.cc (3674 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-scope-inlined.cc (3681 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_chrome_testcase.cc (3690 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_condition_overflow.cc (3691 of 38616) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_loop_overfow.cc (3697 of 38616) > FAIL: LLVM :: Bindings/Go/go.test (17478 of 38616) > FAIL llvm.org/llvm/bindings/go/llvm [build failed] > FAIL: ThreadSanitizer-x86_64 :: strerror_r.cc (36584 of 38616) > FAIL: ThreadSanitizer-x86_64 :: signal_reset.cc (38615 of 38616) > FAIL: ThreadSanitizer-x86_64 :: signal_sync2.cc (38616 of 38616) > FAIL: LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/DummyRPC.TestClearHandlers (1351 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.DoubleFreeTest (2514 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2540 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2574 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.WrongFreeTest (2580 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.DoubleFreeTest (2623 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2649 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2683 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.WrongFreeTest (2690 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.DoubleFreeTest (2732 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2757 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2792 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizer.WrongFreeTest (2798 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.DoubleFreeTest (2842 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2867 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2905 of 38650) > FAIL: AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizer.WrongFreeTest (2909 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-sigbus.cpp (3030 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (3034 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/closed-fds.cc (3036 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/deep_thread_stack.cc (3039 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc (3042 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (3053 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/shared-lib-test.cc (3063 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/stack-use-after-return.cc (3064 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/strndup_oob_test.cc (3069 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait.cc (3071 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait3.cc (3072 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait4.cc (3074 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/waitid.cc (3172 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_big_alignment.cc (3173 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_detect_custom_size_.cc (3177 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_partial.cc (3179 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_right.cc (3180 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_underflow_left.cc (3183 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_double_free.cc (3196 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_report.cc (3201 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_stacks.cc (3202 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/deep_stack_uaf.cc (3204 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/describe_address.cc (3206 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/double-free.cc (3207 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/frexp_interceptor.cc (3211 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/global-overflow.cc (3214 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/heap-overflow.cc (3218 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/heavy_uar_test.cc (3219 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/initialization-bug.cc (3222 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-free.cc (3230 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/large_func_test.cc (3231 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-pointer-pairs.cc (3232 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/null_deref.cc (3243 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/partial_right.cc (3245 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/print_summary.cc (3248 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/sanity_check_pure_c.c (3258 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/stack-buffer-overflow.cc (3264 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/strdup_oob_test.cc (3277 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/strncpy-overflow.cc (3281 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/time_interceptor.cc (3301 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-delete.cc (3305 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free-right.cc (3306 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free.cc (3307 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-scope-inlined.cc (3314 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_chrome_testcase.cc (3323 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_condition_overflow.cc (3324 of 38650) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_loop_overfow.cc (3325 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/asan-sigbus.cpp (3428 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/closed-fds.cc (3433 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (3434 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/deep_thread_stack.cc (3439 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (3453 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/new_array_cookie_uaf_test.cc (3458 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/shared-lib-test.cc (3463 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/stack-use-after-return.cc (3465 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/strndup_oob_test.cc (3468 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait.cc (3472 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait3.cc (3473 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/wait4.cc (3474 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/Posix/waitid.cc (3572 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_big_alignment.cc (3575 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_detect_custom_size_.cc (3576 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_overflow_partial.cc (3578 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_overflow_right.cc (3581 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/alloca_underflow_left.cc (3583 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_double_free.cc (3596 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/contiguous_container.cc (3599 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_report.cc (3602 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/debug_stacks.cc (3604 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/deep_stack_uaf.cc (3605 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/describe_address.cc (3607 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/double-free.cc (3608 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/frexp_interceptor.cc (3610 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/global-overflow.cc (3615 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/heap-overflow.cc (3619 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/heavy_uar_test.cc (3622 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/initialization-bug.cc (3624 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/invalid-free.cc (3632 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/large_func_test.cc (3633 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/invalid-pointer-pairs.cc (3634 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/longjmp.cc (3635 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/null_deref.cc (3644 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/partial_right.cc (3647 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/print_summary.cc (3648 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/sanity_check_pure_c.c (3658 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/scariness_score_test.cc (3660 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/stack-buffer-overflow.cc (3666 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/strdup_oob_test.cc (3680 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/strncpy-overflow.cc (3681 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/throw_catch.cc (3701 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/time_interceptor.cc (3703 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/uar_and_exceptions.cc (3704 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-delete.cc (3706 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-free-right.cc (3707 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-free.cc (3709 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/use-after-scope-inlined.cc (3714 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_chrome_testcase.cc (3724 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_condition_overflow.cc (3725 of 38650) > FAIL: AddressSanitizer-x86_64-freebsd :: TestCases/vla_loop_overfow.cc (3729 of 38650) > FAIL: LLVM :: Bindings/Go/go.test (17579 of 38650) > FAIL llvm.org/llvm/bindings/go/llvm [build failed] > FAIL: ThreadSanitizer-x86_64 :: strerror_r.cc (36618 of 38650) > FAIL: ThreadSanitizer-x86_64 :: signal_reset.cc (38649 of 38650) > FAIL: ThreadSanitizer-x86_64 :: race_on_mutex2.c (38650 of 38650) > > Test failures on i386-freebsd10: > > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.DoubleFreeTest (2480 of 36865) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2505 of 36865) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2542 of 36865) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.WrongFreeTest (2546 of 36865) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.DoubleFreeTest (2589 of 36865) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2614 of 36865) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2650 of 36865) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.WrongFreeTest (2655 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-sigbus.cpp (2776 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (2780 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/closed-fds.cc (2781 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/deep_thread_stack.cc (2786 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc (2788 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (2799 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/shared-lib-test.cc (2809 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/stack-use-after-return.cc (2810 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/strndup_oob_test.cc (2815 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait.cc (2817 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait3.cc (2818 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait4.cc (2820 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/waitid.cc (2918 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_big_alignment.cc (2919 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_detect_custom_size_.cc (2922 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_partial.cc (2925 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_underflow_left.cc (2927 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_right.cc (2928 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_double_free.cc (2945 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_stacks.cc (2947 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_report.cc (2948 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/deep_stack_uaf.cc (2950 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/describe_address.cc (2952 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/double-free.cc (2953 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/frexp_interceptor.cc (2956 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/global-overflow.cc (2961 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/heap-overflow.cc (2964 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/heavy_uar_test.cc (2965 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/initialization-bug.cc (2968 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-free.cc (2975 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/large_func_test.cc (2977 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-pointer-pairs.cc (2978 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/null_deref.cc (2989 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/partial_right.cc (2991 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/print_summary.cc (2994 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/sanity_check_pure_c.c (3004 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/stack-buffer-overflow.cc (3010 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/strdup_oob_test.cc (3023 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/strncpy-overflow.cc (3027 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/time_interceptor.cc (3047 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-delete.cc (3051 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free-right.cc (3052 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free.cc (3053 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-scope-inlined.cc (3059 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_chrome_testcase.cc (3068 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_condition_overflow.cc (3070 of 36865) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_loop_overfow.cc (3071 of 36865) > FAIL: LLVM :: Bindings/Go/go.test (16654 of 36865) > FAIL llvm.org/llvm/bindings/go/llvm [build failed] > FAIL: lldb :: Expr/TestCallUserDefinedFunction.test (36526 of 36865) > FAIL: lldb :: Expr/TestCallUserAnonTypedef.test (36527 of 36865) > FAIL: lldb :: Expr/TestCallStopAndContinue.test (36528 of 36865) > FAIL: lldb-Unit :: Utility/./UtilityTests/TaskPoolTest.RunTasks (36865 of 36865) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.DoubleFreeTest (2514 of 36899) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.ReallocFreedPointerTest (2539 of 36899) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.UseThenFreeThenUseTest (2577 of 36899) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-inline-Test/AddressSanitizer.WrongFreeTest (2580 of 36899) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.DoubleFreeTest (2623 of 36899) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.ReallocFreedPointerTest (2648 of 36899) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.UseThenFreeThenUseTest (2684 of 36899) > FAIL: AddressSanitizer-Unit :: ./Asan-i386-with-calls-Test/AddressSanitizer.WrongFreeTest (2689 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-sigbus.cpp (2811 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/asan-symbolize-sanity-test.cc (2814 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/closed-fds.cc (2816 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/deep_thread_stack.cc (2819 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc (2821 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/interception-in-shared-lib-test.cc (2834 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/shared-lib-test.cc (2843 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/stack-use-after-return.cc (2844 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/strndup_oob_test.cc (2848 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait.cc (2851 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait3.cc (2852 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/wait4.cc (2853 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/Posix/waitid.cc (2952 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_big_alignment.cc (2953 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_detect_custom_size_.cc (2956 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_partial.cc (2959 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_overflow_right.cc (2960 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/alloca_underflow_left.cc (2963 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_double_free.cc (2977 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_stacks.cc (2981 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/debug_report.cc (2982 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/deep_stack_uaf.cc (2984 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/describe_address.cc (2986 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/double-free.cc (2987 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/frexp_interceptor.cc (2991 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/global-overflow.cc (2994 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/heap-overflow.cc (2997 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/heavy_uar_test.cc (2999 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/initialization-bug.cc (3002 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-free.cc (3009 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/invalid-pointer-pairs.cc (3011 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/large_func_test.cc (3012 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/null_deref.cc (3023 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/partial_right.cc (3025 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/print_summary.cc (3028 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/sanity_check_pure_c.c (3038 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/stack-buffer-overflow.cc (3044 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/strdup_oob_test.cc (3057 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/strncpy-overflow.cc (3061 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/time_interceptor.cc (3081 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-delete.cc (3085 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free-right.cc (3087 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-free.cc (3088 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/use-after-scope-inlined.cc (3093 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_chrome_testcase.cc (3103 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_condition_overflow.cc (3104 of 36899) > FAIL: AddressSanitizer-i386-freebsd :: TestCases/vla_loop_overfow.cc (3105 of 36899) > FAIL: LLVM :: Bindings/Go/go.test (16672 of 36899) > FAIL llvm.org/llvm/bindings/go/llvm [build failed] > FAIL: lldb :: Expr/TestCallUserAnonTypedef.test (36560 of 36899) > FAIL: lldb :: Expr/TestCallUserDefinedFunction.test (36561 of 36899) > FAIL: lldb :: Expr/TestCallStopAndContinue.test (36562 of 36899)Do we know what's up with all of these ASan failures? Is there a bug for it?
Simon Dardis via llvm-dev
2017-Aug-01 10:01 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
Hi all, I have new regressions for mips(el)-linux-gnu, some of which I have patches for: I have patch for (believe this to be a libc bug): LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidCURef LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidLineFileIndex LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidLineSequence LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidStmtList This appears to be a known regression (PR32910): Builtins-mips64-linux :: divtc3_test.c New, investigating: Clang :: Index/IBOutletCollection.m Clang :: Index/TestClassDecl.m Clang :: Index/TestClassForwardDecl.m Clang :: Index/allow-editor-placeholders.cpp Clang :: Index/annotate-attribute.cpp Clang :: Index/annotate-comments-availability-attrs.cpp Clang :: Index/annotate-comments-objc.m Clang :: Index/annotate-comments-property-accessor.m Clang :: Index/annotate-comments-typedef.m Clang :: Index/annotate-comments-unterminated.c Clang :: Index/annotate-comments.cpp Clang :: Index/annotate-context-sensitive.cpp Clang :: Index/annotate-deep-statements.cpp Clang :: Index/annotate-literals.m Clang :: Index/annotate-macro-args.m Clang :: Index/annotate-module.m Clang :: Index/annotate-nested-name-specifier.cpp Clang :: Index/annotate-parameterized-classes.m Clang :: Index/annotate-subscripting.m Clang :: Index/annotate-tokens-cxx0x.cpp Clang :: Index/annotate-tokens-include.c Clang :: Index/annotate-tokens-pp.c Clang :: Index/annotate-tokens-preamble.c Clang :: Index/annotate-tokens-with-default-args.cpp Clang :: Index/annotate-tokens.c Clang :: Index/annotate-tokens.cpp Clang :: Index/annotate-tokens.m Clang :: Index/annotate-toplevel-in-objccontainer.m Clang :: Index/arc-annotate.m Clang :: Index/asm-attribute.c Clang :: Index/attributes-cuda.cu Clang :: Index/attributes.c Clang :: Index/availability.c Clang :: Index/availability.cpp Clang :: Index/blocks.c Clang :: Index/boxed-exprs.m Clang :: Index/c-index-api-loadTU-test.m Clang :: Index/c-index-getCursor-pp.c Clang :: Index/c-index-getCursor-test.m Clang :: Index/c-index-pch.c Clang :: Index/c-index-redecls.c Clang :: Index/cindex-from-source.m Clang :: Index/cindex-on-invalid.m Clang :: Index/comment-c-decls.c Clang :: Index/comment-cplus-decls.cpp Clang :: Index/comment-cplus-template-decls.cpp Clang :: Index/comment-cplus11-specific.cpp Clang :: Index/comment-custom-block-command.cpp Clang :: Index/comment-lots-of-unknown-commands.c Clang :: Index/comment-misc-tags.m Clang :: Index/comment-objc-decls.m Clang :: Index/comment-objc-parameterized-classes.m Clang :: Index/comment-to-html-xml-conversion.cpp Clang :: Index/comment-unqualified-objc-pointer.m Clang :: Index/comment-with-preamble.c Clang :: Index/complete-module-undef.m Clang :: Index/crash-recovery-modules.m Clang :: Index/ctor-init-source-loc.cpp Clang :: Index/cursor-ref-names.cpp Clang :: Index/cxx11-lambdas.cpp Clang :: Index/evaluate-cursor.cpp Clang :: Index/file-includes.c Clang :: Index/file-macro-refs.c Clang :: Index/file-refs-subscripting.m Clang :: Index/file-refs.c Clang :: Index/file-refs.cpp Clang :: Index/file-refs.m Clang :: Index/fix-its.c Clang :: Index/fix-its.m Clang :: Index/format-comment-cdecls.c Clang :: Index/get-cursor-includes.c Clang :: Index/get-cursor.c Clang :: Index/get-cursor.cpp Clang :: Index/get-cursor.m Clang :: Index/getcursor-pp-pch.c Clang :: Index/getcursor-preamble.m Clang :: Index/headerfile-comment-to-html.m Clang :: Index/in-class-init.cpp Clang :: Index/index-attrs.c Clang :: Index/index-attrs.cpp Clang :: Index/index-attrs.m Clang :: Index/index-decls.m Clang :: Index/index-file.cpp Clang :: Index/index-file.cu Clang :: Index/index-invalid-code.m Clang :: Index/index-kernel-invocation.cpp Clang :: Index/index-many-call-ops.cpp Clang :: Index/index-many-logical-ops.c Clang :: Index/index-module-with-vfs.m Clang :: Index/index-module.m Clang :: Index/index-pch-objc.m Clang :: Index/index-pch-with-module.m Clang :: Index/index-pch.cpp Clang :: Index/index-refs.cpp Clang :: Index/index-refs.m Clang :: Index/index-subscripting-literals.m Clang :: Index/index-suppress-refs.cpp Clang :: Index/index-suppress-refs.m Clang :: Index/index-templates.cpp Clang :: Index/index-with-working-dir.c Clang :: Index/invalid-code-rdar10451854.m Clang :: Index/invalid-code-rdar_7833619.m Clang :: Index/invalid-rdar-8236270.cpp Clang :: Index/keep-going.cpp Clang :: Index/linkage.c Clang :: Index/load-classes.cpp Clang :: Index/load-decls.c Clang :: Index/load-exprs.c Clang :: Index/load-namespaces.cpp Clang :: Index/load-staticassert.cpp Clang :: Index/load-stmts.cpp Clang :: Index/local-symbols.m Clang :: Index/modules-objc-categories.m Clang :: Index/ms-if-exists.cpp Clang :: Index/namespaced-base-ctor-init.cpp Clang :: Index/nested-binaryoperators.cpp Clang :: Index/opencl-types.cl Clang :: Index/overrides.cpp Clang :: Index/overrides.m Clang :: Index/overriding-ftemplate-comments.cpp Clang :: Index/overriding-method-comments.mm Clang :: Index/parse-all-comments.c Clang :: Index/pch-opaque-value.cpp Clang :: Index/pch-warn-as-error-code-split.cpp Clang :: Index/pch-warn-as-error-code.cpp Clang :: Index/pch-with-errors.c Clang :: Index/pch-with-errors.m Clang :: Index/pr20320.cpp Clang :: Index/pragma-diag-reparse.c Clang :: Index/preamble-reparse-chained.c Clang :: Index/preamble-reparse-cmd-define.c Clang :: Index/preamble-reparse-import.m Clang :: Index/preamble-reparse-warn-end-of-file.c Clang :: Index/preamble-reparse-warn-macro.c Clang :: Index/preamble-reparse-with-BOM.m Clang :: Index/preamble-reparse.c Clang :: Index/preamble.c Clang :: Index/preamble_macro_template.cpp Clang :: Index/print-bitwidth.c Clang :: Index/print-cxx-manglings.cpp Clang :: Index/print-display-names.cpp Clang :: Index/print-mangled-name.cpp Clang :: Index/print-type-cxx11.cpp Clang :: Index/print-type-declaration.cpp Clang :: Index/print-type-size.cpp Clang :: Index/print-type.c Clang :: Index/print-type.cpp Clang :: Index/print-type.m Clang :: Index/properties-class-extensions.m Clang :: Index/rdar-8288645-invalid-code.mm Clang :: Index/recursive-cxx-member-calls.cpp Clang :: Index/recursive-member-access.c Clang :: Index/redeclarations.cpp Clang :: Index/remap-cursor-at.c Clang :: Index/remap-load.c Clang :: Index/reparse-instantiate.cpp Clang :: Index/reparse-predef-objc-protocol.m Clang :: Index/reparse-with-remaps/reparse.c Clang :: Index/retain-comments-from-system-headers.c Clang :: Index/retain-target-options.c Clang :: Index/single-file-parse.m Clang :: Index/skip-parsed-bodies/compile_commands.json Clang :: Index/skipped-ranges.c Clang :: Index/subclass-comment.mm Clang :: Index/symbol-visibility.c Clang :: Index/targeted-annotation.c Clang :: Index/targeted-cursor.c Clang :: Index/targeted-file-refs.c Clang :: Index/unmatched-braces.c Clang :: Index/unmatched-braces.m Clang :: Index/usrs-cxx0x.cpp Clang :: Index/usrs.cpp Clang :: Index/usrs.m Clang :: Index/visibility.c Clang :: Index/warning-flags.c Clang :: Parser/skip-function-bodies.mm Clang :: Sema/warn-documentation-unknown-command.cpp Clang :: Sema/warn-documentation.cpp Clang Tools :: clang-tidy/basic.cpp Clang Tools :: include-fixer/yamldb_plugin.cpp Known from previous, have a review in progress for: DataFlowSanitizer-mips64 :: propagate.c Same libc bug: LLVM :: DebugInfo/dwarfdump-str-offsets.test LLVM :: tools/llvm-objdump/AArch64/macho-reloc-addend.test Testsuite appears clean. x86_64-linux-debian8 looks clean. Currently I'm getting "Couldn't write to remote file "/home/testers/uploads/clang+llvm-5.0.0-rc1-mips-linux-gnu.tar.xz": Failure", does that account need more space? SHA1(clang+llvm-5.0.0-rc1-mips-linux-gnu.tar.xz)= ef27e42baa25460edd3ceb2207e93a9a1d0f504e SHA1(clang+llvm-5.0.0-rc1-mipsel-linux-gnu.tar.xz)= 84b5c5e38e7d7e14af3f5482125a56172eeabd20 SHA1(clang+llvm-5.0.0-rc1-x86_64-linux-gnu-debian8.tar.xz)= dede2aa20b591c878794587fdea22369bbc00516 Hashes for when I can upload the binaries. Thanks, Simon ________________________________________ From: cfe-dev [cfe-dev-bounces at lists.llvm.org] on behalf of Hans Wennborg via cfe-dev [cfe-dev at lists.llvm.org] Sent: 26 July 2017 23:41 To: Release-testers Cc: llvm-dev; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB Dev Subject: [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged Dear testers, 5.0.0-rc1 has just been tagged. Please build, test and upload binaries to the sftp. Let me know if there are any issues. I'll upload sources, docs, and your binaries to the pre-release website once they're ready. Thanks, Hans _______________________________________________ cfe-dev mailing list cfe-dev at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
Hans Wennborg via llvm-dev
2017-Aug-01 16:13 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
On Tue, Aug 1, 2017 at 3:01 AM, Simon Dardis <Simon.Dardis at imgtec.com> wrote:> Currently I'm getting "Couldn't write to remote file "/home/testers/uploads/clang+llvm-5.0.0-rc1-mips-linux-gnu.tar.xz": Failure", > does that account need more space?Yes, the partition is full. I've asked Anton to see if we can fix this.
Andrew Kelley via llvm-dev
2017-Aug-09 15:07 UTC
[llvm-dev] [5.0.0 Release] Release Candidate 1 tagged
Hans, 5.0.0-rc1 is passing all tests for zig project. Could we add it to External Open Source Projects Using LLVM 4.0 in the release notes? Zig Programming Language (ziglang.org) Zig is an open-source programming language designed for robustness, optimality, and clarity. It integrates closely with C and is intended to eventually take the place of C. It uses LLVM to produce highly optimized native code and to cross-compile for any target out of the box. Zig is in alpha; with a beta release expected in September. Regards, Andrew On Wed, Jul 26, 2017 at 6:41 PM, Hans Wennborg via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Dear testers, > > 5.0.0-rc1 has just been tagged. > > Please build, test and upload binaries to the sftp. Let me know if > there are any issues. > > I'll upload sources, docs, and your binaries to the pre-release > website once they're ready. > > Thanks, > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://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/20170809/5bd6cc0c/attachment.html>
Hans Wennborg via llvm-dev
2017-Aug-09 17:37 UTC
[llvm-dev] [5.0.0 Release] Release Candidate 1 tagged
Added in r310500. Thanks for thinking of the release notes! :-) On Wed, Aug 9, 2017 at 8:07 AM, Andrew Kelley <superjoe30 at gmail.com> wrote:> Hans, > > 5.0.0-rc1 is passing all tests for zig project. Could we add it to External > Open Source Projects Using LLVM 4.0 in the release notes? > > Zig Programming Language (ziglang.org) > > Zig is an open-source programming language designed for robustness, > optimality, and clarity. It integrates closely with C and is intended to > eventually take the place of C. It uses LLVM to produce highly optimized > native code and to cross-compile for any target out of the box. Zig is in > alpha; with a beta release expected in September. > > Regards, > Andrew > > > > > On Wed, Jul 26, 2017 at 6:41 PM, Hans Wennborg via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> Dear testers, >> >> 5.0.0-rc1 has just been tagged. >> >> Please build, test and upload binaries to the sftp. Let me know if >> there are any issues. >> >> I'll upload sources, docs, and your binaries to the pre-release >> website once they're ready. >> >> Thanks, >> Hans >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >
Alex Bradbury via llvm-dev
2017-Aug-09 19:22 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
On 26 July 2017 at 23:41, Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org> wrote:> Dear testers, > > 5.0.0-rc1 has just been tagged. > > Please build, test and upload binaries to the sftp. Let me know if > there are any issues.On 26 July 2017 at 23:41, Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org> wrote:> Dear testers, > > 5.0.0-rc1 has just been tagged. > > Please build, test and upload binaries to the sftp. Let me know if > there are any issues.Hi Hans. You may want to consider whether to include the resolution to this issue (mistakenly building RISCV by default) for rc2 http://lists.llvm.org/pipermail/llvm-dev/2017-August/116347.html. I think we got lucky here, in that the fix is obvious and there should be no real impact on end-users, hopefully others on llvm-dev will confirm this view. Best, Alex
Hans Wennborg via llvm-dev
2017-Aug-09 19:49 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
On Wed, Aug 9, 2017 at 12:22 PM, Alex Bradbury <asb at asbradbury.org> wrote:> On 26 July 2017 at 23:41, Hans Wennborg via cfe-dev > <cfe-dev at lists.llvm.org> wrote: >> Dear testers, >> >> 5.0.0-rc1 has just been tagged. >> >> Please build, test and upload binaries to the sftp. Let me know if >> there are any issues. > > On 26 July 2017 at 23:41, Hans Wennborg via cfe-dev > <cfe-dev at lists.llvm.org> wrote: >> Dear testers, >> >> 5.0.0-rc1 has just been tagged. >> >> Please build, test and upload binaries to the sftp. Let me know if >> there are any issues. > > Hi Hans. You may want to consider whether to include the resolution to > this issue (mistakenly building RISCV by default) for rc2 > http://lists.llvm.org/pipermail/llvm-dev/2017-August/116347.html. I > think we got lucky here, in that the fix is obvious and there should > be no real impact on end-users, hopefully others on llvm-dev will > confirm this view.Thanks! I'll follow the patch. Cheers, Hans
Hans Wennborg via llvm-dev
2017-Aug-24 21:49 UTC
[llvm-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
On Tue, Aug 1, 2017 at 3:01 AM, Simon Dardis <Simon.Dardis at imgtec.com> wrote:> Hi all, > > I have new regressions for mips(el)-linux-gnu, some of which I have patches for: > > I have patch for (believe this to be a libc bug): > LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidCURef > LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidLineFileIndex > LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidLineSequence > LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidStmtList > This appears to be a known regression (PR32910): > Builtins-mips64-linux :: divtc3_test.c > New, investigating: > Clang :: Index/IBOutletCollection.m > Clang :: Index/TestClassDecl.m > Clang :: Index/TestClassForwardDecl.m > Clang :: Index/allow-editor-placeholders.cpp > Clang :: Index/annotate-attribute.cpp > Clang :: Index/annotate-comments-availability-attrs.cpp > Clang :: Index/annotate-comments-objc.m > Clang :: Index/annotate-comments-property-accessor.m > Clang :: Index/annotate-comments-typedef.m > Clang :: Index/annotate-comments-unterminated.c > Clang :: Index/annotate-comments.cpp > Clang :: Index/annotate-context-sensitive.cpp > Clang :: Index/annotate-deep-statements.cpp > Clang :: Index/annotate-literals.m > Clang :: Index/annotate-macro-args.m > Clang :: Index/annotate-module.m > Clang :: Index/annotate-nested-name-specifier.cpp > Clang :: Index/annotate-parameterized-classes.m > Clang :: Index/annotate-subscripting.m > Clang :: Index/annotate-tokens-cxx0x.cpp > Clang :: Index/annotate-tokens-include.c > Clang :: Index/annotate-tokens-pp.c > Clang :: Index/annotate-tokens-preamble.c > Clang :: Index/annotate-tokens-with-default-args.cpp > Clang :: Index/annotate-tokens.c > Clang :: Index/annotate-tokens.cpp > Clang :: Index/annotate-tokens.m > Clang :: Index/annotate-toplevel-in-objccontainer.m > Clang :: Index/arc-annotate.m > Clang :: Index/asm-attribute.c > Clang :: Index/attributes-cuda.cu > Clang :: Index/attributes.c > Clang :: Index/availability.c > Clang :: Index/availability.cpp > Clang :: Index/blocks.c > Clang :: Index/boxed-exprs.m > Clang :: Index/c-index-api-loadTU-test.m > Clang :: Index/c-index-getCursor-pp.c > Clang :: Index/c-index-getCursor-test.m > Clang :: Index/c-index-pch.c > Clang :: Index/c-index-redecls.c > Clang :: Index/cindex-from-source.m > Clang :: Index/cindex-on-invalid.m > Clang :: Index/comment-c-decls.c > Clang :: Index/comment-cplus-decls.cpp > Clang :: Index/comment-cplus-template-decls.cpp > Clang :: Index/comment-cplus11-specific.cpp > Clang :: Index/comment-custom-block-command.cpp > Clang :: Index/comment-lots-of-unknown-commands.c > Clang :: Index/comment-misc-tags.m > Clang :: Index/comment-objc-decls.m > Clang :: Index/comment-objc-parameterized-classes.m > Clang :: Index/comment-to-html-xml-conversion.cpp > Clang :: Index/comment-unqualified-objc-pointer.m > Clang :: Index/comment-with-preamble.c > Clang :: Index/complete-module-undef.m > Clang :: Index/crash-recovery-modules.m > Clang :: Index/ctor-init-source-loc.cpp > Clang :: Index/cursor-ref-names.cpp > Clang :: Index/cxx11-lambdas.cpp > Clang :: Index/evaluate-cursor.cpp > Clang :: Index/file-includes.c > Clang :: Index/file-macro-refs.c > Clang :: Index/file-refs-subscripting.m > Clang :: Index/file-refs.c > Clang :: Index/file-refs.cpp > Clang :: Index/file-refs.m > Clang :: Index/fix-its.c > Clang :: Index/fix-its.m > Clang :: Index/format-comment-cdecls.c > Clang :: Index/get-cursor-includes.c > Clang :: Index/get-cursor.c > Clang :: Index/get-cursor.cpp > Clang :: Index/get-cursor.m > Clang :: Index/getcursor-pp-pch.c > Clang :: Index/getcursor-preamble.m > Clang :: Index/headerfile-comment-to-html.m > Clang :: Index/in-class-init.cpp > Clang :: Index/index-attrs.c > Clang :: Index/index-attrs.cpp > Clang :: Index/index-attrs.m > Clang :: Index/index-decls.m > Clang :: Index/index-file.cpp > Clang :: Index/index-file.cu > Clang :: Index/index-invalid-code.m > Clang :: Index/index-kernel-invocation.cpp > Clang :: Index/index-many-call-ops.cpp > Clang :: Index/index-many-logical-ops.c > Clang :: Index/index-module-with-vfs.m > Clang :: Index/index-module.m > Clang :: Index/index-pch-objc.m > Clang :: Index/index-pch-with-module.m > Clang :: Index/index-pch.cpp > Clang :: Index/index-refs.cpp > Clang :: Index/index-refs.m > Clang :: Index/index-subscripting-literals.m > Clang :: Index/index-suppress-refs.cpp > Clang :: Index/index-suppress-refs.m > Clang :: Index/index-templates.cpp > Clang :: Index/index-with-working-dir.c > Clang :: Index/invalid-code-rdar10451854.m > Clang :: Index/invalid-code-rdar_7833619.m > Clang :: Index/invalid-rdar-8236270.cpp > Clang :: Index/keep-going.cpp > Clang :: Index/linkage.c > Clang :: Index/load-classes.cpp > Clang :: Index/load-decls.c > Clang :: Index/load-exprs.c > Clang :: Index/load-namespaces.cpp > Clang :: Index/load-staticassert.cpp > Clang :: Index/load-stmts.cpp > Clang :: Index/local-symbols.m > Clang :: Index/modules-objc-categories.m > Clang :: Index/ms-if-exists.cpp > Clang :: Index/namespaced-base-ctor-init.cpp > Clang :: Index/nested-binaryoperators.cpp > Clang :: Index/opencl-types.cl > Clang :: Index/overrides.cpp > Clang :: Index/overrides.m > Clang :: Index/overriding-ftemplate-comments.cpp > Clang :: Index/overriding-method-comments.mm > Clang :: Index/parse-all-comments.c > Clang :: Index/pch-opaque-value.cpp > Clang :: Index/pch-warn-as-error-code-split.cpp > Clang :: Index/pch-warn-as-error-code.cpp > Clang :: Index/pch-with-errors.c > Clang :: Index/pch-with-errors.m > Clang :: Index/pr20320.cpp > Clang :: Index/pragma-diag-reparse.c > Clang :: Index/preamble-reparse-chained.c > Clang :: Index/preamble-reparse-cmd-define.c > Clang :: Index/preamble-reparse-import.m > Clang :: Index/preamble-reparse-warn-end-of-file.c > Clang :: Index/preamble-reparse-warn-macro.c > Clang :: Index/preamble-reparse-with-BOM.m > Clang :: Index/preamble-reparse.c > Clang :: Index/preamble.c > Clang :: Index/preamble_macro_template.cpp > Clang :: Index/print-bitwidth.c > Clang :: Index/print-cxx-manglings.cpp > Clang :: Index/print-display-names.cpp > Clang :: Index/print-mangled-name.cpp > Clang :: Index/print-type-cxx11.cpp > Clang :: Index/print-type-declaration.cpp > Clang :: Index/print-type-size.cpp > Clang :: Index/print-type.c > Clang :: Index/print-type.cpp > Clang :: Index/print-type.m > Clang :: Index/properties-class-extensions.m > Clang :: Index/rdar-8288645-invalid-code.mm > Clang :: Index/recursive-cxx-member-calls.cpp > Clang :: Index/recursive-member-access.c > Clang :: Index/redeclarations.cpp > Clang :: Index/remap-cursor-at.c > Clang :: Index/remap-load.c > Clang :: Index/reparse-instantiate.cpp > Clang :: Index/reparse-predef-objc-protocol.m > Clang :: Index/reparse-with-remaps/reparse.c > Clang :: Index/retain-comments-from-system-headers.c > Clang :: Index/retain-target-options.c > Clang :: Index/single-file-parse.m > Clang :: Index/skip-parsed-bodies/compile_commands.json > Clang :: Index/skipped-ranges.c > Clang :: Index/subclass-comment.mm > Clang :: Index/symbol-visibility.c > Clang :: Index/targeted-annotation.c > Clang :: Index/targeted-cursor.c > Clang :: Index/targeted-file-refs.c > Clang :: Index/unmatched-braces.c > Clang :: Index/unmatched-braces.m > Clang :: Index/usrs-cxx0x.cpp > Clang :: Index/usrs.cpp > Clang :: Index/usrs.m > Clang :: Index/visibility.c > Clang :: Index/warning-flags.c > Clang :: Parser/skip-function-bodies.mm > Clang :: Sema/warn-documentation-unknown-command.cpp > Clang :: Sema/warn-documentation.cpp > Clang Tools :: clang-tidy/basic.cpp > Clang Tools :: include-fixer/yamldb_plugin.cpp > Known from previous, have a review in progress for: > DataFlowSanitizer-mips64 :: propagate.c > Same libc bug: > LLVM :: DebugInfo/dwarfdump-str-offsets.test > LLVM :: tools/llvm-objdump/AArch64/macho-reloc-addend.test > > Testsuite appears clean.What's the latest status on these tests. Are there issues here we need to address before the release? Can you file bugs about them if so? Thanks, Hans