Searched refs:SKIP_HOST (Results 1 – 9 of 9) sorted by relevance
/external/toybox/tests/ |
D | date.test | 18 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" \
|
D | sed.test | 7 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"
|
D | cut.test | 34 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" \
|
D | cmp.test | 6 SKIP_HOST=1 testing "not enough arguments [fail]" 'cmp input 2>/dev/null || echo $?' "2\n" "foo" ""
|
D | xxd.test | 36 SKIP_HOST=1 testing "-r -i" "echo -e '0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 0x20, 0x73, 0x6f, 0…
|
D | touch.test | 38 SKIP_HOST=1 testing "-t nanoseconds" \
|
D | dd.test | 16 SKIP_HOST=1 testing "count=0x2" "dd if=input 'count=0x2' ibs=1 $opt" "hi" \
|
D | rm.test | 48 SKIP_HOST=1 testing "-rf 000 dir" \
|
/external/toybox/scripts/ |
D | runtest.sh | 100 if [ -n "$SKIP" -o -n "$SKIP_HOST" -a -n "$TEST_HOST" -o -n "$SKIPNOT" ]
|