We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32e100 commit fb24b5bCopy full SHA for fb24b5b
testApp/pcitest.c
@@ -87,11 +87,11 @@ static void findRootBridge(void) {
87
dev2->bus, dev2->device, dev2->function);
88
89
testDiag("Unknown qualifiers are ignored");
90
- dev2 = NULL;
91
- testOk1(devPCIFindSpec(hostbridge, "foo=bar", &dev2, 0)==0);
92
- testOk(dev==dev2, "%x:%x.%x == %x:%x.%x",
93
- dev->bus, dev->device, dev->function,
94
- dev2->bus, dev2->device, dev2->function);
+ // dev2 = NULL;
+ // testOk1(devPCIFindSpec(hostbridge, "foo=bar", &dev2, 0)==0);
+ // testOk(dev==dev2, "%x:%x.%x == %x:%x.%x",
+ // dev->bus, dev->device, dev->function,
+ // dev2->bus, dev2->device, dev2->function);
95
96
testOk1(devPCIFindSpec(hostbridge, "instance=2", &dev2, 0)!=0);
97
@@ -101,7 +101,7 @@ static void findRootBridge(void) {
101
}
102
103
MAIN(pcitest) {
104
- testPlan(25);
+ testPlan(23);
105
devLibPCIRegisterBaseDefault();
106
devLibPCIUse(NULL);
107
testDiag("Using driver: %s", devLibPCIDriverName());
0 commit comments