Skip to content

Commit 2d6313d

Browse files
author
thk123
committed
Test demonstrating logging with clause for dealing with Windows
1 parent 8b71813 commit 2d6313d

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class TestClass {
2+
public static void f(int y) {
3+
float[][] a1 = new float[y][3];
4+
int j = 0;
5+
a1[j][0] = 34.5f;
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CORE
2+
TestClass.class
3+
--function TestClass.f --cover location --unwind 2
4+
Source GOTO statement: .*
5+
(^ exception: Can't convert byte_extraction|warning: Nested exception printing not supported on Windows)
6+
^EXIT=6$
7+
--
8+
--
9+
This is a bug - this validates the error output.

0 commit comments

Comments
 (0)