Blame SOURCES/0018-Fix-arch-specific-outputs.patch

b35d98
From 581485ff137db949c4972327c2de1f573bc4cf97 Mon Sep 17 00:00:00 2001
b35d98
From: Jakub Filak <jfilak@redhat.com>
b35d98
Date: Thu, 9 Jan 2014 10:27:17 -0500
b35d98
Subject: [PATCH 18/39] Fix arch specific outputs
b35d98
b35d98
Related to rhbz#1054737
b35d98
b35d98
Signed-off-by: Jakub Filak <jfilak@redhat.com>
b35d98
---
b35d98
 CMakeLists.txt                            |  2 ++
b35d98
 test/outputs/Linux-armv7l/run_test.log.in | 34 +++++++++++++++----------------
b35d98
 test/outputs/Linux-ppc/run_test.log.in    |  3 ++-
b35d98
 test/outputs/Linux-ppc64/run_test.log.in  |  1 +
b35d98
 test/outputs/Linux-s390/run_test.log.in   |  1 +
b35d98
 test/outputs/Linux-s390x/run_test.log.in  |  1 +
b35d98
 test/outputs/run_test.log.in              | 17 ++++++++++++++++
b35d98
 7 files changed, 41 insertions(+), 18 deletions(-)
b35d98
b35d98
diff --git a/CMakeLists.txt b/CMakeLists.txt
b35d98
index 1804cc5..1504461 100644
b35d98
--- a/CMakeLists.txt
b35d98
+++ b/CMakeLists.txt
b35d98
@@ -6,6 +6,8 @@ enable_testing()
b35d98
 # Beware, PROJECT_VERSION will be overridden by information from git
b35d98
 set(PROJECT_VERSION "0.1.1")
b35d98
 
b35d98
+message("Configuring ${PROJECT_NAME}-${PROJECT_VERSION} on ${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
b35d98
+
b35d98
 execute_process(
b35d98
     COMMAND git log -1 --format=%h
b35d98
     WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
b35d98
diff --git a/test/outputs/Linux-armv7l/run_test.log.in b/test/outputs/Linux-armv7l/run_test.log.in
b35d98
index 483aed5..2a41f50 100644
b35d98
--- a/test/outputs/Linux-armv7l/run_test.log.in
b35d98
+++ b/test/outputs/Linux-armv7l/run_test.log.in
b35d98
@@ -5,7 +5,7 @@ Exception in thread "main" java.io.FileNotFoundException: _wrong_file_ (No such
b35d98
 	at Test.readWrongFile(Test.java:89) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.fileRelatedIssues(Test.java:461) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.<init>()
b35d98
 Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied)
b35d98
 	at java.io.FileInputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
b35d98
@@ -13,7 +13,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss
b35d98
 	at Test.readUnreadableFile(Test.java:111) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.fileRelatedIssues(Test.java:462) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.io.FileNotFoundException in method java.io.FileOutputStream.<init>()
b35d98
 Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied)
b35d98
 	at java.io.FileOutputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileOutputStream.class]
b35d98
@@ -22,7 +22,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss
b35d98
 	at Test.writeToUnwritableFile(Test.java:134) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.fileRelatedIssues(Test.java:463) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.NumberFormatException in method java.lang.Integer.parseInt()
b35d98
 Exception in thread "main" java.lang.NumberFormatException: null
b35d98
 	at java.lang.Integer.parseInt(Integer.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/Integer.class]
b35d98
@@ -41,7 +41,7 @@ Exception in thread "main" java.lang.NumberFormatException: null
b35d98
 	at Test.readFromUnknownHost(Test.java:157) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.net.UnknownHostException in method java.net.InetAddress$1.lookupAllHostAddr()
b35d98
 Exception in thread "main" java.net.UnknownHostException: xyzzy: Name or service not known
b35d98
 	at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/Inet6AddressImpl.class]
b35d98
@@ -56,7 +56,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy: Name or service
b35d98
 	at Test.readFromUnknownHost(Test.java:157) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.net.UnknownHostException in method java.net.AbstractPlainSocketImpl.connect()
b35d98
 Exception in thread "main" java.net.UnknownHostException: xyzzy
b35d98
 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
b35d98
@@ -68,7 +68,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
b35d98
 	at Test.readFromUnknownHost(Test.java:157) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
b35d98
 Exception in thread "main" java.net.ConnectException: Connection refused
b35d98
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
b35d98
@@ -83,7 +83,7 @@ Exception in thread "main" java.net.ConnectException: Connection refused
b35d98
 	at Test.readFromSocket(Test.java:177) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:474) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.NumberFormatException in method java.lang.Long.parseLong()
