Skip to content

Commit bfdd5ac

Browse files
committed
Mark tests that timeout on ubuntu 18.04 job as KNOWNBUG
1 parent 8a09391 commit bfdd5ac

10 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
Main
33
--context-exclude org.cprover.oh
44
^EXIT=0$

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
Main
33
--context-exclude 'org.cprover.MyClass$Inner.'
44
^EXIT=10$

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
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$

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
Main
33
--context-include Main --context-include org.cprover --context-exclude org.cprover.ot
44
^EXIT=10$

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
ExcludedProperties
33
--context-exclude org.cprover.other --function ExcludedProperties.runtimeReturnType
44
^EXIT=10$

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
Main
33
--context-exclude 'org.cprover.MyClass$Inner.' --function 'org.cprover.MyClass$Inner.doIt:(I)I'
44
^EXIT=1$

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
ExcludedProperties
33
--context-exclude org.cprover.other --function ExcludedProperties.compileTimeReturnType
44
^EXIT=10$

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
ExcludedProperties
33
--context-exclude org.cprover.other --show-symbol-table --function ExcludedProperties.parameters
44
^EXIT=0$

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
Main
33
--context-include Main.
44
^EXIT=10$

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
Main
33

44
^EXIT=0$

0 commit comments

Comments
 (0)