Test: FIR CFA: sort edges by style & target node id

This commit is contained in:
pyos
2022-11-29 15:12:05 +01:00
committed by Dmitriy Novozhilov
parent 7ee1b75e43
commit faf0129a5d
89 changed files with 662 additions and 694 deletions
+13 -13
View File
@@ -58,15 +58,15 @@ digraph tryCatch_kt {
}
0 -> {1};
1 -> {2};
2 -> {3 16 9};
2 -> {3 9 16};
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {23 16 9};
8 -> {9 16 23};
9 -> {10};
9 -> {25} [label=onUncaughtException];
9 -> {25} [label="onUncaughtException"];
10 -> {11};
11 -> {12};
12 -> {13};
@@ -74,7 +74,7 @@ digraph tryCatch_kt {
14 -> {15};
15 -> {23};
16 -> {17};
16 -> {25} [label=onUncaughtException];
16 -> {25} [label="onUncaughtException"];
17 -> {18};
18 -> {19};
19 -> {20};
@@ -130,9 +130,9 @@ digraph tryCatch_kt {
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {40 34};
33 -> {34 40};
34 -> {35};
34 -> {43} [label=onUncaughtException];
34 -> {43} [label="onUncaughtException"];
35 -> {36};
36 -> {37};
37 -> {38};
@@ -272,13 +272,13 @@ digraph tryCatch_kt {
49 -> {91} [style=dotted];
50 -> {51};
51 -> {52};
52 -> {53 95 84};
52 -> {53 84 95};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {60 59};
58 -> {59 60};
59 -> {66};
60 -> {61};
61 -> {62};
@@ -294,7 +294,7 @@ digraph tryCatch_kt {
70 -> {71};
71 -> {72};
72 -> {73};
73 -> {75 74};
73 -> {74 75};
74 -> {81};
75 -> {76};
76 -> {77};
@@ -305,9 +305,9 @@ digraph tryCatch_kt {
80 -> {81} [style=dotted];
81 -> {82};
82 -> {83};
83 -> {102 95 84};
83 -> {84 95 102};
84 -> {85};
84 -> {107} [label=onUncaughtException];
84 -> {107} [label="onUncaughtException"];
85 -> {86};
86 -> {87};
87 -> {91};
@@ -320,11 +320,11 @@ digraph tryCatch_kt {
93 -> {94};
94 -> {107};
95 -> {96};
95 -> {107} [label=onUncaughtException];
95 -> {107} [label="onUncaughtException"];
96 -> {97};
97 -> {98};
98 -> {99} [style=dotted];
98 -> {47} [color=green style=dashed];
98 -> {99} [style=dotted];
99 -> {100} [style=dotted];
100 -> {101} [style=dotted];
101 -> {102} [style=dotted];