File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
jbmc/regression/jbmc/context-include-exclude Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- CORE
1+ THOROUGH
22Main
33--context-include Main.main --context-include 'Main.<clinit' --context-include org.cprover.MyClass --context-exclude 'org.cprover.MyClass$Inner.'
44^EXIT=10$
@@ -12,3 +12,6 @@ WARNING: no body for function .*
1212--
1313Tests that only the specified methods and classes are included, while
1414the inner class from MyClass is excluded.
15+
16+ The test is marked "THOROUGH" as it requires more memory than may be available
17+ on some GitHub runners.
Original file line number Diff line number Diff line change 1- CORE
1+ THOROUGH
22Main
33--context-include Main.
44^EXIT=10$
1111WARNING: no body for function .*
1212--
1313Tests that only methods from the specified class are included.
14+
15+ The test is marked "THOROUGH" as it requires more memory than may be available
16+ on some GitHub runners.
You can’t perform that action at this time.
0 commit comments