Hi Andreas, On 12/2/25 19:52, Andreas Schwab wrote: > On Dez 02 2025, Vivian Wang wrote: > >> The test tst-termios-linux requires termios2, which is provided by [1]. >> After that the test failure reported in [2] should be resolved by this >> patch. > I still get a lot of errors with the two patches: > > error: ../sysdeps/unix/sysv/linux/tst-termios-linux.c:196: c_ispeed = 75, > expected 1200 > error: ../sysdeps/unix/sysv/linux/tst-termios-linux.c:269: ospeed 75 ispeed > 1200: kernel c_ispeed == 75, expected 1200 > error: ../sysdeps/unix/sysv/linux/tst-termios-linux.c:274: ospeed 75 ispeed > 1200: kernel CIBAUD = __B0 (000000), expected __B1200 (000011) > error: ../sysdeps/unix/sysv/linux/tst-termios-linux.c:196: c_ispeed = 9600, > expected 456789 > error: ../sysdeps/unix/sysv/linux/tst-termios-linux.c:269: ospeed 9600 ispeed > 456789: kernel c_ispeed == 9600, expected 456789 > error: ../sysdeps/unix/sysv/linux/tst-termios-linux.c:274: ospeed 9600 ispeed > 456789: kernel CIBAUD = __B0 (000000), expected __BOTHER (010000) > error: ../sysdeps/unix/sysv/linux/tst-termios-linux.c:196: c_ispeed = 54321, > expected 1234567890 > error: ../sysdeps/unix/sysv/linux/tst-termios-linux.c:269: ospeed 54321 > ispeed 1234567890: kernel c_ispeed == 54321, expected 1234567890 > error: ../sysdeps/unix/sysv/linux/tst-termios-linux.c:274: ospeed 54321 > ispeed 1234567890: kernel CIBAUD = __B0 (000000), expected __BOTHER (010000) > ... > error: 8343 test failures > Thanks for catching this, and sorry for the mistake. I had apparently had a dirty version of the test files that missed these split speed tests.
I will fix these in the next version. Vivian "dramforever" Wang
