Skip to content

Commit a7b5aef

Browse files
committed
Run them tests
1 parent 80efd19 commit a7b5aef

File tree

5 files changed

+152
-0
lines changed

5 files changed

+152
-0
lines changed

spec/support/acceptance/session/java.rb

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,70 @@ module Acceptance::Session
236236
}
237237
}
238238
},
239+
{
240+
name: "post/test/socket_channels",
241+
platforms: [:linux, :osx, :windows],
242+
skipped: false,
243+
lines: {
244+
linux: {
245+
known_failures: [
246+
"[-] [[TCP-Server] Accepts a connection] FAILED: [TCP-Server] Accepts a connection",
247+
"[-] [[TCP-Server] Accepts a connection] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
248+
"[-] [[TCP-Server] Has the correct peer information] FAILED: [TCP-Server] Has the correct peer information",
249+
"[-] [[TCP-Server] Has the correct peer information] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
250+
"[-] [[TCP-Server] Receives data from the peer] FAILED: [TCP-Server] Receives data from the peer",
251+
"[-] [[TCP-Server] Receives data from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
252+
"[-] [[TCP-Server] Sends data to the peer] FAILED: [TCP-Server] Sends data to the peer",
253+
"[-] [[TCP-Server] Sends data to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
254+
"[-] [[TCP-Server] Propagates close events to the server] FAILED: [TCP-Server] Propagates close events to the server",
255+
"[-] [[TCP-Server] Propagates close events to the server] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
256+
"[-] [[TCP-Server] Propagates close events to the peer] FAILED: [TCP-Server] Propagates close events to the peer",
257+
"[-] [[TCP-Server] Propagates close events to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
258+
"[-] [[TCP-Server] Propagates close events from the peer] FAILED: [TCP-Server] Propagates close events from the peer",
259+
"[-] [[TCP-Server] Propagates close events from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
260+
"[-] FAILED: [UDP] Has the correct peer information"
261+
]
262+
},
263+
osx: {
264+
known_failures: [
265+
"[-] [[TCP-Server] Accepts a connection] FAILED: [TCP-Server] Accepts a connection",
266+
"[-] [[TCP-Server] Accepts a connection] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
267+
"[-] [[TCP-Server] Has the correct peer information] FAILED: [TCP-Server] Has the correct peer information",
268+
"[-] [[TCP-Server] Has the correct peer information] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
269+
"[-] [[TCP-Server] Receives data from the peer] FAILED: [TCP-Server] Receives data from the peer",
270+
"[-] [[TCP-Server] Receives data from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
271+
"[-] [[TCP-Server] Sends data to the peer] FAILED: [TCP-Server] Sends data to the peer",
272+
"[-] [[TCP-Server] Sends data to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
273+
"[-] [[TCP-Server] Propagates close events to the server] FAILED: [TCP-Server] Propagates close events to the server",
274+
"[-] [[TCP-Server] Propagates close events to the server] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
275+
"[-] [[TCP-Server] Propagates close events to the peer] FAILED: [TCP-Server] Propagates close events to the peer",
276+
"[-] [[TCP-Server] Propagates close events to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
277+
"[-] [[TCP-Server] Propagates close events from the peer] FAILED: [TCP-Server] Propagates close events from the peer",
278+
"[-] [[TCP-Server] Propagates close events from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
279+
"[-] FAILED: [UDP] Has the correct peer information"
280+
]
281+
},
282+
windows: {
283+
known_failures: [
284+
"[-] [[TCP-Server] Accepts a connection] FAILED: [TCP-Server] Accepts a connection",
285+
"[-] [[TCP-Server] Accepts a connection] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
286+
"[-] [[TCP-Server] Has the correct peer information] FAILED: [TCP-Server] Has the correct peer information",
287+
"[-] [[TCP-Server] Has the correct peer information] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
288+
"[-] [[TCP-Server] Receives data from the peer] FAILED: [TCP-Server] Receives data from the peer",
289+
"[-] [[TCP-Server] Receives data from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
290+
"[-] [[TCP-Server] Sends data to the peer] FAILED: [TCP-Server] Sends data to the peer",
291+
"[-] [[TCP-Server] Sends data to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
292+
"[-] [[TCP-Server] Propagates close events to the server] FAILED: [TCP-Server] Propagates close events to the server",
293+
"[-] [[TCP-Server] Propagates close events to the server] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
294+
"[-] [[TCP-Server] Propagates close events to the peer] FAILED: [TCP-Server] Propagates close events to the peer",
295+
"[-] [[TCP-Server] Propagates close events to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
296+
"[-] [[TCP-Server] Propagates close events from the peer] FAILED: [TCP-Server] Propagates close events from the peer",
297+
"[-] [[TCP-Server] Propagates close events from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
298+
"[-] FAILED: [UDP] Has the correct peer information"
299+
]
300+
}
301+
}
302+
},
239303
{
240304
name: "post/test/unix",
241305
platforms: [

spec/support/acceptance/session/mettle.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,28 @@ module Acceptance::Session
318318
}
319319
}
320320
},
321+
{
322+
name: "post/test/socket_channels",
323+
platforms: [:linux, :osx, :windows],
324+
skipped: false,
325+
lines: {
326+
linux: {
327+
known_failures: [
328+
"[-] FAILED: [UDP] Has the correct peer information"
329+
]
330+
},
331+
osx: {
332+
known_failures: [
333+
"[-] FAILED: [UDP] Has the correct peer information"
334+
]
335+
},
336+
windows: {
337+
known_failures: [
338+
"[-] FAILED: [UDP] Has the correct peer information"
339+
]
340+
}
341+
}
342+
},
321343
{
322344
name: "post/test/unix",
323345
platforms: [

spec/support/acceptance/session/php.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,28 @@ module Acceptance::Session
241241
}
242242
}
243243
},
244+
{
245+
name: "post/test/socket_channels",
246+
platforms: [:linux, :osx, :windows],
247+
skipped: false,
248+
lines: {
249+
linux: {
250+
known_failures: [
251+
"[-] FAILED: [UDP] Has the correct peer information"
252+
]
253+
},
254+
osx: {
255+
known_failures: [
256+
"[-] FAILED: [UDP] Has the correct peer information"
257+
]
258+
},
259+
windows: {
260+
known_failures: [
261+
"[-] FAILED: [UDP] Has the correct peer information"
262+
]
263+
}
264+
}
265+
},
244266
{
245267
name: "post/test/unix",
246268
platforms: [

spec/support/acceptance/session/python.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,28 @@ module Acceptance::Session
253253
}
254254
}
255255
},
256+
{
257+
name: "post/test/socket_channels",
258+
platforms: [:linux, :osx, :windows],
259+
skipped: false,
260+
lines: {
261+
linux: {
262+
known_failures: [
263+
"[-] FAILED: [UDP] Has the correct peer information"
264+
]
265+
},
266+
osx: {
267+
known_failures: [
268+
"[-] FAILED: [UDP] Has the correct peer information"
269+
]
270+
},
271+
windows: {
272+
known_failures: [
273+
"[-] FAILED: [UDP] Has the correct peer information"
274+
]
275+
}
276+
}
277+
},
256278
{
257279
name: "post/test/unix",
258280
platforms: [

spec/support/acceptance/session/windows_meterpreter.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,28 @@ module Acceptance::Session
359359
}
360360
}
361361
},
362+
{
363+
name: "post/test/socket_channels",
364+
platforms: [:linux, :osx, :windows],
365+
skipped: false,
366+
lines: {
367+
linux: {
368+
known_failures: [
369+
"[-] FAILED: [UDP] Has the correct peer information"
370+
]
371+
},
372+
osx: {
373+
known_failures: [
374+
"[-] FAILED: [UDP] Has the correct peer information"
375+
]
376+
},
377+
windows: {
378+
known_failures: [
379+
"[-] FAILED: [UDP] Has the correct peer information"
380+
]
381+
}
382+
}
383+
},
362384
{
363385
name: "post/test/unix",
364386
platforms: [

0 commit comments

Comments
 (0)