diff options
Diffstat (limited to 'results/classifier/105/mistranslation/1248')
| -rw-r--r-- | results/classifier/105/mistranslation/1248 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/105/mistranslation/1248 b/results/classifier/105/mistranslation/1248 new file mode 100644 index 000000000..76104ae04 --- /dev/null +++ b/results/classifier/105/mistranslation/1248 @@ -0,0 +1,24 @@ +mistranslation: 0.840 +graphic: 0.837 +instruction: 0.755 +assembly: 0.721 +device: 0.705 +semantic: 0.542 +socket: 0.500 +vnc: 0.496 +network: 0.472 +boot: 0.417 +other: 0.336 +KVM: 0.212 + +s390x: glibc widestring algorithms broken +Description of problem: +Several wide-string functions from glibc are broken und qemu user emulation. +Affected are at least: `wcsbrk()`, `wcsspn()` and `wcscspn()`. All of these are implemented in optimized assembler in glibc. + +Unfortunately I don't have access to the real hardware to check the behavior there. But it would probably been detected by now. +Also I don't know which instructions exactly don't work, as I don't have any knowledge about s390x assembler. +Steps to reproduce: +1. Compile the test program above +2. Run the program +3. Output is `0`, should be `1`. |