summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2020-07-31 11:38:01 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-31 11:40:12 -0700
commit5d2b09b71d5c073f97f59dd17f6f7ad3ceb4a536 (patch)
treedf379152667bf9620e79178fba2d4ae3dc15b8dd /test
parent987242716ad75af171467bed8c05154a54d0a484 (diff)
s/github.dev/gvisor.dev
PiperOrigin-RevId: 324249991
Diffstat (limited to 'test')
-rw-r--r--test/syscalls/linux/raw_socket_hdrincl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/syscalls/linux/raw_socket_hdrincl.cc b/test/syscalls/linux/raw_socket_hdrincl.cc
index 97f0467aa..2f25aceb2 100644
--- a/test/syscalls/linux/raw_socket_hdrincl.cc
+++ b/test/syscalls/linux/raw_socket_hdrincl.cc
@@ -178,7 +178,7 @@ TEST_F(RawHDRINCL, ConnectToLoopback) {
}
TEST_F(RawHDRINCL, SendWithoutConnectSucceeds) {
- // FIXME(github.dev/issue/3159): Test currently flaky.
+ // FIXME(gvisor.dev/issue/3159): Test currently flaky.
SKIP_IF(true);
struct iphdr hdr = LoopbackHeader();
@@ -284,7 +284,7 @@ TEST_F(RawHDRINCL, SendAndReceive) {
// Send and receive a packet where the sendto address is not the same as the
// provided destination.
TEST_F(RawHDRINCL, SendAndReceiveDifferentAddress) {
- // FIXME(github.dev/issue/3160): Test currently flaky.
+ // FIXME(gvisor.dev/issue/3160): Test currently flaky.
SKIP_IF(true);
int port = 40000;