From 0d9a02aa54f50bafb3a2091a66e5130ed7b028a5 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Nov 04 2014 06:29:31 +0000 Subject: Update the test results for aarch64 --- diff --git a/0001-Decrease-the-tested-memory-limits-because-of-failure.patch b/0001-Decrease-the-tested-memory-limits-because-of-failure.patch index 863b74c..edf370d 100644 --- a/0001-Decrease-the-tested-memory-limits-because-of-failure.patch +++ b/0001-Decrease-the-tested-memory-limits-because-of-failure.patch @@ -1,8 +1,7 @@ From f6d7c30415898c73a3b1c207d2acb496f53f67ee Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Thu, 30 Oct 2014 09:36:49 +0100 -Subject: [PATCH 1/3] Decrease the tested memory limits because of failures on - arm +Subject: [PATCH] Decrease the tested memory limits because of failures on arm Related to #42 --- diff --git a/0002-Adapt-the-arm-test-outputs-to-java-1.8.patch b/0002-Adapt-the-arm-test-outputs-to-java-1.8.patch index bb8c3d6..d9fbf39 100644 --- a/0002-Adapt-the-arm-test-outputs-to-java-1.8.patch +++ b/0002-Adapt-the-arm-test-outputs-to-java-1.8.patch @@ -1,7 +1,7 @@ From 0495592c727a624d12e7840ec62d4d60370ed5d3 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Thu, 30 Oct 2014 11:41:08 +0100 -Subject: [PATCH 2/3] Adapt the arm test outputs to java-1.8 +Subject: [PATCH] Adapt the arm test outputs to java-1.8 Related to #42 --- diff --git a/0003-Add-java-1.8-test-outputs-for-aarch-ppc-and-s390.patch b/0003-Add-java-1.8-test-outputs-for-aarch-ppc-and-s390.patch index b0839d9..1343ef1 100644 --- a/0003-Add-java-1.8-test-outputs-for-aarch-ppc-and-s390.patch +++ b/0003-Add-java-1.8-test-outputs-for-aarch-ppc-and-s390.patch @@ -1,7 +1,7 @@ From ec252755392cd5dcd0eaf63e5d0b46c246c24199 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Thu, 30 Oct 2014 11:58:34 +0100 -Subject: [PATCH 3/3] Add java-1.8 test outputs for aarch, ppc and s390 +Subject: [PATCH] Add java-1.8 test outputs for aarch, ppc and s390 Related to #42 --- diff --git a/0004-Update-Linux-aarch64-test-outputs.patch b/0004-Update-Linux-aarch64-test-outputs.patch new file mode 100644 index 0000000..191b4a0 --- /dev/null +++ b/0004-Update-Linux-aarch64-test-outputs.patch @@ -0,0 +1,59 @@ +From 452bfd970a9ed8c90aaabc84de000a44c6406177 Mon Sep 17 00:00:00 2001 +From: Jakub Filak +Date: Tue, 4 Nov 2014 07:15:01 +0100 +Subject: [PATCH] Update Linux-aarch64 test outputs + +Related to #42 +--- + test/outputs/Linux-aarch64/run_test.log.in | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/test/outputs/Linux-aarch64/run_test.log.in b/test/outputs/Linux-aarch64/run_test.log.in +index 3d83a66..4ec6544 100644 +--- a/test/outputs/Linux-aarch64/run_test.log.in ++++ b/test/outputs/Linux-aarch64/run_test.log.in +@@ -1,4 +1,4 @@ +-Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.() ++Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.open() + Exception in thread "main" java.io.FileNotFoundException: _wrong_file_ (No such file or directory) + at java.io.FileInputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class] + at java.io.FileInputStream.(FileInputStream.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class] +@@ -6,7 +6,7 @@ Exception in thread "main" java.io.FileNotFoundException: _wrong_file_ (No such + at Test.fileRelatedIssues(Test.java:461) [file:@CMAKE_BINARY_DIR@/test/Test.class] + at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class] + executable: @CMAKE_BINARY_DIR@/test/Test.class +-Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.() ++Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.open() + Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied) + at java.io.FileInputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class] + at java.io.FileInputStream.(FileInputStream.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class] +@@ -14,7 +14,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss + at Test.fileRelatedIssues(Test.java:462) [file:@CMAKE_BINARY_DIR@/test/Test.class] + at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class] + executable: @CMAKE_BINARY_DIR@/test/Test.class +-Caught exception java.io.FileNotFoundException in method java.io.FileOutputStream.() ++Caught exception java.io.FileNotFoundException in method java.io.FileOutputStream.open() + Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied) + at java.io.FileOutputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileOutputStream.class] + at java.io.FileOutputStream.(FileOutputStream.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileOutputStream.class] +@@ -23,7 +23,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss + at Test.fileRelatedIssues(Test.java:463) [file:@CMAKE_BINARY_DIR@/test/Test.class] + at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class] + executable: @CMAKE_BINARY_DIR@/test/Test.class +-Caught exception java.net.UnknownHostException in method java.net.InetAddress$2.lookupAllHostAddr() ++Caught exception java.net.UnknownHostException in method java.net.Inet6AddressImpl.lookupAllHostAddr() + Exception in thread "main" java.net.UnknownHostException: xyzzy: unknown error + at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/Inet6AddressImpl.class] + at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/InetAddress$2.class] +@@ -50,7 +50,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy + at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class] + at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class] + executable: @CMAKE_BINARY_DIR@/test/Test.class +-Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect() ++Caught exception java.net.ConnectException in method java.net.PlainSocketImpl.socketConnect() + Exception in thread "main" java.net.ConnectException: Connection refused + at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class] + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class] +-- +2.1.0 + diff --git a/abrt-java-connector.spec b/abrt-java-connector.spec index 59ec58f..7b67320 100644 --- a/abrt-java-connector.spec +++ b/abrt-java-connector.spec @@ -3,7 +3,7 @@ Name: abrt-java-connector Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JNI Agent library converting Java exceptions to ABRT problems Group: System Environment/Libraries @@ -24,9 +24,11 @@ BuildRequires: git Requires: abrt +# git format-patch 416db946329b043a58acf557f0525361a97e1da1 -N Patch0001: 0001-Decrease-the-tested-memory-limits-because-of-failure.patch Patch0002: 0002-Adapt-the-arm-test-outputs-to-java-1.8.patch Patch0003: 0003-Add-java-1.8-test-outputs-for-aarch-ppc-and-s390.patch +Patch0004: 0004-Update-Linux-aarch64-test-outputs.patch %description JNI library providing an agent capable to process both caught and uncaught @@ -79,6 +81,9 @@ make test || { %changelog +* Tue Nov 04 2014 Jakub Filak - 1.1.0-2 +- Update the test results for aarch64 + * Wed Oct 29 2014 Jakub Filak - 1.1.0-1 - Support java-1.8-openjdk - Install the library to /usr/lib/abrt-java-connector on all arches