Lines Matching refs:test

42     test {BITCOUNT returns 0 against non existing key} {
46 test {BITCOUNT returns 0 with out of range indexes} {
51 test {BITCOUNT returns 0 with negative indexes where start > end} {
59 test "BITCOUNT against test vector #$num" {
65 test {BITCOUNT fuzzing without start/end} {
73 test {BITCOUNT fuzzing with start/end} {
87 test {BITCOUNT with start, end} {
95 test {BITCOUNT syntax error #1} {
100 test {BITCOUNT regression test for github issue #582} {
111 test {BITCOUNT misaligned prefix} {
117 test {BITCOUNT misaligned prefix + full words + remainder} {
123 test {BITOP NOT (empty string)} {
129 test {BITOP NOT (known string)} {
135 test {BITOP where dest and target are the same key} {
141 test {BITOP AND|OR|XOR don't change the string with single input key} {
149 test {BITOP missing key is considered a stream of zero} {
157 test {BITOP shorter keys are zero-padded to the key with max length} {
167 test "BITOP $op fuzzing" {
185 test {BITOP NOT fuzzing} {
195 test {BITOP with integer encoded source objects} {
202 test {BITOP with non string source key} {
211 test {BITOP with empty string after non empty string (issue #529)} {
217 test {BITPOS bit=0 with empty key returns 0} {
222 test {BITPOS bit=1 with empty key returns -1} {
227 test {BITPOS bit=0 with string less than 1 word works} {
232 test {BITPOS bit=1 with string less than 1 word works} {
237 test {BITPOS bit=0 starting at unaligned address} {
242 test {BITPOS bit=1 starting at unaligned address} {
247 test {BITPOS bit=0 unaligned+full word+reminder} {
267 test {BITPOS bit=1 unaligned+full word+reminder} {
287 test {BITPOS bit=1 returns -1 if string is all 0 bits} {
295 test {BITPOS bit=0 works with intervals} {
304 test {BITPOS bit=1 works with intervals} {
313 test {BITPOS bit=0 changes behavior if end is given} {
320 test {BITPOS bit=1 fuzzy testing using SETBIT} {
336 test {BITPOS bit=0 fuzzy testing using SETBIT} {