Blame SOURCES/0049-Update-tests-for-rhel-7.4.patch

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