Mark gettid and getdents as nogotsan

PiperOrigin-RevId: 297915815
This commit is contained in:
Zach Koopmans
2020-02-28 13:22:35 -08:00
committed by gVisor bot
parent 463f4217d1
commit df8740b8a7
+2
View File
@@ -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",
)