[PATCH] [asan] adding support of 32-bit address sanitizer for MIPS

Kumar Sukhani kumar.sukhani at imgtec.com
Sun Jun 22 22:42:02 PDT 2014


>>! In D4208#10, @petarj wrote:
>> Unexpected Failures: 19
> 
> Can you list these tests? Why do they fail?

List of the failing test cases are-
  Linux/clone_test.cc
  Linux/coverage-direct-large.cc
  Linux/coverage-direct.cc
  Linux/coverage-fork-direct.cc
  Linux/coverage-module-unloaded.cc
  Linux/coverage-sandboxing.cc
  Linux/kernel-area.cc
  Linux/malloc_delete_mismatch.cc
  Linux/ptrace.cc
  Linux/stack-trace-dlclose.cc
  Posix/allow_user_segv.cc
  Posix/asan-symbolize-sanity-test.cc
  Posix/init-order-dlopen.cc
  Posix/shared-lib-test.cc
  Posix/start-deactivated.cc
  large_func_test.cc
  malloc_context_size.cc
  null_deref.cc
  use-after-delete.cc

Major reason of failure is SEGV. I am working on the above cases and will fix it soon.

http://reviews.llvm.org/D4208






More information about the llvm-commits mailing list