search for: addresssanitizermac

Displaying 6 results from an estimated 6 matches for "addresssanitizermac".

2012 Dec 23
0
[LLVMdev] llvm 3.2 regression
...: 1109.29s Expected Passes : 12465 Expected Failures : 81 Unsupported Tests : 85 [100%] Built target check-all And Asan on Mac [==========] Running 109 tests from 3 test cases. [----------] Global test environment set-up. ... lots and lots of RUN OK tests ... [----------] 17 tests from AddressSanitizerMac [ RUN ] AddressSanitizerMac.CFAllocatorDefaultDoubleFree [ OK ] AddressSanitizerMac.CFAllocatorDefaultDoubleFree (1573 ms) [ RUN ] AddressSanitizerMac.CFAllocatorDefaultDoubleFree_ChildPhread [ OK ] AddressSanitizerMac.CFAllocatorDefaultDoubleFree_ChildPhread (1549 ms) [ RUN...
2012 Dec 20
2
[LLVMdev] llvm 3.2 regression
...Running all regression tests lit.py: lit.common.cfg:19: note: using clang: '/sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/bin/clang' lit.py: lit.cfg:171: note: using clang: '/sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/bin/./clang' FAIL: AddressSanitizer-Unit :: Release/AsanTest/AddressSanitizerMac.GCDSourceCancel (162 of 12631) ******************** TEST 'AddressSanitizer-Unit :: Release/AsanTest/AddressSanitizerMac.GCDSourceCancel' FAILED ******************** Note: Google Test filter = AddressSanitizerMac.GCDSourceCancel [==========] Running 1 test from 1 test case. [----------] Glob...
2012 Dec 20
2
[LLVMdev] llvm 3.2 regression
...t.cc?sortby=log&r1=145953&r2=145952&pathrev=145953 with... Index: lib/asan/tests/asan_test.cc =================================================================== --- lib/asan/tests/asan_test.cc (revision 170724) +++ lib/asan/tests/asan_test.cc (working copy) @@ -2046,7 +2046,7 @@ TEST(AddressSanitizerMac, GCDSourceEvent EXPECT_DEATH(TestGCDSourceEvent(), "Shadow byte and word"); } -TEST(AddressSanitizerMac, GCDSourceCancel) { +TEST(AddressSanitizerMac, DISABLED_GCDSourceCancel) { // Make sure the whole ASan report is printed, i.e. that we don't die // on a CHECK. EXPECT...
2012 Dec 21
0
[LLVMdev] llvm 3.2 regression
...45952&pathrev=145953 > > with... > > Index: lib/asan/tests/asan_test.cc > =================================================================== > --- lib/asan/tests/asan_test.cc (revision 170724) > +++ lib/asan/tests/asan_test.cc (working copy) > @@ -2046,7 +2046,7 @@ TEST(AddressSanitizerMac, GCDSourceEvent > EXPECT_DEATH(TestGCDSourceEvent(), "Shadow byte and word"); > } > > -TEST(AddressSanitizerMac, GCDSourceCancel) { > +TEST(AddressSanitizerMac, DISABLED_GCDSourceCancel) { > // Make sure the whole ASan report is printed, i.e. that we don't die...
2012 Dec 21
1
[LLVMdev] llvm 3.2 regression
...; >> with... >> >> Index: lib/asan/tests/asan_test.cc >> =================================================================== >> --- lib/asan/tests/asan_test.cc (revision 170724) >> +++ lib/asan/tests/asan_test.cc (working copy) >> @@ -2046,7 +2046,7 @@ TEST(AddressSanitizerMac, GCDSourceEvent >> EXPECT_DEATH(TestGCDSourceEvent(), "Shadow byte and word"); >> } >> >> -TEST(AddressSanitizerMac, GCDSourceCancel) { >> +TEST(AddressSanitizerMac, DISABLED_GCDSourceCancel) { >> // Make sure the whole ASan report is printed, i....
2012 Dec 20
0
[LLVMdev] llvm 3.2 regression
> Can this be fixed before the 3.2 release? Given that release is tomorrow, then - no, unfortunately. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University