Home
last modified time | relevance | path

Searched refs:test_case (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dglob.sh75 function test_case function
89 alias test_case='test_case $LINENO' alias
164 test_case '<match>' '!7' '*\!*'
165 test_case '<match>' 'r.*' '*.\*'
170 test_case '<match>' 'abc' 'a"b"c'
171 test_case '<match>' 'abc' 'a*c'
173 test_case '<nomatch>' 'abc' 'a\*c'
189 test_case '<match>' 'abc' 'a***c'
206 test_case '<match>' "'-'" '[-abc]'
207 test_case '<match>' "'-'" '[abc-]'
[all …]
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dpayload_cpuid.c27 struct test_case { struct
34 const struct test_case cases[] = { argument