summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Darwin
AgeCommit message (Expand)Author
2017-11-29[sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...Kuba Mracek
2017-11-29[asan] Don't crash on fclose(NULL)Kuba Mracek
2017-11-29[asan] Allow getpwnam(NULL) for binary compatibilityKuba Mracek
2017-09-18[ubsan] Fix interface_symbols_windows testVitaly Buka
2017-09-17Mark various failing tests with "UNSUPPORTED: ios".Kuba Mracek
2017-08-30[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-20Remove "%T" from ASan Darwin tests.Kuba Mracek
2017-08-07[asan] Make dump_registers.cc more stableKuba Mracek
2017-07-24Prefer atos to llvm-symbolizer on DarwinGeorge Karpenkov
2017-06-30[objc] Don't require null-check and don't emit memset when result is ignored ...Kuba Mracek
2017-06-26[asan] Flag 'asan_gen_prefixes.cc' as unsupported on iOS. The ARM and ARM64 a...Kuba Mracek
2017-06-04Mark the atos-symbolizer test as unsupported on i386-darwinVedant Kumar
2017-05-02[asan] Mark atos-symbolizer-dyld-root-path.cc testcase as unsupported on iOS.Kuba Mracek
2017-05-02[asan] Disable some Darwin tests that don't work on iOS simulatorKuba Mracek
2017-04-28Fix unset-insert-libraries-on-exec.cc to use "%env" to make it work in iOS si...Kuba Mracek
2017-04-28Fix the reexec-insert-libraries-env.cc testcase to use %env to make it work o...Kuba Mracek
2017-04-26Mark two tests (dead-strip.c, initialization-bug.cc) as unsupported on iOS.Kuba Mracek
2017-04-26[asan] Allow propagating env variables when testing on iOS SimulatorKuba Mracek
2017-04-26Fix the dump_registers.cc ASan testcase on iOS to allow both SIGSEGV and SIGBUS.Kuba Mracek
2017-04-12Fix memory leaks in address sanitizer darwin testsFrancis Ricci
2017-03-30Fixup for r299085: On Windows %p doesn't print 0x prefix.Kuba Mracek
2017-03-30Fixup for r299085: Print all output to stderr.Kuba Mracek
2017-03-30Fixup for r299085: Include stdint.h in scribble.cc to make uintptr_t available.Kuba Mracek
2017-03-30[asan] Implement "scribble" flags, which overwrite free'd memory with 0x55Kuba Mracek
2017-02-08[sanitizer] Add weak hooks for Windows.Marcos Pividori
2017-01-31[sanitizer] Fix interface tests when SANITIZER_CAN_USE_CXXABI is true.Marcos Pividori
2017-01-31[sanitizer] Fix interface test on Darwin, failing after 293682.Marcos Pividori
2017-01-31[sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori
2017-01-29[asan] Fix tests for exported interfaces.Marcos Pividori
2017-01-07Follow-up for r291277: Redirect otool output to stderr.Kuba Mracek
2017-01-06Follow-up for r291277: Increase buffer size in uuid.cc testcase.Kuba Mracek
2017-01-06[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek
2017-01-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2016-12-11[sanitizer] Handle malloc_destroy_zone() on DarwinKuba Mracek
2016-11-26[asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGVKuba Mracek
2016-11-17[asan] Update the tests as Mach-O metadata liveness tracking is on by defaultAnna Zaks
2016-10-31[asan] Move instrumented null-terminated strings to a special section, compil...Kuba Brecka
2016-10-29[asan] Set the darwin deployment target for the dead-strip testAnna Zaks
2016-09-14[asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...Kuba Brecka
2016-07-09test: Use %clangxx in objc++ test filesSaleem Abdulrasool
2016-07-05[asan] Update tests according to r274578Ryan Govostes
2016-05-12Update test expectations after r269291 (Fix a crash when demangling Swift sym...Kuba Brecka
2016-05-02[sanitizer] Fix a crash in SizeClassAllocator32 with an out-of-range pointerKuba Brecka
2016-04-28[test/asan] Update a test case to work with old Darwin SDK'sVedant Kumar
2016-04-27[sanitizers] read/write page fault detection on mac.Mike Aizatsky
2016-04-04[asan,tsan] Make Darwin-specific tests more stable (use ignore_interceptors_a...Kuba Brecka
2016-03-29[asan] Make the Darwin/dead-strip.c test require El Capitan or newerRyan Govostes
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2016-02-17PR26606: Make abort_on_error.cc test more portable.Alexey Samsonov
2016-02-02[asan] Fixup r258849 by updating warning in the testAnna Zaks