Blame SOURCES/0004-Update-Linux-aarch64-test-outputs.patch

9d8306
From 452bfd970a9ed8c90aaabc84de000a44c6406177 Mon Sep 17 00:00:00 2001
9d8306
From: Jakub Filak <jfilak@redhat.com>
9d8306
Date: Tue, 4 Nov 2014 07:15:01 +0100
9d8306
Subject: [PATCH] Update Linux-aarch64 test outputs
9d8306
9d8306
Related to #42
9d8306
---
9d8306
 test/outputs/Linux-aarch64/run_test.log.in | 10 +++++-----
9d8306
 1 file changed, 5 insertions(+), 5 deletions(-)
9d8306
9d8306
diff --git a/test/outputs/Linux-aarch64/run_test.log.in b/test/outputs/Linux-aarch64/run_test.log.in
9d8306
index 3d83a66..4ec6544 100644
9d8306
--- a/test/outputs/Linux-aarch64/run_test.log.in
9d8306
+++ b/test/outputs/Linux-aarch64/run_test.log.in
9d8306
@@ -1,4 +1,4 @@
9d8306
-Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.<init>()
9d8306
+Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.open()
9d8306
 Exception in thread "main" java.io.FileNotFoundException: _wrong_file_ (No such file or directory)
9d8306
 	at java.io.FileInputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
9d8306
 	at java.io.FileInputStream.<init>(FileInputStream.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
9d8306
@@ -6,7 +6,7 @@ Exception in thread "main" java.io.FileNotFoundException: _wrong_file_ (No such
9d8306
 	at Test.fileRelatedIssues(Test.java:461) [file:@CMAKE_BINARY_DIR@/test/Test.class]
9d8306
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
9d8306
 executable: @CMAKE_BINARY_DIR@/test/Test.class
9d8306
-Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.<init>()
9d8306
+Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.open()
9d8306
 Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied)
9d8306
 	at java.io.FileInputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
9d8306
 	at java.io.FileInputStream.<init>(FileInputStream.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
9d8306
@@ -14,7 +14,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss
9d8306
 	at Test.fileRelatedIssues(Test.java:462) [file:@CMAKE_BINARY_DIR@/test/Test.class]
9d8306
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
9d8306
 executable: @CMAKE_BINARY_DIR@/test/Test.class
9d8306
-Caught exception java.io.FileNotFoundException in method java.io.FileOutputStream.<init>()
9d8306
+Caught exception java.io.FileNotFoundException in method java.io.FileOutputStream.open()
9d8306
 Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied)
9d8306
 	at java.io.FileOutputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileOutputStream.class]
9d8306
 	at java.io.FileOutputStream.<init>(FileOutputStream.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileOutputStream.class]
9d8306
@@ -23,7 +23,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss
9d8306
 	at Test.fileRelatedIssues(Test.java:463) [file:@CMAKE_BINARY_DIR@/test/Test.class]
9d8306
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
9d8306
 executable: @CMAKE_BINARY_DIR@/test/Test.class
9d8306
-Caught exception java.net.UnknownHostException in method java.net.InetAddress$2.lookupAllHostAddr()
9d8306
+Caught exception java.net.UnknownHostException in method java.net.Inet6AddressImpl.lookupAllHostAddr()
9d8306
 Exception in thread "main" java.net.UnknownHostException: xyzzy: unknown error
9d8306
 	at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/Inet6AddressImpl.class]
9d8306
 	at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/InetAddress$2.class]
9d8306
@@ -50,7 +50,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
9d8306
 	at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class]
9d8306
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
9d8306
 executable: @CMAKE_BINARY_DIR@/test/Test.class
9d8306
-Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
9d8306
+Caught exception java.net.ConnectException in method java.net.PlainSocketImpl.socketConnect()
9d8306
 Exception in thread "main" java.net.ConnectException: Connection refused
9d8306
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
9d8306
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
9d8306
-- 
9d8306
2.1.0
9d8306