forked from diffblue/cbmc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request diffblue#271 from diffblue/smowton/merge_develop_2…
…017_11_16 Merge latest cbmc-develop
- Loading branch information
Showing
365 changed files
with
9,277 additions
and
3,852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,57 @@ | ||
# These owners will be the default owners for everything in the repo. | ||
* @kroening @tautschnig @peterschrammel | ||
* @kroening @tautschnig @peterschrammel @smowton @chrisr-diffblue | ||
|
||
src/java_bytecode/ @smowton @mgudemann @cristina-david @jgwilson42 @pkesseli @Degiorgio @NathanJPhillips | ||
src/jbmc/ @smowton @mgudemann @cristina-david @jgwilson42 @pkesseli @Degiorgio @NathanJPhillips | ||
src/miniz/ @smowton @mgudemann @cristina-david @jgwilson42 @pkesseli | ||
# These files should rarely change | ||
|
||
src/ansi-c/ @marek-trtik @kroening @tautschnig | ||
src/big-int/ @kroening | ||
src/ansi-c/ @kroening @tautschnig | ||
src/assembler/ @kroening @tautschnig | ||
src/goto-cc/ @kroening @tautschnig | ||
src/linking/ @kroening @tautschnig | ||
src/memory-models/ @kroening @tautschnig | ||
src/goto-symex/ @kroening @tautschnig @peterschrammel | ||
src/json/ @kroening @tautschnig @peterschrammel | ||
src/langapi/ @kroening @tautschnig @peterschrammel | ||
src/xmllang/ @kroening @tautschnig @peterschrammel | ||
src/nonstd/ @smowton @peterschrammel | ||
src/solvers/cvc @martin-cs @kroening | ||
src/solvers/flattening @martin-cs @kroening @tautschnig @peterschrammel | ||
src/solvers/floatbv @martin-cs @kroening | ||
src/solvers/miniBDD @tautschnig @kroening | ||
src/solvers/prop @martin-cs @kroening @tautschnig @peterschrammel | ||
src/solvers/sat @martin-cs @kroening @tautschnig @peterschrammel | ||
src/solvers/smt2 @martin-cs @tautschnig @peterschrammel | ||
src/miniz/ @smowton @mgudemann @peterschrammel | ||
|
||
src/cpp/ @marek-trtik @kroening @tautschnig | ||
|
||
CMakeLists.txt @reuk @thk123 | ||
# These files change frequently and changes are high-risk | ||
|
||
cmake/ @reuk @thk123 | ||
src/cbmc/ @smowton @kroening @tautschnig @peterschrammel | ||
src/goto-programs/ @smowton @kroening @tautschnig @peterschrammel @pkesseli | ||
src/util/ @smowton @kroening @tautschnig @peterschrammel @pkesseli | ||
src/solvers/refinement @martin-cs @romainbrenguier @peterschrammel | ||
src/java_bytecode/ @smowton @mgudemann @thk123 @cristina-david @cesaro @pkesseli @NathanJPhillips @peterschrammel | ||
src/analyses/ @martin-cs @peterschrammel @chrisr-diffblue @thk123 @smowton | ||
src/pointer-analysis/ @martin-cs @peterschrammel @chrisr-diffblue @smowton | ||
|
||
src/solvers/ @martin-cs @romainbrenguier @antlechner @kroening | ||
|
||
src/analyses/ @martin-cs @peterschrammel @thk123 @marek-trtik @NathanJPhillips | ||
# These files change frequently and changes are medium-risk | ||
|
||
src/pointer-analysis/ @martin-cs @peterschrammel @thk123 @marek-trtik | ||
src/goto-analyzer/ @martin-cs @chrisr-diffblue @peterschrammel | ||
src/goto-instrument/ @martin-cs @chrisr-diffblue @peterschrammel | ||
src/goto-diff/ @tautschnig @peterschrammel | ||
src/jbmc/ @smowton @mgudemann @cristina-david @cesaro @pkesseli @peterschrammel | ||
src/cpp/ @kroening @tautschnig @peterschrammel | ||
|
||
src/goto-analyzer/ @martin-cs @peterschrammel @thk123 @marek-trtik | ||
|
||
src/goto-instrument/ @martin-cs @peterschrammel @thk123 @marek-trtik | ||
|
||
src/goto-programs/ @smowton @kroening @tautschnig @peterschrammel @marek-trtik | ||
|
||
src/linking/ @smowton @kroening @tautschnig @peterschrammel @marek-trtik | ||
# These files change frequently and changes are low-risk | ||
|
||
unit/ @diffblue/cbmc-developers | ||
|
||
regression/ @diffblue/cbmc-developers | ||
|
||
.travis.yml @diffblue/devops @thk123 @forejtv @jgwilson42 @rabiamarzhiya | ||
appveyor.yml @diffblue/devops @thk123 @forejtv @jgwilson42 @rabiamarzhiya | ||
CMakeLists.txt @reuk @chrisr-diffblue | ||
cmake/ @reuk @chrisr-diffblue | ||
|
||
scripts/ @diffblue/devops @thk123 @forejtv @peterschrammel | ||
.travis.yml @diffblue/devops @thk123 @forejtv @peterschrammel | ||
appveyor.yml @diffblue/devops @thk123 @forejtv @peterschrammel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
DIRS = ansi-c \ | ||
cbmc \ | ||
cbmc-cover \ | ||
cbmc-cpp \ | ||
cbmc-java \ | ||
cbmc-java-inheritance \ | ||
cpp \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
add_test_pl_tests( | ||
"$<TARGET_FILE:cbmc>" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
add_test_pl_tests( | ||
"$<TARGET_FILE:cbmc>" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#include <assert.h> | ||
int x; | ||
|
||
void g(int i){ | ||
x=i; | ||
} | ||
|
||
int main() { | ||
g(3); | ||
assert(x==3); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CORE | ||
main.cpp | ||
|
||
^EXIT=0$ | ||
^SIGNAL=0$ | ||
^VERIFICATION SUCCESSFUL$ | ||
-- | ||
^warning: ignoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#include <assert.h> | ||
unsigned x; | ||
|
||
class ct { | ||
void f(int i) { | ||
x=x+i; | ||
} | ||
}; | ||
|
||
int main() { | ||
unsigned r; | ||
x=r%3; | ||
ct c; | ||
c.f(2); | ||
assert(x<4); | ||
assert(x<5); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CORE | ||
main.cpp | ||
|
||
instance is SATISFIABLE$ | ||
instance is UNSATISFIABLE$ | ||
^EXIT=10$ | ||
^SIGNAL=0$ | ||
^VERIFICATION FAILED$ | ||
-- | ||
^warning: ignoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#include <assert.h> | ||
struct A | ||
{ | ||
union | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
public class DivideByZero { | ||
public static void main(String args[]) { | ||
int i=0; | ||
int j=10/i; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CORE | ||
DivideByZero.class | ||
|
||
^EXIT=10$ | ||
^SIGNAL=0$ | ||
Denominator should be nonzero: FAILURE | ||
^VERIFICATION FAILED | ||
-- | ||
^warning: ignoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
CORE | ||
Main.class | ||
--function "D.fail:()V" | ||
--function 'D.fail:()V' | ||
^EXIT=10$ | ||
^SIGNAL=0$ | ||
^VERIFICATION FAILED$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
interface A{} | ||
interface B{} | ||
interface C{} | ||
interface L<T> extends A,B,C{} | ||
|
||
public class Gn<T extends L<? extends B>>{ | ||
Gn<?> ex1; | ||
public void foo1(Gn<?> ex1){ | ||
if(ex1 != null) | ||
this.ex1 = ex1; | ||
} | ||
public static void main(String[] args) { | ||
System.out.println("ddfsdf"); | ||
} | ||
} |
Binary file not shown.
Oops, something went wrong.