]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add libsmartcols filter tests
authorKarel Zak <kzak@redhat.com>
Mon, 20 Nov 2023 21:15:31 +0000 (22:15 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 20 Nov 2023 21:25:47 +0000 (22:25 +0100)
commitb208ed680c64198f2f19ba760fc5529671132d38
tree76edbd278d33a326d7585cfe3f6205e604a9eab8
parent7f15d8e22c120f823c2a3c974f411fac64d5c9d0
tests: add libsmartcols filter tests

Signed-off-by: Karel Zak <kzak@redhat.com>
71 files changed:
tests/expected/libsmartcols/filter [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-and [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-as-string [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-as-string2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-eq-false [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-eq-false2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-eq-false3 [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-eq-true [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-eq-true2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-eq-true3 [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-is [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-ne [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-ne2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-neg [new file with mode: 0644]
tests/expected/libsmartcols/filter-bool-or [new file with mode: 0644]
tests/expected/libsmartcols/filter-broken-bad-column [new file with mode: 0644]
tests/expected/libsmartcols/filter-broken-bad-float [new file with mode: 0644]
tests/expected/libsmartcols/filter-broken-bad-number [new file with mode: 0644]
tests/expected/libsmartcols/filter-broken-bad-oper [new file with mode: 0644]
tests/expected/libsmartcols/filter-broken-bad-oper2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-broken-no-close [new file with mode: 0644]
tests/expected/libsmartcols/filter-broken-no-column [new file with mode: 0644]
tests/expected/libsmartcols/filter-broken-no-param [new file with mode: 0644]
tests/expected/libsmartcols/filter-broken-no-start [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-and [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-as-string [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-as-string2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-eq [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-eq2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-ge [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-ge2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-gt [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-gt2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-is [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-le [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-le2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-lt [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-lt2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-ne [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-ne2 [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-neg [new file with mode: 0644]
tests/expected/libsmartcols/filter-float-or [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-and [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-and-or [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-as-string [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-eq [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-expr-and-expr [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-expr-or-expr [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-ge [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-gt [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-is [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-le [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-lt [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-ne [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-neg [new file with mode: 0644]
tests/expected/libsmartcols/filter-number-or [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-eq [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-ge [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-gt [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-is [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-le [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-lt [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-ne [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-neg [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-nreg [new file with mode: 0644]
tests/expected/libsmartcols/filter-string-reg [new file with mode: 0644]
tests/ts/libsmartcols/files/col-bool [new file with mode: 0644]
tests/ts/libsmartcols/files/col-float [new file with mode: 0644]
tests/ts/libsmartcols/files/data-bool [new file with mode: 0644]
tests/ts/libsmartcols/files/data-float [new file with mode: 0644]
tests/ts/libsmartcols/filter [new file with mode: 0755]