summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux
diff options
context:
space:
mode:
authorDean Deng <deandeng@google.com>2020-01-27 12:19:20 -0800
committergVisor bot <gvisor-bot@google.com>2020-01-27 12:50:18 -0800
commit13c1f38dfa215ab3e3cc70642721f55ab226d5b7 (patch)
tree5f6f62fc4fb8c7407d1dcb7e0f1c404f8c929604 /test/syscalls/linux
parent6b14be4246e8ed3779bf69dbd59e669caf3f5704 (diff)
Update bug number for supporting extended attribute namespaces.
PiperOrigin-RevId: 291774815
Diffstat (limited to 'test/syscalls/linux')
-rw-r--r--test/syscalls/linux/xattr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/xattr.cc b/test/syscalls/linux/xattr.cc
index e77c355d7..ab21d68c6 100644
--- a/test/syscalls/linux/xattr.cc
+++ b/test/syscalls/linux/xattr.cc
@@ -131,7 +131,7 @@ TEST_F(XattrTest, XattrWriteOnly_NoRandomSave) {
}
TEST_F(XattrTest, XattrTrustedWithNonadmin) {
- // TODO(b/127675828): Support setxattr and getxattr with "trusted" prefix.
+ // TODO(b/148380782): Support setxattr and getxattr with "trusted" prefix.
SKIP_IF(IsRunningOnGvisor());
SKIP_IF(ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)));