-
Notifications
You must be signed in to change notification settings - Fork 75
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
Test 150_tag_config_invalid_tags.txt
on s390x architecture
#130
Comments
Aww, that's another one of these isolated cases where all other test cases are miraculously fine. 🤔 The only thing I could guess is that because it's on s390x, which I really don't know, maybe it has to do with endianness or something? The code in question uses the to_utf32() function to convert an ASCII character to UTF-32 in a way that assumes some things about byte order. And it's obviously the finding of the comma ( On the other hand, all the other test cases are green ... |
I'd try to put it into |
Hi
In Debian we see a test case failure, strangely only on s390x:
https://buildd.debian.org/status/fetch.php?pkg=boxes&arch=s390x&ver=2.3.1-1%7Eexp2&stamp=1732398167&raw=0
but not seen on other release architectures: https://buildd.debian.org/status/package.php?p=boxes&suite=experimental
Does this by chance ring a bell?
The text was updated successfully, but these errors were encountered: