You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/relooper/test_fuzz6.txt
+23-30
Original file line number
Diff line number
Diff line change
@@ -40,39 +40,14 @@ while(1) {
40
40
print(16); state = check();// ................................................................................................................................................................................................................................................................................................................................................................
41
41
print(57); state = check();// ...........................................................................................................................................................................................................................................................................................................................
42
42
print(39); state = check();// ................
43
-
if (state % 3 == 0) {
44
-
label = 73;
45
-
} else if (state % 3 == 1) {
43
+
if (state % 3 == 1) {
46
44
label = 74;
47
-
} else {
45
+
} else if (!(state % 3 == 0)) {
48
46
label = 32;
49
47
break;
50
48
}
51
49
while(1) {
52
-
if (label == 73) {
53
-
label = 0;
54
-
print(72); state = check();// ..........................................................................................................
55
-
if (state % 2 == 0) {
56
-
label = 92;
57
-
break L20;
58
-
}
59
-
print(80); state = check();// ....................................
60
-
if (state % 2 == 0) {
61
-
continue L18;
62
-
}
63
-
print(50); state = check();// ........................................
64
-
print(29); state = check();// ...............
65
-
print(8); state = check();// ....................................................................................................................................................................................................................................................
66
-
if (state % 2 == 0) {
67
-
continue L10;
68
-
}
69
-
print(19); state = check();// ......................................................................................................................................................................................................................
70
-
print(56); state = check();// ....................................................................................................................................................................................................................
71
-
print(34); state = check();// ..........................................................................................................................................
72
-
label = 74;
73
-
continue;
74
-
}
75
-
else if (label == 74) {
50
+
if (label == 74) {
76
51
label = 0;
77
52
print(73); state = check();// .
78
53
if (state % 3 == 1) {
@@ -87,9 +62,27 @@ while(1) {
87
62
print(77); state = check();// ...........................................................................................................................................................................................................................................................................................
88
63
print(76); state = check();// ..............................................................................................................................................................................................................................................................................................................................................................................................................................
89
64
print(22); state = check();// .........................................................................................................
90
-
label = 73;
91
-
continue;
92
65
}
66
+
print(72); state = check();// ..........................................................................................................
67
+
if (state % 2 == 0) {
68
+
label = 92;
69
+
break L20;
70
+
}
71
+
print(80); state = check();// ....................................
72
+
if (state % 2 == 0) {
73
+
continue L18;
74
+
}
75
+
print(50); state = check();// ........................................
76
+
print(29); state = check();// ...............
77
+
print(8); state = check();// ....................................................................................................................................................................................................................................................
78
+
if (state % 2 == 0) {
79
+
continue L10;
80
+
}
81
+
print(19); state = check();// ......................................................................................................................................................................................................................
82
+
print(56); state = check();// ....................................................................................................................................................................................................................
83
+
print(34); state = check();// ..........................................................................................................................................
84
+
label = 74;
85
+
continue;
93
86
}
94
87
print(62); state = check();// .......................................................................................
0 commit comments