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
case generatedCodeDifferential ="Generated code differential"
24
25
case generatedCodeFailed ="Generated code failed"
25
26
case generatedCodeTimedOut ="Generated code timed out"
26
27
case generatedCodeCrashed ="Generated code crashed"
@@ -112,6 +113,8 @@ public class HybridEngine: FuzzEngine {
112
113
returnrecordOutcome(.generatedCodeTimedOut)
113
114
case.crashed:
114
115
returnrecordOutcome(.generatedCodeCrashed)
116
+
case.differential:
117
+
returnrecordOutcome(.generatedCodeDifferential)
115
118
}
116
119
117
120
// Now perform one round of fixup to improve the generated program based on runtime information and in particular remove all try-catch guards that are not needed.
0 commit comments