Home
last modified time | relevance | path

Searched refs:xpass (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/bootconfig/
H A Dtest-bootconfig.sh28 xpass() { # pass test command function
45 xpass $BOOTCONF $INITRD
48 xpass $BOOTCONF -d $INITRD
56 xpass $BOOTCONF -a $TEMPCONF $INITRD
60 xpass $BOOTCONF $INITRD
66 xpass test $new_size -eq $total_size
69 xpass $BOOTCONF -a $TEMPCONF $INITRD
72 xpass test $new_size -eq $(stat -c %s $INITRD)
75 xpass $BOOTCONF -d $INITRD
79 xpass test $new_size -eq $initrd_size
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpcre/libpcre/
H A DMakefile96 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
98 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
129 result_count $$1 "XPASS:" $$xpass "$$red"; \
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.css81 .status-xpass {
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A Dbuildtest.patch45 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautotest-automake-result-format.patch75 at_res=xpass
/OK3568_Linux_fs/external/xserver/test/
H A DMakefile.in1655 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1657 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1688 result_count $$1 "XPASS:" $$xpass "$$red"; \