mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Mark gettid and getdents as nogotsan
PiperOrigin-RevId: 297915815
This commit is contained in:
committed by
gVisor bot
parent
463f4217d1
commit
df8740b8a7
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user