Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 301674
b: refs/heads/main
c: 8fe8b50
h: refs/heads/main
  • Loading branch information
whesse committed Aug 1, 2017
1 parent e0ac6c3 commit c0c5a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -1994,4 +1994,4 @@ refs/tags/2.14.0-96.0.dev: 1eee24e50fc3028754d9a8e98852b949c04da4e4
refs/tags/2.14.0-97.0.dev: ba9c1636e87fbdcc02b8bc4a584455c32f8378b4
refs/tags/2.14.0-98.0.dev: f2d370c93582bbf4da42b5dd4c906d6145b01ea9
refs/tags/2.14.0-99.0.dev: e722f62b48fb382534efc1f20735def68848006f
refs/heads/main: a376c27a58b721a7510110c5e1e7985de1192e74
refs/heads/main: 8fe8b5042cdfdc3f83ae916d6b33daafd9bd4e91
3 changes: 2 additions & 1 deletion trunk/tests/standalone/io/raw_datagram_socket_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ testLoopbackMulticast() {

test(InternetAddress.ANY_IP_V4, new InternetAddress("228.0.0.4"), true);
test(InternetAddress.ANY_IP_V4, new InternetAddress("224.0.0.0"), false);
if (!Platform.isMacOS) {
// TODO(30306): Reenable for Linux
if (!Platform.isMacOS && !Platform.isLinux) {
test(InternetAddress.ANY_IP_V6, new InternetAddress("ff11::0"), true);
test(InternetAddress.ANY_IP_V6, new InternetAddress("ff11::0"), false);
}
Expand Down

0 comments on commit c0c5a97

Please sign in to comment.