HomeSort by: relevance | last modified time | path
    Searched defs:expect_fail (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/printf/
printf.sh 153 expect_fail() function
236 expect_fail '' %3%
237 expect_fail a a%.%
238 expect_fail '' '%*%b' # cannot continue after bad format
239 expect_fail a a%-%b # hence 'b' is not part of output
409 expect_fail 45 '%d' "'-1"
410 expect_fail 43 '%d' "'+1"
416 expect_fail 45 '%d' '"-3'
417 expect_fail 43 '%d' '"+3'
451 expect_fail '0' %d jun
    [all...]
printf.sh 153 expect_fail() function
236 expect_fail '' %3%
237 expect_fail a a%.%
238 expect_fail '' '%*%b' # cannot continue after bad format
239 expect_fail a a%-%b # hence 'b' is not part of output
409 expect_fail 45 '%d' "'-1"
410 expect_fail 43 '%d' "'+1"
416 expect_fail 45 '%d' '"-3'
417 expect_fail 43 '%d' '"+3'
451 expect_fail '0' %d jun
    [all...]

Completed in 61 milliseconds