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

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