File tree 2 files changed +8
-2
lines changed
jbmc/regression/jbmc/context-include-exclude 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- CORE
1
+ THOROUGH
2
2
Main
3
3
--context-include Main.main --context-include 'Main.<clinit' --context-include org.cprover.MyClass --context-exclude 'org.cprover.MyClass$Inner.'
4
4
^EXIT=10$
@@ -12,3 +12,6 @@ WARNING: no body for function .*
12
12
--
13
13
Tests that only the specified methods and classes are included, while
14
14
the 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
2
2
Main
3
3
--context-include Main.
4
4
^EXIT=10$
11
11
WARNING: no body for function .*
12
12
--
13
13
Tests 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