-
Notifications
You must be signed in to change notification settings - Fork 170
Tasks with expected undefined behavior and another result in several directories #480
Comments
Should these tasks simply be renamed to remove the other verdict? Probably it would be better to fix them, but I can't do this. |
Addresses the Busybox part of sosy-lab#480.
@dbeyer What should be do here? Will you contact the authors of these tasks and ask for fixes, or should we remove the label for the other property (the one that does not include undefined behavior)? @tautschnig has already fixes for the busybox tasks in #513. |
Can this issue be closed? @tautschnig ? |
I'm not sure why it's me to comment on this? I have tried to do my share of the work by addressing the issue for those benchmarks that I had originally submitted. It would be nice if the submitters of benchmarks in |
Also: no, it cannot be closed AFAIK, because the other directories as listed by @PhilippWendler are still affected. |
Assigned @Heizmann and @danieldietsch for cleaning up the labels for the termination directories. |
The following tasks all have expected undefined behavior (as indicated by
false-valid-deref
orfalse-no-overflow
), but also a result for some other property:sv-benchmarks/c/check.py
Lines 93 to 115 in 50702f8
The affected directories are
busybox-1.22.0
forester-heap
heap-manipulation
list-ext-properties
termination-crafted-lit
termination-numeric
Undefined behavior can in theory lead to the violation of any other property, so this makes little sense.
Probably the task should be split into two versions, one identical to the current version but only with the property for undefined behavior, and the other with the undefined behavior fixed.
The text was updated successfully, but these errors were encountered: