search for: gcdsourceev

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

2012 Dec 23
0
[LLVMdev] llvm 3.2 regression
...Mac.GCDReuseWqthreadsAsync (1532 ms) [ RUN ] AddressSanitizerMac.GCDReuseWqthreadsSync [ OK ] AddressSanitizerMac.GCDReuseWqthreadsSync (1562 ms) [ RUN ] AddressSanitizerMac.GCDDispatchAfter [ OK ] AddressSanitizerMac.GCDDispatchAfter (2559 ms) [ RUN ] AddressSanitizerMac.GCDSourceEvent [ OK ] AddressSanitizerMac.GCDSourceEvent (2554 ms) [ RUN ] AddressSanitizerMac.GCDSourceCancel [ OK ] AddressSanitizerMac.GCDSourceCancel (2544 ms) [ RUN ] AddressSanitizerMac.GCDGroupAsync [ OK ] AddressSanitizerMac.GCDGroupAsync (1535 ms) [ RUN ] AddressSaniti...
2012 Dec 20
2
[LLVMdev] llvm 3.2 regression
...1=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_DEATH(TestGC...
2012 Dec 21
0
[LLVMdev] llvm 3.2 regression
...953 > > 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 > // o...
2012 Dec 21
1
[LLVMdev] llvm 3.2 regression
...t;> >> 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 do...
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
2012 Dec 20
2
[LLVMdev] llvm 3.2 regression
There seems to be a new regression in current llvm/compiler-rt 3.2 branch. On 86_64-apple-darwin12, I am seeing the failure... [100%] 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: