Home
last modified time | relevance | path

Searched refs:SystemError (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/support/testing/tests/download/
H A Dtest_git.py55 with self.assertRaises(SystemError):
65 with self.assertRaises(SystemError):
67 with self.assertRaises(SystemError):
H A Dgitremote.py42 raise SystemError("Could not find a free port to run git remote")
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A Dbuilder.py65 raise SystemError("Cannot olddefconfig")
68 raise SystemError("The defconfig is not valid")
95 raise SystemError("Build failed")
H A Demulator.py94 raise SystemError("System does not boot")
102 raise SystemError("Cannot login")
/OK3568_Linux_fs/buildroot/support/testing/tests/init/
H A Dtest_none.py20 raise SystemError("System does not boot")
24 raise SystemError("System does not boot")
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_rust.py40 raise SystemError("Cargo init failed")
51 raise SystemError("Cargo build failed")
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_bad_arch.py10 with self.assertRaises(SystemError):
H A Dtest_root_password.py35 except SystemError:
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c709 if (csr5 & SystemError) { in tulip_interrupt()
781 SystemError )) != 0); in tulip_interrupt()
H A Dtulip.h141 SystemError = 0x2000, enumerator
H A Dwinbond-840.c1133 if (intr_status & (AbnormalIntr | TxFIFOUnderflow | SystemError | in intr_handler()