aboutsummaryrefslogtreecommitdiff
path: root/entomologist/src/org/monkey/comparator/testing/refs/monkey_different_history.xml
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-26 12:25:06 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-26 12:25:06 +0200
commit6bfc7b600b276d4a6c139cdb6b0335ed572332f5 (patch)
tree831f170cb424e30b49d0d20b4d97a0fb6df8ea65 /entomologist/src/org/monkey/comparator/testing/refs/monkey_different_history.xml
downloadmonkey-6bfc7b600b276d4a6c139cdb6b0335ed572332f5.tar.gz
monkey-6bfc7b600b276d4a6c139cdb6b0335ed572332f5.zip
-recoveredHEADmaster
Diffstat (limited to 'entomologist/src/org/monkey/comparator/testing/refs/monkey_different_history.xml')
-rw-r--r--entomologist/src/org/monkey/comparator/testing/refs/monkey_different_history.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/entomologist/src/org/monkey/comparator/testing/refs/monkey_different_history.xml b/entomologist/src/org/monkey/comparator/testing/refs/monkey_different_history.xml
new file mode 100644
index 0000000..7fc9ac0
--- /dev/null
+++ b/entomologist/src/org/monkey/comparator/testing/refs/monkey_different_history.xml
@@ -0,0 +1,60 @@
1<?xml version="1.0"?>
2<crash category="npe" function="crashFunction" line="14" file="bug_null_pointer_exception.c" >
3<history>
4<epoch step="0" >
5<trace>
6<function name="crashFunction" line="14" file="bug_null_pointer_exception.c" depth="0" >
7<expressions>
8<expression name="crashStruct" >NULL</expression>
9<expression name="x" >5</expression>
10<expression name="y" >6</expression>
11<expression name="s" >Hello</expression>
12</expressions>
13</function>
14<function name="intermediateFunction" line="20" file="bug_null_pointer_exception.c" depth="0" >
15<expressions>
16<expression name="alpha" >1</expression>
17<expression name="beta" >2</expression>
18<expression name="gamma" >7</expression>
19<expression name="delta" >hurray</expression>
20</expressions>
21</function>
22<function name="anotherCrashFunction" line="3" file="bug_null_pointer_exception.c" depth="1" >
23<expressions>
24<expression name="a" >3</expression>
25<expression name="b" >7</expression>
26<expression name="c" >9</expression>
27<expression name="d" >112</expression>
28</expressions>
29</function>
30</trace>
31</epoch>
32<epoch step="1" >
33<trace>
34<function name="crashFunction" line="14" file="bug_null_pointer_exception.c" depth="0" >
35<expressions>
36<expression name="crashStruct" >NULL</expression>
37<expression name="x" >5</expression>
38<expression name="y" >6</expression>
39<expression name="s" >Hello</expression>
40</expressions>
41</function>
42<function name="intermediateFunction" line="20" file="bug_null_pointer_exception.c" depth="0" >
43<expressions>
44<expression name="alpha" >1</expression>
45<expression name="beta" >2</expression>
46<expression name="gamma" >7</expression>
47<expression name="delta" >hurray</expression>
48</expressions>
49</function>
50<function name="anotherCrashFunction" line="3" file="bug_null_pointer_exception.c" depth="1" >
51<expressions>
52<expression name="i" >3</expression>
53<expression name="j" >7</expression>
54<expression name="k" >9</expression>
55</expressions>
56</function>
57</trace>
58</epoch>
59</history>
60</crash>