Martins3/loongson-dune

ltp: mmap16

Closed this issue · 1 comments

➜  mmap git:(master) sudo  ./dune-mmap16
  Info: top = fffb800000, limit = 800000
  Info: open /dev/kvm
  Info: KVM_GET_API_VERSION
  Info: KVM_CREATE_VM
  Info: KVM_SET_USER_MEMORY_REGION
  Info: ebase address : fff6620000
mmap16      0  TINFO  :  Found free device 0 '/dev/loop0'
mmap16      0  TINFO  :  Formatting /dev/loop0 with ext4 opts='-b 1024' extra opts='10240'
mmap16      1  TBROK  :  mmap16.c:168: mkfs.ext4 failed with exit code 128
mmap16      2  TBROK  :  mmap16.c:168: Remaining cases broken

I expected it failed with "unsupported syscall", but didn't

Because ltp framework redirect the STDIO and STDERR to somewhere else, so the message disapeared.