Displaying 4 results from an estimated 4 matches for "sanitizer_symbolizer_mac".
2013 Jan 05
0
[LLVMdev] ASan and UBSan Test Failures
...UndefinedBehaviorSanitizer :: TypeCheck/null.cpp
>
> Expected Passes : 10
> Expected Failures : 1
> Unexpected Failures: 11
These tests fail with the following assertion:
==40116== Sanitizer CHECK failed: /Users/meadori/Code/src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc:26 ((0 && "unimplemented")) != (0) (0, 0)
Should these tests be running? StartSymbolizerSubprocess and GetListOfModules are
not implemented for OS X.
> $ make check-asan
>
> …
>
> ********************
> Testing Time: 125.18s
> ********************
>...
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 06
2
[LLVMdev] ASan and UBSan Test Failures
...ypeCheck/null.cpp
>>
>> Expected Passes : 10
>> Expected Failures : 1
>> Unexpected Failures: 11
>
> These tests fail with the following assertion:
>
> ==40116== Sanitizer CHECK failed: /Users/meadori/Code/src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc:26 ((0 && "unimplemented")) != (0) (0, 0)
>
> Should these tests be running? StartSymbolizerSubprocess and GetListOfModules are
> not implemented for OS X.
>
>> $ make check-asan
>>
>> …
>>
>> ********************
>> Testing...
2013 Jan 06
0
[LLVMdev] ASan and UBSan Test Failures
...gt; Expected Passes : 10
> >> Expected Failures : 1
> >> Unexpected Failures: 11
> >
> > These tests fail with the following assertion:
> >
> > ==40116== Sanitizer CHECK failed:
> /Users/meadori/Code/src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc:26
> ((0 && "unimplemented")) != (0) (0, 0)
> >
> > Should these tests be running? StartSymbolizerSubprocess and
> GetListOfModules are
> > not implemented for OS X.
> >
> >> $ make check-asan
> >>
> >> …
> >>
&...