forked from diffblue/cbmc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Güdemann
committed
Mar 7, 2018
1 parent
0ed21ca
commit 0fd6482
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from https://github.com/symphonyoss/symphony-java-client/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
KNOWNBUG | ||
SymStream.class | ||
--verbosity 10 --show-goto-functions | ||
lambda function reference org/symphonyoss/symphony/clients/model/SymUser\.toSymUser in class \"SymStream\" | ||
^EXIT=0 | ||
^SIGNAL=0 | ||
-- | ||
-- | ||
lambda functions without "lambda$" prefix aren't recognized currently TG-2691 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CORE | ||
SymStream.class | ||
--verbosity 10 --show-goto-functions | ||
^EXIT=0 | ||
^SIGNAL=0 | ||
-- | ||
-- | ||
just to test that it doesn't crash in this situation, cf. TG-2684 |