Lines Matching refs:FAIL
37 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len)); in check_ref()
39 FAIL("'ref' in node at %d has value \"%s\" instead of \"%s\"", in check_ref()
44 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); in check_ref()
46 FAIL("'lref' in node at %d has value \"%s\" instead of \"%s\"", in check_ref()
58 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); in check_rref()
60 FAIL("'rref' in root node has value \"%s\" instead of \"/\"", in check_rref()
76 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)); in main()
79 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); in main()
88 FAIL("fdt_getprop(0, \"multiref\"): %s", fdt_strerror(len)); in main()
90 FAIL("multiref has wrong length, %d instead of %d", in main()
93 FAIL("multiref has wrong value"); in main()