Searched refs:skip (Results 1 - 25 of 66) sorted by relevance

123

/u-boot/test/py/tests/
H A Dtest_reset.py29 pytest.skip('reset test is not enabled')
37 pytest.skip('bootmode cannot be determined')
41 pytest.skip('skipping reset test due to jtag bootmode')
H A Dtest_mmc.py29 pytest.skip('MMC device test is not enabled')
36 pytest.skip('No SD/MMC/eMMC controller available')
39 pytest.skip('No SD/MMC card present')
56 pytest.skip('No SD/MMC/eMMC controller available')
80 pytest.skip('No SD/MMC/eMMC controller available')
87 pytest.skip('No SD/MMC/eMMC device present')
101 pytest.skip('No SD/MMC/eMMC controller available')
122 pytest.skip('No SD/MMC/eMMC controller available')
125 pytest.skip('No devices detected')
139 pytest.skip('N
[all...]
H A Dtest_zynq_secure.py42 pytest.skip('bootmode cannnot be determined')
45 pytest.skip('bootmode cannnot be determined')
48 pytest.skip('skipping due to jtag bootmode')
54 pytest.skip('No TFTP readable file for zynq secure aes case to read')
58 pytest.skip('No dstaddr specified in env file to read')
62 pytest.skip('No dstlen specified in env file to read')
90 pytest.skip('No TFTP readable file for zynq secure aes case to read')
118 pytest.skip('No TFTP readable file for zynq secure aes case to read')
144 pytest.skip('No TFTP readable file for zynq secure rsa case to read')
170 pytest.skip('N
[all...]
H A Dtest_net.py121 pytest.skip('No DHCP server available')
141 pytest.skip('No DHCP server available')
144 pytest.skip('DHCP abort test is not enabled!')
151 pytest.skip('PHY device does not exist!')
162 pytest.skip('Timeout waiting for PHY auto negotiation to complete')
191 pytest.skip('No DHCP6 server available')
210 pytest.skip('No static network configuration is defined')
228 pytest.skip('Network not initialized')
249 pytest.skip('No router on network')
269 pytest.skip('Networ
[all...]
H A Dtest_scsi.py25 pytest.skip('No SCSI device to test')
29 pytest.skip('No device number specified in env file to read')
33 pytest.skip('No device type specified in env file to read')
37 pytest.skip('No device capacity specified in env file to read')
H A Dtest_sleep.py28 pytest.skip('sleep is not accurate')
31 pytest.skip('sleep command not supported')
52 pytest.skip("sleep is not accurate")
H A Dtest_usb.py25 pytest.skip('USB device test is not enabled')
39 pytest.skip('No USB controller available')
42 pytest.skip('No USB device present')
50 pytest.skip('No USB device present')
56 pytest.skip('No USB storage device present')
86 pytest.skip('No USB controller available')
89 pytest.skip('No USB device present')
95 pytest.skip('No USB device present')
101 pytest.skip('No USB storage device present')
216 pytest.skip('N
[all...]
H A Dtest_efi_loader.py82 pytest.skip('No DHCP server available')
104 pytest.skip('No static network configuration is defined')
120 pytest.skip('Network not initialized')
124 pytest.skip('No %s binary specified in environment' % env_conf)
H A Dtest_mii.py27 pytest.skip("MII device test is not enabled!")
31 pytest.skip("PHY device does not exist!")
37 pytest.skip("MII device test is not enabled!")
41 pytest.skip("No MII device to test!")
H A Dtest_gpio.py113 pytest.skip("gpio not configured")
137 pytest.skip("gpio not configured")
161 pytest.skip("gpio not configured")
185 pytest.skip("gpio not configured")
213 pytest.skip("gpio not configured")
246 pytest.skip('gpio not configured')
250 pytest.skip('gpio pin list are not configured')
290 pytest.skip('gpio not configured')
294 pytest.skip('gpio pin list for input and output are not configured')
H A Dtest_tpm2.py43 pytest.skip('skip TPM device test')
63 pytest.skip('skip TPM device test')
76 pytest.skip('skip TPM device test')
93 pytest.skip('skip TPM device test')
113 pytest.skip('skip TP
[all...]
H A Dtest_zynqmp_rpu.py39 pytest.skip('ZynqMP RPU application info not defined!')
43 pytest.skip('No RPU application found!')
47 pytest.skip('No RPU application processor provided!')
51 pytest.skip('No CPU number for respective processor provided!')
55 pytest.skip('No RPU application build address found!')
59 pytest.skip('Expected output not found!')
63 pytest.skip('TFTP address to load application not found!')
H A Dtest_i2c.py37 pytest.skip("No I2C device to test!")
41 pytest.skip("I2C bus list is not provided!")
75 pytest.skip("No I2C eeprom to test!")
H A Dtest_saveenv.py33 pytest.skip('saveenv test is not enabled')
41 pytest.skip('bootmode cannot be determined')
45 pytest.skip('skipping saveenv test due to jtag bootmode')
H A Dtest_zynqmp_secure.py40 pytest.skip('No TFTP readable file for zynqmp secure cases to read')
73 pytest.skip('No TFTP readable file for zynqmp secure cases to read')
H A Dtest_memtest.py30 pytest.skip("memtest is not enabled!")
H A Dtest_bootstage.py39 pytest.skip('No bootstage environment file is defined')
/u-boot/test/
H A Drun21 skip=--skip-net-tests
34 skip=--skip-net-tests
86 run_test "buildman" ./tools/buildman/buildman -t ${skip}
94 # Code-coverage tests cannot run in parallel, so skip them in that case
/u-boot/test/py/tests/test_fs/
H A Dconftest.py138 pytest.skip('.config feature "CMD_%s" not enabled' % fs_type.upper())
140 pytest.skip('.config feature "%s_WRITE" not enabled'
249 pytest.skip('Creating failed for filesystem: ' + fs_type + '. {}'.format(err))
255 pytest.skip('Preparing mount folder failed for filesystem: ' + fs_type + '. {}'.format(err))
263 pytest.skip('Mounting to folder failed for filesystem: ' + fs_type + '. {}'.format(err))
294 'dd if=%s bs=1M skip=0 count=1 2> /dev/null | md5sum'
301 'dd if=%s bs=1M skip=0 count=1 2> /dev/null | md5sum'
307 'dd if=%s bs=1M skip=2499 count=1 2> /dev/null | md5sum'
313 'dd if=%s bs=1M skip=2047 count=1 2> /dev/null | md5sum'
319 'dd if=%s bs=1M skip
[all...]
/u-boot/test/py/tests/test_xxd/
H A Dconftest.py32 pytest.skip('Setup failed')
/u-boot/test/py/tests/test_cat/
H A Dconftest.py32 pytest.skip('Setup failed')
/u-boot/fs/erofs/
H A Ddecompress.c144 unsigned int count, rightpart, skip; local
157 skip = erofs_blkoff(rq->interlaced_offset + rq->decodedskip);
158 rightpart = min(erofs_blksiz() - skip, count);
159 memcpy(rq->out, rq->in + skip, rightpart);
H A Ddata.c221 erofs_off_t skip, erofs_off_t length, bool trimmed)
237 return erofs_pread(&packed_inode, buffer, length - skip,
238 inode->fragmentoff + skip);
258 .decodedskip = skip,
277 erofs_off_t end, length, skip; local
308 skip = offset - map.m_la;
311 skip = 0;
331 buffer + end - offset, skip, length,
219 z_erofs_read_one_data(struct erofs_inode *inode, struct erofs_map_blocks *map, char *raw, char *buffer, erofs_off_t skip, erofs_off_t length, bool trimmed) argument
/u-boot/arch/arm/lib/
H A Dcrt0_arm_efi.S20 .skip 58 /* 'MZ' + pad + offset == 64 */
/u-boot/test/py/
H A Dconftest.py507 pytest.skip('board "%s" not supported' % ubconfig.board_type)
512 pytest.skip('board "%s" not supported' % ubconfig.board_type)
531 pytest.skip('.config feature "%s" not enabled' % option.lower())
535 pytest.skip('.config feature "%s" enabled' % option.lower())
561 pytest.skip('tool "%s" not in $PATH' % tool)
577 pytest.skip('must run single-threaded')
586 is used to skip the test if certain conditions apply.

Completed in 87 milliseconds

123