b35d98
 Exception in thread "main" java.lang.NumberFormatException: null
b35d98
 	at java.lang.Long.parseLong(Long.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/Long.class]
b35d98
@@ -93,7 +93,7 @@ Exception in thread "main" java.lang.NumberFormatException: null
b35d98
 	at Test.readFromURL(Test.java:237) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:475) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.io.FileNotFoundException in method sun.net.www.protocol.http.HttpURLConnection.getInputStream()
b35d98
 Exception in thread "main" java.io.FileNotFoundException: http://localhost:54321/_this_does_not_exists_
b35d98
 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/sun/net/www/protocol/http/HttpURLConnection.class]
b35d98
@@ -101,7 +101,7 @@ Exception in thread "main" java.io.FileNotFoundException: http://localhost:54321
b35d98
 	at Test.readFromURL(Test.java:237) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:475) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.net.MalformedURLException in method java.net.URL.<init>()
b35d98
 Exception in thread "main" java.net.MalformedURLException: no protocol: @#$%^&malformed URL@#$%^&*()
b35d98
 	at java.net.URL.<init>(URL.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/URL.class]
b35d98
@@ -110,14 +110,14 @@ Exception in thread "main" java.net.MalformedURLException: no protocol: @#$%^&ma
b35d98
 	at Test.malformedURL(Test.java:194) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:476) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.ArrayIndexOutOfBoundsException in method Test.throwIndexOutOfBoundsException()
b35d98
 Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 42
b35d98
 	at Test.throwIndexOutOfBoundsException(Test.java:266) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.catchIndexOutOfBoundsException(Test.java:347) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:486) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.StringIndexOutOfBoundsException in method java.lang.String.charAt()
b35d98
 Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
b35d98
 	at java.lang.String.charAt(String.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/String.class]
b35d98
@@ -125,21 +125,21 @@ Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String ind
b35d98
 	at Test.catchStringIndexOutOfBoundsException(Test.java:362) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:487) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.NullPointerException in method Test.throwNullPointerException()
b35d98
 Exception in thread "main" java.lang.NullPointerException
b35d98
 	at Test.throwNullPointerException(Test.java:290) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.catchNullPointerException(Test.java:377) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:488) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.ClassCastException in method Test.throwClassCastException()
b35d98
 Exception in thread "main" java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
b35d98
 	at Test.throwClassCastException(Test.java:302) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.catchClassCastException(Test.java:392) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:489) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.UnsatisfiedLinkError in method java.lang.Runtime.load0()
b35d98
 Exception in thread "main" java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: xyzzy
b35d98
 	at java.lang.Runtime.load0(Runtime.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/Runtime.class]
b35d98
@@ -148,7 +148,7 @@ Exception in thread "main" java.lang.UnsatisfiedLinkError: Expecting an absolute
b35d98
 	at Test.catchUnsatisfiedLinkErrorUserLibrary(Test.java:422) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:491) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.UnsatisfiedLinkError in method java.lang.ClassLoader.loadLibrary()
b35d98
 Exception in thread "main" java.lang.UnsatisfiedLinkError: no xyzzy in java.library.path
b35d98
 	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/ClassLoader.class]
b35d98
@@ -158,10 +158,10 @@ Exception in thread "main" java.lang.UnsatisfiedLinkError: no xyzzy in java.libr
b35d98
 	at Test.catchUnsatisfiedLinkErrorSystemLibrary(Test.java:437) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:492) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Uncaught exception java.lang.NullPointerException in method Test.throwNullPointerException()
b35d98
 Exception in thread "main" java.lang.NullPointerException
b35d98
 	at Test.throwNullPointerException(Test.java:290) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndDontCatchException(Test.java:501) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:518) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable= @CMAKE_BINARY_DIR@/test/Test.class
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
diff --git a/test/outputs/Linux-ppc/run_test.log.in b/test/outputs/Linux-ppc/run_test.log.in
b35d98
index 6134d09..2a41f50 100644
b35d98
--- a/test/outputs/Linux-ppc/run_test.log.in
b35d98
+++ b/test/outputs/Linux-ppc/run_test.log.in
b35d98
@@ -158,9 +158,10 @@ Exception in thread "main" java.lang.UnsatisfiedLinkError: no xyzzy in java.libr
b35d98
 	at Test.catchUnsatisfiedLinkErrorSystemLibrary(Test.java:437) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:492) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Uncaught exception java.lang.NullPointerException in method Test.throwNullPointerException()
b35d98
 Exception in thread "main" java.lang.NullPointerException
b35d98
 	at Test.throwNullPointerException(Test.java:290) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndDontCatchException(Test.java:501) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
-executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 	at Test.main(Test.java:518) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
diff --git a/test/outputs/Linux-ppc64/run_test.log.in b/test/outputs/Linux-ppc64/run_test.log.in
b35d98
index fcf63cb..2a41f50 100644
b35d98
--- a/test/outputs/Linux-ppc64/run_test.log.in
b35d98
+++ b/test/outputs/Linux-ppc64/run_test.log.in
b35d98
@@ -158,6 +158,7 @@ Exception in thread "main" java.lang.UnsatisfiedLinkError: no xyzzy in java.libr
b35d98
 	at Test.catchUnsatisfiedLinkErrorSystemLibrary(Test.java:437) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:492) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Uncaught exception java.lang.NullPointerException in method Test.throwNullPointerException()
b35d98
 Exception in thread "main" java.lang.NullPointerException
b35d98
 	at Test.throwNullPointerException(Test.java:290) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
diff --git a/test/outputs/Linux-s390/run_test.log.in b/test/outputs/Linux-s390/run_test.log.in
b35d98
index fcf63cb..2a41f50 100644
b35d98
--- a/test/outputs/Linux-s390/run_test.log.in
b35d98
+++ b/test/outputs/Linux-s390/run_test.log.in
b35d98
@@ -158,6 +158,7 @@ Exception in thread "main" java.lang.UnsatisfiedLinkError: no xyzzy in java.libr
b35d98
 	at Test.catchUnsatisfiedLinkErrorSystemLibrary(Test.java:437) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:492) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Uncaught exception java.lang.NullPointerException in method Test.throwNullPointerException()
b35d98
 Exception in thread "main" java.lang.NullPointerException
b35d98
 	at Test.throwNullPointerException(Test.java:290) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
diff --git a/test/outputs/Linux-s390x/run_test.log.in b/test/outputs/Linux-s390x/run_test.log.in
b35d98
index fcf63cb..2a41f50 100644
b35d98
--- a/test/outputs/Linux-s390x/run_test.log.in
b35d98
+++ b/test/outputs/Linux-s390x/run_test.log.in
b35d98
@@ -158,6 +158,7 @@ Exception in thread "main" java.lang.UnsatisfiedLinkError: no xyzzy in java.libr
b35d98
 	at Test.catchUnsatisfiedLinkErrorSystemLibrary(Test.java:437) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:492) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Uncaught exception java.lang.NullPointerException in method Test.throwNullPointerException()
b35d98
 Exception in thread "main" java.lang.NullPointerException
b35d98
 	at Test.throwNullPointerException(Test.java:290) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
diff --git a/test/outputs/run_test.log.in b/test/outputs/run_test.log.in
b35d98
index 95f477b..4d4d3c0 100644
b35d98
--- a/test/outputs/run_test.log.in
b35d98
+++ b/test/outputs/run_test.log.in
b35d98
@@ -5,6 +5,7 @@ Exception in thread "main" java.io.FileNotFoundException: _wrong_file_ (No such
b35d98
 	at Test.readWrongFile(Test.java:89) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.fileRelatedIssues(Test.java:461) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.io.FileNotFoundException in method java.io.FileInputStream.open()
b35d98
 Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied)
b35d98
 	at java.io.FileInputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileInputStream.class]
b35d98
@@ -12,6 +13,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss
b35d98
 	at Test.readUnreadableFile(Test.java:111) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.fileRelatedIssues(Test.java:462) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.io.FileNotFoundException in method java.io.FileOutputStream.open()
b35d98
 Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permission denied)
b35d98
 	at java.io.FileOutputStream.open(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/io/FileOutputStream.class]
b35d98
@@ -20,6 +22,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss
b35d98
 	at Test.writeToUnwritableFile(Test.java:134) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.fileRelatedIssues(Test.java:463) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.NumberFormatException in method java.lang.Integer.parseInt()
b35d98
 Exception in thread "main" java.lang.NumberFormatException: null
b35d98
 	at java.lang.Integer.parseInt(Integer.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/Integer.class]
b35d98
@@ -38,6 +41,7 @@ Exception in thread "main" java.lang.NumberFormatException: null
b35d98
 	at Test.readFromUnknownHost(Test.java:157) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.net.UnknownHostException in method java.net.Inet6AddressImpl.lookupAllHostAddr()
b35d98
 Exception in thread "main" java.net.UnknownHostException: xyzzy: Name or service not known
b35d98
 	at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/Inet6AddressImpl.class]
b35d98
@@ -52,6 +56,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy: Name or service
b35d98
 	at Test.readFromUnknownHost(Test.java:157) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.net.UnknownHostException in method java.net.AbstractPlainSocketImpl.connect()
b35d98
 Exception in thread "main" java.net.UnknownHostException: xyzzy
