Lines Matching full:not

19 # with this program; if not, see <https://www.gnu.org/licenses/>.
42 print(f"Module '{exc.name}' not found.")
56 # * Skipping machines/devices that are known not to work out of
59 # Keeping the rule list updated is desirable, but not required,
68 # * exitcode: if not present, defaults to 1. If None, matches any exitcode
82 {'device':'.*-(i386|x86_64)-cpu', 'expected':True}, # CPU socket-id is not set
83 …rue}, # icp_realize: required link 'xics' not found: Property '.xics' not found
84 … # ics_base_realize: required link 'xics' not found: Property '.xics' not found
97 {'device':'nvdimm', 'expected':True}, # 'memdev' property is not set
99 {'device':'pc-dimm', 'expected':True}, # 'memdev' property is not set
100 …{'device':'pci-bridge', 'expected':True}, # Bridge chassis not specified. Each bridge…
101 …{'device':'pci-bridge-seat', 'expected':True}, # Bridge chassis not specified. Each bridge…
102 …{'device':'pxb', 'expected':True}, # Bridge chassis not specified. Each bridge…
104 {'device':'scsi-block', 'expected':True}, # drive property not set
105 {'device':'scsi-generic', 'expected':True}, # drive property not set
106 {'device':'scsi-hd', 'expected':True}, # drive property not set
107 {'device':'spapr-pci-host-bridge', 'expected':True}, # BUID not specified for PHB
109 {'device':'spapr-vty', 'expected':True}, # chardev property not set
110 …tis', 'expected':True}, # tpm_tis: backend driver with id (null) could not be found
111 {'device':'unimplemented-device', 'expected':True}, # property 'size' not specified or zero
116 {'device':'usb-storage', 'expected':True}, # drive property not set
127 {'device':'virtio-blk-ccw', 'expected':True}, # drive property not set
128 {'device':'virtio-blk-device', 'expected':True}, # drive property not set
129 {'device':'virtio-blk-device', 'expected':True}, # drive property not set
130 {'device':'virtio-blk-pci', 'expected':True}, # drive property not set
139 …occ|icp|lpc)', 'expected':True}, # required link 'xics' not found: Property '.xics' not found
140 …ted':True}, # pnv_core_realize: required link 'xics' not found: Property '.xics' not found
156 # this fails on some machine-types, but not all, so they don't have expected=True:
157 …vmgenid'}, # vmgenid requires DMA write support in fw_cfg, which this machine type does not provide
164 {'log':r"[cC]ould not load [\w ]+ (BIOS|bios) '[\w-]+\.bin'"},
171 {'log':r"Device [\w.,-]+ is not supported by this machine yet"},
172 {'log':r"Device [\w.,-]+ can not be dynamically instantiated"},
173 {'log':r"Platform Bus: Can not fit MMIO region of size "},
176 {'log':r"MSI(-X)? is not supported by interrupt controller"},
183 {'log':r"Unable to initialize GIC, CPUState for CPU#0 not valid"},
184 {'log':r"Multiple VT220 operator consoles are not supported"},
186 {'log':r"could not find stage1 bootloader"},
188 # other exitcode=1 failures not listed above will just generate INFO messages:
203 return (('machine' not in rule or
204 'machine' not in t or
206 ('accel' not in rule or
207 'accel' not in t or
209 ('device' not in rule or
210 'device' not in t or
242 ('log' not in rule or
284 'no-user': (re.search(', no-user', l) is not None)}
342 if binary not in BINARY_INFO:
379 if exc is not None or ec != 0:
399 if getBinaryInfo(args, testcase['binary']).kvm_available and not args.tcg_only:
526 if not args.debug:
557 not getBinaryInfo(args, t['binary']).machineInfo(t['machine'])['runnable'])):