mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
c7357aaddb
These tests are quite verbose, it was probably good for development but seems excessive for CI: > === RUN TestDeviceFilter_Nil > devicefilter_test.go:29: TestDeviceFilter_Nil: devices: [] > 0: LdXMemW dst: r2 src: r1 off: 0 imm: 0 > 1: And32Imm dst: r2 imm: 65535 > 2: LdXMemW dst: r3 src: r1 off: 0 imm: 0 > 3: RSh32Imm dst: r3 imm: 16 > 4: LdXMemW dst: r4 src: r1 off: 4 imm: 0 > 5: LdXMemW dst: r5 src: r1 off: 8 imm: 0 > block-0: > 6: Mov32Imm dst: r0 imm: 0 > 7: Exit > --- PASS: TestDeviceFilter_Nil (0.00s) ... and so on Remove t.Logf. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>