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#2269 from peterschrammel/parameters-code-…
…type Make sure code_typet always has parameters property
- Loading branch information
Showing
52 changed files
with
264 additions
and
129 deletions.
There are no files selected for viewing
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,8 @@ | ||
CORE | ||
new.jar | ||
old.jar | ||
EXIT=0 | ||
SIGNAL=0 | ||
-- | ||
java::java\.nio\.charset\.StandardCharsets::clinit_wrapper$ | ||
java::org\.apache\.tika\.mime\.MediaType::clinit_wrapper$ |
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
goto-programs | ||
java_bytecode | ||
java-testing-utils | ||
langapi # should go away | ||
testing-utils | ||
util |
3 changes: 3 additions & 0 deletions
3
jbmc/unit/java_bytecode/ci_lazy_methods/module_dependencies.txt
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 @@ | ||
ci_lazy_methods | ||
java-testing-utils | ||
testing-utils |
4 changes: 4 additions & 0 deletions
4
jbmc/unit/java_bytecode/goto-programs/module_dependencies.txt
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,4 @@ | ||
goto-programs | ||
java-testing-utils | ||
testing-utils | ||
util |
4 changes: 4 additions & 0 deletions
4
jbmc/unit/java_bytecode/goto_program_generics/module_dependencies.txt
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,4 @@ | ||
goto_program_generics | ||
java-testing-utils | ||
testing-utils | ||
util |
4 changes: 4 additions & 0 deletions
4
jbmc/unit/java_bytecode/inherited_static_fields/module_dependencies.txt
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,4 @@ | ||
inherited_static_fields | ||
java-testing-utils | ||
testing-utils | ||
util |
1 change: 1 addition & 0 deletions
1
jbmc/unit/java_bytecode/java_bytecode_convert_class/module_dependencies.txt
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 @@ | ||
java-testing-utils | ||
testing-utils | ||
java_bytecode | ||
util |
6 changes: 6 additions & 0 deletions
6
jbmc/unit/java_bytecode/java_bytecode_convert_method/module_dependencies.txt
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 @@ | ||
goto-programs | ||
java_bytecode | ||
java_bytecode_convert_method | ||
java-testing-utils | ||
testing-utils | ||
util |
3 changes: 3 additions & 0 deletions
3
jbmc/unit/java_bytecode/java_bytecode_parse_generics/module_dependencies.txt
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 @@ | ||
java_bytecode_parse_generics | ||
java-testing-utils | ||
testing-utils |
6 changes: 6 additions & 0 deletions
6
jbmc/unit/java_bytecode/java_bytecode_parse_lambdas/module_dependencies.txt
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 @@ | ||
java_bytecode | ||
java_bytecode_parse_lambdas | ||
java-testing-utils | ||
langapi # should go away | ||
testing-utils | ||
util |
5 changes: 5 additions & 0 deletions
5
jbmc/unit/java_bytecode/java_object_factory/module_dependencies.txt
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,5 @@ | ||
java_bytecode | ||
java_object_factory | ||
langapi # should go away | ||
testing-utils | ||
util |
7 changes: 7 additions & 0 deletions
7
jbmc/unit/java_bytecode/java_replace_nondet/module_dependencies.txt
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,7 @@ | ||
goto-instrument | ||
goto-programs | ||
java_bytecode | ||
java_replace_nondet | ||
java-testing-utils | ||
testing-utils | ||
util |
5 changes: 5 additions & 0 deletions
5
jbmc/unit/java_bytecode/java_string_library_preprocess/module_dependencies.txt
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,5 @@ | ||
java_bytecode | ||
java_string_library_preprocess | ||
langapi # should go away | ||
testing-utils | ||
util |
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 @@ | ||
java_bytecode | ||
java_types | ||
testing-utils |
7 changes: 7 additions & 0 deletions
7
jbmc/unit/java_bytecode/java_virtual_functions/module_dependencies.txt
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,7 @@ | ||
goto-instrument | ||
goto-programs | ||
java_bytecode | ||
java_virtual_functions | ||
java-testing-utils | ||
testing-utils | ||
util |
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,2 @@ | ||
java_bytecode | ||
testing-utils |
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 @@ | ||
goto-programs | ||
java_bytecode | ||
langapi # should go away | ||
pointer-analysis | ||
testing-utils | ||
util |
7 changes: 7 additions & 0 deletions
7
jbmc/unit/solvers/refinement/string_constraint_instantiation/module_dependencies.txt
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,7 @@ | ||
java_bytecode | ||
langapi # should go away | ||
solvers/refinement | ||
solvers/sat | ||
string_constraint_instantiation | ||
testing-utils | ||
util |
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
6 changes: 6 additions & 0 deletions
6
jbmc/unit/solvers/refinement/string_refinement/module_dependencies.txt
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 @@ | ||
java_bytecode | ||
langapi # should go away | ||
string_refinement | ||
solvers/refinement | ||
testing-utils | ||
util |
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,4 @@ | ||
java_bytecode | ||
java-testing-utils | ||
testing-utils | ||
util |
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
Oops, something went wrong.