f9a98e
From 093f33634f27718be37c96260a609e92baba9e84 Mon Sep 17 00:00:00 2001
f9a98e
From: Matej Habrnal <mhabrnal@redhat.com>
f9a98e
Date: Tue, 14 Feb 2017 12:51:40 +0100
f9a98e
Subject: [PATCH] Update tests for rhel-7.4
f9a98e
f9a98e
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
f9a98e
---
f9a98e
 test/outputs/Linux-aarch64/run_test.log.in | 2 +-
f9a98e
 test/outputs/Linux-armv7l/run_test.log.in  | 2 +-
f9a98e
 test/outputs/Linux-ppc/run_test.log.in     | 2 +-
f9a98e
 test/outputs/Linux-ppc64/run_test.log.in   | 2 +-
f9a98e
 test/outputs/Linux-ppc64le/run_test.log.in | 2 +-
f9a98e
 test/outputs/Linux-s390/run_test.log.in    | 2 +-
f9a98e
 test/outputs/Linux-s390x/run_test.log.in   | 2 +-
f9a98e
 test/outputs/run_test.log.in               | 2 +-
f9a98e
 8 files changed, 8 insertions(+), 8 deletions(-)
f9a98e
f9a98e
diff --git a/test/outputs/Linux-aarch64/run_test.log.in b/test/outputs/Linux-aarch64/run_test.log.in
f9a98e
index 4d4d3c0..02708a4 100644
f9a98e
--- a/test/outputs/Linux-aarch64/run_test.log.in
f9a98e
+++ b/test/outputs/Linux-aarch64/run_test.log.in
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.PlainSocketImpl.socketConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
diff --git a/test/outputs/Linux-armv7l/run_test.log.in b/test/outputs/Linux-armv7l/run_test.log.in
f9a98e
index 2a41f50..dd90e5c 100644
f9a98e
--- a/test/outputs/Linux-armv7l/run_test.log.in
f9a98e
+++ b/test/outputs/Linux-armv7l/run_test.log.in
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
diff --git a/test/outputs/Linux-ppc/run_test.log.in b/test/outputs/Linux-ppc/run_test.log.in
f9a98e
index 2a41f50..dd90e5c 100644
f9a98e
--- a/test/outputs/Linux-ppc/run_test.log.in
f9a98e
+++ b/test/outputs/Linux-ppc/run_test.log.in
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
diff --git a/test/outputs/Linux-ppc64/run_test.log.in b/test/outputs/Linux-ppc64/run_test.log.in
f9a98e
index 2a41f50..dd90e5c 100644
f9a98e
--- a/test/outputs/Linux-ppc64/run_test.log.in
f9a98e
+++ b/test/outputs/Linux-ppc64/run_test.log.in
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
diff --git a/test/outputs/Linux-ppc64le/run_test.log.in b/test/outputs/Linux-ppc64le/run_test.log.in
f9a98e
index 2a41f50..dd90e5c 100644
f9a98e
--- a/test/outputs/Linux-ppc64le/run_test.log.in
f9a98e
+++ b/test/outputs/Linux-ppc64le/run_test.log.in
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
diff --git a/test/outputs/Linux-s390/run_test.log.in b/test/outputs/Linux-s390/run_test.log.in
f9a98e
index 2a41f50..dd90e5c 100644
f9a98e
--- a/test/outputs/Linux-s390/run_test.log.in
f9a98e
+++ b/test/outputs/Linux-s390/run_test.log.in
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
diff --git a/test/outputs/Linux-s390x/run_test.log.in b/test/outputs/Linux-s390x/run_test.log.in
f9a98e
index 2a41f50..dd90e5c 100644
f9a98e
--- a/test/outputs/Linux-s390x/run_test.log.in
f9a98e
+++ b/test/outputs/Linux-s390x/run_test.log.in
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
diff --git a/test/outputs/run_test.log.in b/test/outputs/run_test.log.in
f9a98e
index 4d4d3c0..02708a4 100644
f9a98e
--- a/test/outputs/run_test.log.in
f9a98e
+++ b/test/outputs/run_test.log.in
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.PlainSocketImpl.socketConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
-- 
f9a98e
1.8.3.1
f9a98e