Skip to content

Commit 575b343

Browse files
author
thk123
committed
Adding simple test for trace correctness
Checks that the trace now includes the class as part of the trace. Note this check doesn't precisly validate the trace - but would have caught the original bug.
1 parent 06837c8 commit 575b343

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class TestGenTest
2+
{
3+
public void f()
4+
{
5+
int a = 4;
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CORE
2+
TestGenTest.class
3+
--function TestGenTest.f --trace --cover location --json-ui
4+
"data": "java::TestGenTest",$
5+
^EXIT=0$
6+
^SIGNAL=0$
7+
--
8+
^warning: ignoring

0 commit comments

Comments
 (0)