b35d98
 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
b35d98
@@ -63,6 +68,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
b35d98
 	at Test.readFromUnknownHost(Test.java:157) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:473) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.net.ConnectException in method java.net.PlainSocketImpl.socketConnect()
b35d98
 Exception in thread "main" java.net.ConnectException: Connection refused
b35d98
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
b35d98
@@ -77,6 +83,7 @@ Exception in thread "main" java.net.ConnectException: Connection refused
b35d98
 	at Test.readFromSocket(Test.java:177) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:474) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.NumberFormatException in method java.lang.Long.parseLong()
b35d98
 Exception in thread "main" java.lang.NumberFormatException: null
b35d98
 	at java.lang.Long.parseLong(Long.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/Long.class]
b35d98
@@ -86,6 +93,7 @@ Exception in thread "main" java.lang.NumberFormatException: null
b35d98
 	at Test.readFromURL(Test.java:237) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:475) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.io.FileNotFoundException in method sun.net.www.protocol.http.HttpURLConnection.getInputStream()
b35d98
 Exception in thread "main" java.io.FileNotFoundException: http://localhost:54321/_this_does_not_exists_
b35d98
 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/sun/net/www/protocol/http/HttpURLConnection.class]
b35d98
@@ -93,6 +101,7 @@ Exception in thread "main" java.io.FileNotFoundException: http://localhost:54321
b35d98
 	at Test.readFromURL(Test.java:237) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:475) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.net.MalformedURLException in method java.net.URL.<init>()
b35d98
 Exception in thread "main" java.net.MalformedURLException: no protocol: @#$%^&malformed URL@#$%^&*()
b35d98
 	at java.net.URL.<init>(URL.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/URL.class]
b35d98
@@ -101,12 +110,14 @@ Exception in thread "main" java.net.MalformedURLException: no protocol: @#$%^&ma
b35d98
 	at Test.malformedURL(Test.java:194) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.networkRelatedIssues(Test.java:476) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.ArrayIndexOutOfBoundsException in method Test.throwIndexOutOfBoundsException()
b35d98
 Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 42
b35d98
 	at Test.throwIndexOutOfBoundsException(Test.java:266) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.catchIndexOutOfBoundsException(Test.java:347) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:486) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.StringIndexOutOfBoundsException in method java.lang.String.charAt()
b35d98
 Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
b35d98
 	at java.lang.String.charAt(String.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/String.class]
b35d98
@@ -114,18 +125,21 @@ Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String ind
b35d98
 	at Test.catchStringIndexOutOfBoundsException(Test.java:362) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:487) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.NullPointerException in method Test.throwNullPointerException()
b35d98
 Exception in thread "main" java.lang.NullPointerException
b35d98
 	at Test.throwNullPointerException(Test.java:290) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.catchNullPointerException(Test.java:377) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:488) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.ClassCastException in method Test.throwClassCastException()
b35d98
 Exception in thread "main" java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
b35d98
 	at Test.throwClassCastException(Test.java:302) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.catchClassCastException(Test.java:392) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:489) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.UnsatisfiedLinkError in method java.lang.Runtime.load0()
b35d98
 Exception in thread "main" java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: xyzzy
b35d98
 	at java.lang.Runtime.load0(Runtime.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/Runtime.class]
b35d98
@@ -134,6 +148,7 @@ Exception in thread "main" java.lang.UnsatisfiedLinkError: Expecting an absolute
b35d98
 	at Test.catchUnsatisfiedLinkErrorUserLibrary(Test.java:422) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:491) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Caught exception java.lang.UnsatisfiedLinkError in method java.lang.ClassLoader.loadLibrary()
b35d98
 Exception in thread "main" java.lang.UnsatisfiedLinkError: no xyzzy in java.library.path
b35d98
 	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/lang/ClassLoader.class]
b35d98
@@ -143,8 +158,10 @@ Exception in thread "main" java.lang.UnsatisfiedLinkError: no xyzzy in java.libr
b35d98
 	at Test.catchUnsatisfiedLinkErrorSystemLibrary(Test.java:437) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndCatchAllExceptions(Test.java:492) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:515) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
 Uncaught exception java.lang.NullPointerException in method Test.throwNullPointerException()
b35d98
 Exception in thread "main" java.lang.NullPointerException
b35d98
 	at Test.throwNullPointerException(Test.java:290) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.throwAndDontCatchException(Test.java:501) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
 	at Test.main(Test.java:518) [file:@CMAKE_BINARY_DIR@/test/Test.class]
b35d98
+executable: @CMAKE_BINARY_DIR@/test/Test.class
b35d98
-- 
b35d98
1.8.3.1
b35d98