Home
last modified time | relevance | path

Searched refs:SKIP_HOST (Results 1 – 9 of 9) sorted by relevance

/external/toybox/tests/
Ddate.test18 SKIP_HOST=1 testing "-d MMDDhhmm" \
20 SKIP_HOST=1 testing "-d MMDDhhmmYY.SS" \
23 SKIP_HOST=1 testing "-d MMDDhhmmCCYY" \
25 SKIP_HOST=1 testing "-d MMDDhhmmCCYY.SS" \
Dsed.test7 SKIP_HOST=1 testing 'sed - - twice' 'sed "" - -' "hello\n" "" "hello\n"
48 SKIP_HOST=1 testing 'match \n literal n' "sed -n '\n\nxnp'" "nx\n" "" "nx\n"
85 SKIP_HOST=1 testing "c empty continuation" "sed -e 'c\\'" "\n" "" "hello"
Dcut.test34 SKIP_HOST=1 testing "-c japan.txt" 'cut -c 3-6,9-12 "$FILES/utf8/japan.txt"' \
38 SKIP_HOST=1 testcmd "-DF" "-DF 2,7,5" \
Dcmp.test6 SKIP_HOST=1 testing "not enough arguments [fail]" 'cmp input 2>/dev/null || echo $?' "2\n" "foo" ""
Dxxd.test36 SKIP_HOST=1 testing "-r -i" "echo -e '0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 0x20, 0x73, 0x6f, 0…
Dtouch.test38 SKIP_HOST=1 testing "-t nanoseconds" \
Ddd.test16 SKIP_HOST=1 testing "count=0x2" "dd if=input 'count=0x2' ibs=1 $opt" "hi" \
Drm.test48 SKIP_HOST=1 testing "-rf 000 dir" \
/external/toybox/scripts/
Druntest.sh100 if [ -n "$SKIP" -o -n "$SKIP_HOST" -a -n "$TEST_HOST" -o -n "$SKIPNOT" ]