[compiler-rt] r232672 - asan: Cargo cult the linux test changes in r232501 to the darwin tests

Justin Bogner mail at justinbogner.com
Wed Mar 18 14:30:46 PDT 2015


Author: bogner
Date: Wed Mar 18 16:30:46 2015
New Revision: 232672

URL: http://llvm.org/viewvc/llvm-project?rev=232672&view=rev
Log:
asan: Cargo cult the linux test changes in r232501 to the darwin tests

This gets check-asan working again on Darwin - it looks like it was
just an omission not to update this as part of r232501.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Darwin/interface_symbols_darwin.c

Modified: compiler-rt/trunk/test/asan/TestCases/Darwin/interface_symbols_darwin.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Darwin/interface_symbols_darwin.c?rev=232672&r1=232671&r2=232672&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Darwin/interface_symbols_darwin.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/Darwin/interface_symbols_darwin.c Wed Mar 18 16:30:46 2015
@@ -29,6 +29,18 @@
 // RUN: echo __asan_report_store16 >> %t.interface
 // RUN: echo __asan_report_load_n >> %t.interface
 // RUN: echo __asan_report_store_n >> %t.interface
+// RUN: echo __asan_report_exp_load1 >> %t.interface
+// RUN: echo __asan_report_exp_load2 >> %t.interface
+// RUN: echo __asan_report_exp_load4 >> %t.interface
+// RUN: echo __asan_report_exp_load8 >> %t.interface
+// RUN: echo __asan_report_exp_load16 >> %t.interface
+// RUN: echo __asan_report_exp_store1 >> %t.interface
+// RUN: echo __asan_report_exp_store2 >> %t.interface
+// RUN: echo __asan_report_exp_store4 >> %t.interface
+// RUN: echo __asan_report_exp_store8 >> %t.interface
+// RUN: echo __asan_report_exp_store16 >> %t.interface
+// RUN: echo __asan_report_exp_load_n >> %t.interface
+// RUN: echo __asan_report_exp_store_n >> %t.interface
 // RUN: echo __asan_get_current_fake_stack >> %t.interface
 // RUN: echo __asan_addr_is_in_fake_stack >> %t.interface
 // RUN: echo __asan_mz_calloc >> %t.interface





More information about the llvm-commits mailing list