summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_test.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2016-02-24 00:41:29 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2016-02-24 00:41:29 +0000
commit49fe1d84e0ba36c0cbd93ce460f9542601869c89 (patch)
treee8ec6bf58d300f076fd25ea82c9ac38d08852c15 /lib/asan/tests/asan_test.cc
parent5a3d4c7af483ec41cabc3ec2fb64e43c29451f85 (diff)
[tests] Resolve old TODOs in ASan unit tests.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@261713 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/tests/asan_test.cc')
-rw-r--r--lib/asan/tests/asan_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/asan/tests/asan_test.cc b/lib/asan/tests/asan_test.cc
index 71fb27a0c..23d7b7541 100644
--- a/lib/asan/tests/asan_test.cc
+++ b/lib/asan/tests/asan_test.cc
@@ -809,9 +809,6 @@ TEST(AddressSanitizer, DISABLED_MemIntrinsicUnalignedAccessTest) {
free(s);
}
-// TODO(samsonov): Add a test with malloc(0)
-// TODO(samsonov): Add tests for str* and mem* functions.
-
NOINLINE static int LargeFunction(bool do_bad_access) {
int *x = new int[100];
x[0]++;