Skip to content

Commit

Permalink
Disable mcast6 test on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jan 3, 2025
1 parent 57d71f5 commit e8cd9f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ test-mcast:
wait $$!
grep -q 'sockname: 224.0.0.123 ' out

TEST += mcast6
# XXX Linux fails with: udpbench send: connect: Network is unreachable
# disable test for now
#TEST += mcast6
test-mcast6:
@echo -e '\n==== $@ ===='
./udpbench -Ilo -p0 -t3 recv ff04::123 | tee out & \
Expand All @@ -92,7 +94,9 @@ test-mcast-repeat:
grep -q 'sockname: 224.0.0.123 ' out
grep -q 'sockname: 224.0.0.124 ' out

TEST += mcast6-repeat
# XXX Linux fails with: udpbench send: connect: Network is unreachable
# disable test for now
#TEST += mcast6-repeat
test-mcast6-repeat:
@echo -e '\n==== $@ ===='
./udpbench -N2 -Ilo -p0 -t3 recv ff04::123 | tee out & \
Expand Down

0 comments on commit e8cd9f9

Please sign in to comment.