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

Unordered directives #1

Open
delcypher opened this issue May 12, 2014 · 0 comments
Open

Unordered directives #1

delcypher opened this issue May 12, 2014 · 0 comments
Assignees

Comments

@delcypher
Copy link
Member

We need to add support for checking un-ordered directives. For example the order of error messages produced by a tool might not be predictable.

The proposal is to add a CHECK-BEGIN-UNORDERED and CHECK-END-UNORDERED directives which would be used as follows

// CHECK-L: <This must come 1st>
// CHECK-L: <This must come 2nd>

// CHECK-BEGIN-UNORDERED

// CHECK-L: <This can be 3rd or 4th>
// CHECK-L: <This can be 3rd or 4th>

// CHECK-END-UNORDERED

// CHECK-L: <This must be 5th>

Unfortunately implementing support for this isn't completely trivial. But hopefully I'll get around to it at some point.

@delcypher delcypher self-assigned this May 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant