-
Notifications
You must be signed in to change notification settings - Fork 346
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
ui_test ignores too many tests with "only" condition #2206
Comments
I think this is caused by Line 533 in 8269da2
here s is "linux", and of course get_pointer_width(target) does not return "linux"...
|
#2209 is a hotfix for this. I think a proper fix would involve syntactically distinguishing "filter on target" from "filter on bitwidth". |
RalfJung
changed the title
ui_test ignores too many tests
ui_test ignores too many tests with "only" condition
Jun 6, 2022
bors
added a commit
that referenced
this issue
Jun 6, 2022
hotfix for incorrect only- logic This hacks around #2206. We don't currently use `only-32bit` or so, which is why this works.
bors
added a commit
that referenced
this issue
Jun 6, 2022
hotfix for incorrect only- logic This hacks around #2206. We don't currently use `only-32bit` or so, which is why this works.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just noticed this when running
./miri test
on my machine (and it also happens on CI):That does not sound right, those tests should run on my Linux system.
The text was updated successfully, but these errors were encountered: