Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daikon doesn't respect not_ordered flag #7

Open
mernst opened this issue Jun 14, 2015 · 0 comments
Open

Daikon doesn't respect not_ordered flag #7

mernst opened this issue Jun 14, 2015 · 0 comments

Comments

@mernst
Copy link
Member

mernst commented Jun 14, 2015

Originally reported on Google Code with ID 7

Daikon doesn't seem to be respecting the not_ordered flag.

For example, from the Daikon user manual:

SeqSeqIntGreaterEqual
Represents invariants between two sequences of long values. If order matters for each
variable (which it does by default), then the sequences are compared lexically. Prints
as ‘x[] >= y[] lexically’.
If the auxiliary information (e.g., order matters) doesn't match between two variables,
then this invariant cannot apply to those variables. 

I have two sequences with the not_ordered flag declared for both yet Daikon still prints
this invariant.

Attached are the .dtrace file, the resulting .invs file, the daikon-settings.txt file
that has only the SeqSeqIntGreaterEqual

Reported by melonhead901 on 2012-04-13 10:59:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant