search for: testgcdsourcecancel

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

2012 Dec 20
2
[LLVMdev] llvm 3.2 regression
...urceEvent 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(TestGCDSourceCancel(), "Shadow byte and word"); so that we show clean testsuite results on darwin (which is a primary target)? Jack ps I'll try to find sometime to regression hunt to see if this commit ever passed on darwin or if it was broken on the initial backport from llvm trunk. >...
2012 Dec 21
0
[LLVMdev] llvm 3.2 regression
...SourceEvent(), "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(TestGCDSourceCancel(), "Shadow byte and word"); > > so that we show clean testsuite results on darwin (which is a primary > target)? > Jack > ps I'll try to find sometime to regression hunt to see if this commit ever > passed on darwin or if it was broken on the initial back...
2012 Dec 20
2
[LLVMdev] llvm 3.2 regression
...==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from AddressSanitizerMac [ RUN ] AddressSanitizerMac.GCDSourceCancel /sw/src/fink.build/llvm32-3.2-0/llvm-3.2/projects/compiler-rt/lib/asan/tests/asan_test.cc:2052: Failure Death test: TestGCDSourceCancel() Result: died but not with expected error. Expected: Shadow byte and word Actual msg: [ DEATH ] ================================================================= [ DEATH ] ==88865== ERROR: AddressSanitizer: heap-buffer-overflow on address 0x00010cf70e4a at pc 0x10ab6a741 bp 0x10d4f3e30...
2012 Dec 21
1
[LLVMdev] llvm 3.2 regression
...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(TestGCDSourceCancel(), "Shadow byte and word"); >> >> so that we show clean testsuite results on darwin (which is a primary >> target)? >> Jack >> ps I'll try to find sometime to regression hunt to see if this commit ever >> passed on darwin or if it was br...
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 23
0
[LLVMdev] llvm 3.2 regression
...t;> >> -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(TestGCDSourceCancel(), "Shadow byte and word"); >> >> >> >> so that we show clean testsuite results on darwin (which is a primary >> >> target)? >> >> Jack >> >> ps I'll try to find sometime to regression hunt to see if this commit e...