Skip to content

Commit 0d8b076

Browse files
author
Remi Delmas
committed
Mark tests THOROUGH (they require more memory than may be available on some GitHub runners)
1 parent ee09606 commit 0d8b076

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

jbmc/regression/jbmc/context-include-exclude/test_exclude_from_include.desc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
THOROUGH
22
Main
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
--
1313
Tests that only the specified methods and classes are included, while
1414
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.

jbmc/regression/jbmc/context-include-exclude/test_include.desc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
THOROUGH
22
Main
33
--context-include Main.
44
^EXIT=10$
@@ -11,3 +11,6 @@ Main
1111
WARNING: no body for function .*
1212
--
1313
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.

0 commit comments

Comments
 (0)