Lines Matching refs:FAIL
24 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len)); in check_ref()
26 FAIL("'ref' in node at %d has value \"%s\" instead of \"%s\"", in check_ref()
31 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); in check_ref()
33 FAIL("'lref' in node at %d has value \"%s\" instead of \"%s\"", in check_ref()
45 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); in check_rref()
47 FAIL("'rref' in root node has value \"%s\" instead of \"/\"", in check_rref()
63 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)); in main()
66 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); in main()
75 FAIL("fdt_getprop(0, \"multiref\"): %s", fdt_strerror(len)); in main()
77 FAIL("multiref has wrong length, %d instead of %d", in main()
80 FAIL("multiref has wrong value"); in main()
85 FAIL("fdt_path_offset(/foo/baz): %s", fdt_strerror(n3)); in main()
88 FAIL("fdt_path_offset(/foobar/baz): %s", fdt_strerror(n4)); in main()