You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jbmc/regression/jbmc/lambda-unhandled-types/test.desc
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,9 @@ Test
4
4
^VERIFICATION SUCCESSFUL$
5
5
^EXIT=0$
6
6
^SIGNAL=0$
7
-
^ignoring invokedynamic at java::Test.main:\(\)V address 0 which produces a stub type java::StubInterface
8
-
^ignoring invokedynamic at java::Test.main:\(\)V address 6 which produces type java::StubSuperinterface which should have exactly one abstract method but actually has 0.
9
-
^ignoring invokedynamic at java::Test.main:\(\)V address 12 which produces type java::InterfaceDeclaringEquals which should have exactly one abstract method but actually has 2.
10
-
^ignoring invokedynamic at java::Test.main:\(\)V address 18 which produces type java::InterfaceWithDefaults which should have exactly one abstract method but actually has 2.
11
-
^ignoring invokedynamic at java::Test.main:\(\)V address \d+ which produces type java::ChildInterface which should have exactly one abstract method but actually has 0.
7
+
^ignoring invokedynamic at java::Test.main:\(\)V address 0 with type java::StubInterface which produces a type that inherits the stub type java::StubInterface
8
+
^ignoring invokedynamic at java::Test.main:\(\)V address 6 with type java::StubSuperinterface which produces a type that inherits the stub type java::StubInterface
12
9
--
13
10
--
14
-
This exercises five cases that aren't currently supported: stub interfaces, stub
15
-
superinterfaces, interfaces that declare methods also declared on
16
-
java.lang.Object, interfaces that provide default methods, interfaces that
17
-
inherit their one method. All we require at this point is that jbmc shouldn't
18
-
crash when these are seen.
11
+
This exercises two cases that aren't currently supported: stub interfaces and stub superinterfaces.
12
+
All we require at this point is that jbmc shouldn't crash when these are seen.
0 commit comments