From df8740b8a7fb8fa05d7a0387749b61d57a74c06c Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Fri, 28 Feb 2020 13:21:33 -0800 Subject: Mark gettid and getdents as nogotsan PiperOrigin-RevId: 297915815 --- test/perf/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/perf/BUILD b/test/perf/BUILD index 346a28e16..0a0def6a3 100644 --- a/test/perf/BUILD +++ b/test/perf/BUILD @@ -30,6 +30,7 @@ syscall_test( syscall_test( size = "enormous", + tags = ["nogotsan"], test = "//test/perf/linux:getdents_benchmark", ) @@ -40,6 +41,7 @@ syscall_test( syscall_test( size = "enormous", + tags = ["nogotsan"], test = "//test/perf/linux:gettid_benchmark", ) -- cgit v1.2.3