Skip to content

Commit 7aa4979

Browse files
committed
Make tests oblivious to tag type expansion
The regular expressions now accept both the tag names as well as the expanded types/class names.
1 parent 604d31e commit 7aa4979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jbmc/regression/jbmc/simplify-classid-of-interface/test_no_simplify_vccs.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Test.class
33
--function Test.main --no-simplify --unwind 10 --show-vcc
44
^EXIT=0$
55
^SIGNAL=0$
6-
"java::Impl1" = cast\(\{ \{ "java::Impl1" \}, 0 \}, struct \{ struct \{ string @class_identifier \} @java.lang.Object \}\)\[email protected]\.@class_identifier
6+
"java::Impl1" = cast\(\{ \{ "java::Impl1" \}, 0 \}, struct (\{ struct \{ string @class_identifier \} @java.lang.Object \}|java::Intf)\)\[email protected]\.@class_identifier
77
--
88
^warning: ignoring
99
--

jbmc/regression/jbmc/trace_class_identifier/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
TestGenTest.class
33
--function TestGenTest.f --trace --json-ui
4-
"data": "java::TestGenTest",$
4+
"data": "(java::TestGenTest|TestGenTest@class_model)",$
55
^EXIT=10$
66
^SIGNAL=0$
77
--

0 commit comments

Comments
 (0)