Blame SOURCES/0045-Update-Linux-aarch64-tests-for-rhel-7.1.patch

23d3c3
From e1954f3ad68207237603a90968c1056dbffd32fc Mon Sep 17 00:00:00 2001
23d3c3
From: Jakub Filak <jfilak@redhat.com>
23d3c3
Date: Fri, 22 Aug 2014 08:33:14 +0200
23d3c3
Subject: [PATCH 45/45] Update Linux-aarch64 tests for rhel-7.1
23d3c3
23d3c3
---
23d3c3
 test/outputs/Linux-aarch64/run_test.log.in | 10 +++++-----
23d3c3
 1 file changed, 5 insertions(+), 5 deletions(-)
23d3c3
23d3c3
diff --git a/test/outputs/Linux-aarch64/run_test.log.in b/test/outputs/Linux-aarch64/run_test.log.in
23d3c3
index 2a41f50..4d4d3c0 100644
23d3c3
--- a/test/outputs/Linux-aarch64/run_test.log.in
23d3c3
+++ b/test/outputs/Linux-aarch64/run_test.log.in
23d3c3
@@ -1,4 +1,4 @@
23d3c3
-Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.<init>()
23d3c3
+Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.open()
23d3c3
 Exception in thread "main" java.io.FileNotFoundException: _wrong_file_ (No such file or directory)
23d3c3
 	at java.io.FileInputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
23d3c3
 	at java.io.FileInputStream.<init>(FileInputStream.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
23d3c3
@@ -6,7 +6,7 @@ Exception in thread "main" java.io.FileNotFoundException: _wrong_file_ (No such
23d3c3
 	at Test.fileRelatedIssues(Test.java:461) [file:@CMAKE_BINARY_DIR@/test/Test.class]
23d3c3
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
23d3c3
 executable: @CMAKE_BINARY_DIR@/test/Test.class
23d3c3
-Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.<init>()
23d3c3
+Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.open()
23d3c3
 Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied)
23d3c3
 	at java.io.FileInputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
23d3c3
 	at java.io.FileInputStream.<init>(FileInputStream.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
23d3c3
@@ -14,7 +14,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss
23d3c3
 	at Test.fileRelatedIssues(Test.java:462) [file:@CMAKE_BINARY_DIR@/test/Test.class]
23d3c3
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
23d3c3
 executable: @CMAKE_BINARY_DIR@/test/Test.class
23d3c3
-Caught exception java.io.FileNotFoundException in method java.io.FileOutputStream.<init>()
23d3c3
+Caught exception java.io.FileNotFoundException in method java.io.FileOutputStream.open()
23d3c3
 Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied)
23d3c3
 	at java.io.FileOutputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileOutputStream.class]
23d3c3
 	at java.io.FileOutputStream.<init>(FileOutputStream.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileOutputStream.class]
23d3c3
@@ -42,7 +42,7 @@ Exception in thread "main" java.lang.NumberFormatException: null
23d3c3
 	at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class]
23d3c3
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
23d3c3
 executable: @CMAKE_BINARY_DIR@/test/Test.class
23d3c3
-Caught exception java.net.UnknownHostException in method java.net.InetAddress$1.lookupAllHostAddr()
23d3c3
+Caught exception java.net.UnknownHostException in method java.net.Inet6AddressImpl.lookupAllHostAddr()
23d3c3
 Exception in thread "main" java.net.UnknownHostException: xyzzy: Name or service not known
23d3c3
 	at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/Inet6AddressImpl.class]
23d3c3
 	at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/InetAddress$1.class]
23d3c3
@@ -69,7 +69,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
23d3c3
 	at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class]
23d3c3
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
23d3c3
 executable: @CMAKE_BINARY_DIR@/test/Test.class
23d3c3
-Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
23d3c3
+Caught exception java.net.ConnectException in method java.net.PlainSocketImpl.socketConnect()
23d3c3
 Exception in thread "main" java.net.ConnectException: Connection refused
23d3c3
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
23d3c3
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
23d3c3
-- 
23d3c3
1.8.3.1
23d3c3