Add unknown message to all verification targets

This commit is contained in:
Leonardo Alt
2020-10-19 20:54:13 +01:00
parent 455e35308a
commit cf35785328
18 changed files with 36 additions and 7 deletions
@@ -9,3 +9,4 @@ contract C {
}
}
// ----
// Warning 6328: (174-212): CHC: Assertion violation might happen here.
@@ -9,3 +9,4 @@ contract C {
}
}
// ----
// Warning 6328: (166-183): CHC: Assertion violation might happen here.
@@ -11,4 +11,5 @@ contract C {
}
}
// ----
// Warning 6328: (173-192): CHC: Assertion violation might happen here.
// Warning 7812: (173-192): BMC: Assertion violation might happen here.
@@ -10,4 +10,5 @@ contract C {
}
}
// ----
// Warning 6328: (157-172): CHC: Assertion violation might happen here.
// Warning 7812: (157-172): BMC: Assertion violation might happen here.
@@ -10,3 +10,4 @@ contract C {
}
}
// ----
// Warning 6328: (163-180): CHC: Assertion violation might happen here.
@@ -12,6 +12,9 @@ contract C {
}
}
// ----
// Warning 6328: (221-253): CHC: Assertion violation might happen here.
// Warning 6328: (257-289): CHC: Assertion violation might happen here.
// Warning 6328: (293-326): CHC: Assertion violation might happen here.
// Warning 4661: (221-253): BMC: Assertion violation happens here.
// Warning 4661: (257-289): BMC: Assertion violation happens here.
// Warning 4661: (293-326): BMC: Assertion violation happens here.
@@ -9,5 +9,6 @@ contract C {
}
}
// ----
// Warning 6328: (157-189): CHC: Assertion violation might happen here.
// Warning 6328: (193-225): CHC: Assertion violation happens here.
// Warning 4661: (157-189): BMC: Assertion violation happens here.