index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
asan
/
tests
/
asan_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASan] Add shadow offset for SystemZ.
Marcin Koscielnicki
2016-04-30
1
-0
/
+2
*
[ASan] Reenable __builtin_setjmp test on PowerPC, disable on SystemZ.
Marcin Koscielnicki
2016-04-28
1
-6
/
+5
*
[ASan] Make sure unittest works if sized-delete is enabled by default.
Alexey Samsonov
2016-03-15
1
-4
/
+10
*
[tests] Resolve old TODOs in ASan unit tests.
Alexey Samsonov
2016-02-24
1
-3
/
+0
*
[ASan] Fix the links to bugs and wikipages.
Alexander Potapenko
2015-12-04
1
-4
/
+4
*
[ASAN] Disable ManyThreadsTest in AArch64
Renato Golin
2015-08-07
1
-0
/
+3
*
[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...
Kostya Serebryany
2015-08-06
1
-4
/
+4
*
Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...
Renato Golin
2015-08-06
1
-16
/
+4
*
[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...
Kostya Serebryany
2015-08-05
1
-4
/
+16
*
[Compiler-rt][MIPS] Fix for asan test suite build on mips64/mips64el
Mohit K. Bhakkad
2015-04-09
1
-2
/
+4
*
Move use of __builtin_longjmp under the same conditions as the only
Joerg Sonnenberger
2015-03-05
1
-9
/
+9
*
[Sanitizer] Fix/suppress compiler warnings in unit tests.
Alexey Samsonov
2015-03-04
1
-5
/
+5
*
Enabling testing ASAN on AArch64
Renato Golin
2015-02-03
1
-1
/
+2
*
[Sanitizers] Intercept snprintf_l() on FreeBSD
Viktor Kutuzov
2014-12-22
1
-0
/
+30
*
delete => delete[] for arrays.
Richard Trieu
2014-11-12
1
-1
/
+1
*
Fix checks for Android.
Dan Albert
2014-10-20
1
-4
/
+4
*
Fix silly commit to disable test on ARM
Renato Golin
2014-10-14
1
-1
/
+1
*
Disable failing ASAN LongJump test on ARM
Renato Golin
2014-10-14
1
-3
/
+3
*
Exclude Android from the tests for valloc/pvalloc.
Dan Albert
2014-06-14
1
-1
/
+2
*
[asan] relax the test for long double
Kostya Serebryany
2014-05-22
1
-2
/
+2
*
[ASan tests] Exclude/simplify a bunch of tests to make them build on Windows
Timur Iskhodzhanov
2014-05-12
1
-10
/
+45
*
[ASan tests] Fix non-Windows breakage
Timur Iskhodzhanov
2014-05-08
1
-2
/
+5
*
[ASan tests] More progress towards Windows support
Timur Iskhodzhanov
2014-05-08
1
-20
/
+37
*
[asan] Reenable tests that should pass since PR19207 is fixed.
Evgeniy Stepanov
2014-04-18
1
-5
/
+3
*
[asan] Disable setjmp/sigsetjmp tests.
Evgeniy Stepanov
2014-03-24
1
-3
/
+5
*
[asan] Fix a comment.
Evgeniy Stepanov
2014-03-24
1
-2
/
+3
*
[ASan] Better way to disable tests for functions unavailable on certain platf...
Alexey Samsonov
2014-03-07
1
-29
/
+12
*
[asan] Disable asm instrumentation and tests on Mac.
Evgeniy Stepanov
2014-02-19
1
-201
/
+0
*
[asan] Added assembly functions for x86/amd64 asan.
Evgeniy Stepanov
2014-02-19
1
-0
/
+201
*
[asan] Revert r201402, r201404.
Evgeniy Stepanov
2014-02-14
1
-199
/
+0
*
[asan] Added assembly functions for x86/amd64 asan.
Evgeniy Stepanov
2014-02-14
1
-0
/
+199
*
[asan] relax HugeMallocTest so that it does not fail on small-RAM machines
Kostya Serebryany
2013-12-10
1
-1
/
+3
*
[asan] remove one test from SizedStackTest which relied on a now-wrong assump...
Kostya Serebryany
2013-12-10
1
-2
/
+0
*
[asan] in SizedStackTest check the death string, also restrict one of the che...
Kostya Serebryany
2013-12-06
1
-8
/
+9
*
[asan] require __i686__ for the SSE test; also make weaker claims about stack...
Kostya Serebryany
2013-12-04
1
-5
/
+8
*
[asan] revert 196373: committed to many files by mistake
Kostya Serebryany
2013-12-04
1
-8
/
+5
*
[asan] require __i686__ for the SSE test; also make weaker claims about stack...
Kostya Serebryany
2013-12-04
1
-5
/
+8
*
[asan] disable AddressSanitizer.HugeMallocTest if ASAN_AVOID_EXPENSIVE_TESTS ...
Kostya Serebryany
2013-12-02
1
-1
/
+1
*
[asan] Remove CallocOverflow32 test from asan_test.
Evgeniy Stepanov
2013-10-16
1
-11
/
+0
*
[ASan] Split ASan unit tests into two different binaries:
Alexey Samsonov
2013-09-16
1
-0
/
+29
*
Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...
Alexey Samsonov
2013-09-06
1
-4
/
+4
*
[sanitizer] make the allocator crash instead of returning 0 on huge size (con...
Kostya Serebryany
2013-09-06
1
-20
/
+0
*
[ASan] Fix leaks in ASan tests found by LSan
Alexey Samsonov
2013-07-18
1
-0
/
+2
*
[ASan] make pthread_getschedparam test more robust
Alexey Samsonov
2013-06-06
1
-2
/
+2
*
Call __asan_free_hook() before marking the chunk quarantinned
Alexey Samsonov
2013-06-04
1
-4
/
+14
*
[asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM ki...
Kostya Serebryany
2013-05-22
1
-4
/
+6
*
[sanitizer] Intercept pthread_getschedparam.
Evgeniy Stepanov
2013-05-21
1
-0
/
+11
*
Fix realloc'ing freed/invalid pointers
Timur Iskhodzhanov
2013-05-20
1
-0
/
+12
*
[asan] fix ShadowGapTest on PowerPC64
Kostya Serebryany
2013-05-16
1
-0
/
+4
*
[asan] disable BuiltinLongJmpTest on PowerPC
Kostya Serebryany
2013-05-15
1
-1
/
+4
[next]