Displaying 6 results from an estimated 6 matches for "r158885".
2013 Jan 07
2
[LLVMdev] ASan and UBSan Test Failures
...g on asan for OS X. I think he can handle ubsan as well.
> (but give us a few days, we are all out of office due to holidays).
OK, thanks. If there are no objections, then I can go ahead and
commit the attached test case fix I mentioned before. Adding
ALWAYS_INLINE to 'free_common' in r158885 changed the stack trace.
--
Meador Inge
CodeSourcery / Mentor Embedded
http://www.mentor.com/embedded-software
-------------- next part --------------
A non-text attachment was scrubbed...
Name: use-after-free-test.patch
Type: application/octet-stream
Size: 870 bytes
Desc: not available
URL: <h...
2013 Jan 06
2
[LLVMdev] ASan and UBSan Test Failures
...gt;>
>> …
>>
>> ********************
>> Testing Time: 125.18s
>> ********************
>> Failing Tests (1):
>> AddressSanitizer :: use-after-free.cc
>>
>
> This failure seems to be due to adding ALWAYS_INLINE to 'free_common' in r158885.
> I think fixing the stack trace checks in use-after-free.cc will do:
>
> - // CHECK-Darwin: {{ #0 0x.* in .*free_common.*}}
> - // CHECK-Darwin: {{ #1 0x.* in .*mz_free.*}}
> + // CHECK-Darwin: {{ #0 0x.* in .*mz_free.*}}
> // We override free() on Darwin, thus no...
2013 Jan 06
0
[LLVMdev] ASan and UBSan Test Failures
...********************
> >> Testing Time: 125.18s
> >> ********************
> >> Failing Tests (1):
> >> AddressSanitizer :: use-after-free.cc
> >>
> >
> > This failure seems to be due to adding ALWAYS_INLINE to 'free_common' in
> r158885.
> > I think fixing the stack trace checks in use-after-free.cc will do:
> >
> > - // CHECK-Darwin: {{ #0 0x.* in .*free_common.*}}
> > - // CHECK-Darwin: {{ #1 0x.* in .*mz_free.*}}
> > + // CHECK-Darwin: {{ #0 0x.* in .*mz_free.*}}
> > // We overr...
2013 Jan 05
0
[LLVMdev] ASan and UBSan Test Failures
...plemented for OS X.
> $ make check-asan
>
> …
>
> ********************
> Testing Time: 125.18s
> ********************
> Failing Tests (1):
> AddressSanitizer :: use-after-free.cc
>
This failure seems to be due to adding ALWAYS_INLINE to 'free_common' in r158885.
I think fixing the stack trace checks in use-after-free.cc will do:
- // CHECK-Darwin: {{ #0 0x.* in .*free_common.*}}
- // CHECK-Darwin: {{ #1 0x.* in .*mz_free.*}}
+ // CHECK-Darwin: {{ #0 0x.* in .*mz_free.*}}
// We override free() on Darwin, thus no malloc_zone_free
- // CHECK...
2013 Jan 05
2
[LLVMdev] ASan and UBSan Test Failures
I am building LLVM on OS X 10.7.5 with cmake. Under this configuration some ASan and UBSan tests
are failing:
$ make check-ubsan
…
********************
Testing Time: 2.36s
********************
Failing Tests (11):
UndefinedBehaviorSanitizer :: Float/cast-overflow.cpp
UndefinedBehaviorSanitizer :: Integer/add-overflow.cpp
UndefinedBehaviorSanitizer :: Integer/div-zero.cpp
2013 Jan 10
0
[LLVMdev] ASan and UBSan Test Failures
...hink he can handle ubsan as well.
>> (but give us a few days, we are all out of office due to holidays).
>
> OK, thanks. If there are no objections, then I can go ahead and
> commit the attached test case fix I mentioned before. Adding
> ALWAYS_INLINE to 'free_common' in r158885 changed the stack trace.
>
> --
> Meador Inge
> CodeSourcery / Mentor Embedded
> http://www.mentor.com/embedded-software
--
Alexander Potapenko
Software Engineer
Google Moscow