/openbmc/linux/tools/perf/tests/ |
H A D | parse-events.c | 89 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->core.nr_entries); in test__checkevent_tracepoint() 90 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist__nr_groups(evlist)); in test__checkevent_tracepoint() 91 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint() 92 TEST_ASSERT_VAL("wrong sample_type", in test__checkevent_tracepoint() 94 TEST_ASSERT_VAL("wrong sample_period", 1 == evsel->core.attr.sample_period); in test__checkevent_tracepoint() 102 TEST_ASSERT_VAL("wrong number of entries", evlist->core.nr_entries > 1); in test__checkevent_tracepoint_multi() 103 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist__nr_groups(evlist)); in test__checkevent_tracepoint_multi() 106 TEST_ASSERT_VAL("wrong type", in test__checkevent_tracepoint_multi() 108 TEST_ASSERT_VAL("wrong sample_type", in test__checkevent_tracepoint_multi() 110 TEST_ASSERT_VAL("wrong sample_period", in test__checkevent_tracepoint_multi() [all …]
|
H A D | stat.c | 35 TEST_ASSERT_VAL("wrong nr", config->nr == PERF_STAT_CONFIG_TERM__MAX); in process_stat_config_event() 36 TEST_ASSERT_VAL("wrong aggr_mode", HAS(AGGR_MODE, AGGR_CORE)); in process_stat_config_event() 37 TEST_ASSERT_VAL("wrong scale", HAS(SCALE, 1)); in process_stat_config_event() 38 TEST_ASSERT_VAL("wrong interval", HAS(INTERVAL, 1)); in process_stat_config_event() 44 TEST_ASSERT_VAL("wrong aggr_mode", stat_config.aggr_mode == AGGR_CORE); in process_stat_config_event() 45 TEST_ASSERT_VAL("wrong scale", stat_config.scale == 1); in process_stat_config_event() 46 TEST_ASSERT_VAL("wrong interval", stat_config.interval == 1); in process_stat_config_event() 72 TEST_ASSERT_VAL("wrong cpu", st->cpu == 1); in process_stat_event() 73 TEST_ASSERT_VAL("wrong thread", st->thread == 2); in process_stat_event() 74 TEST_ASSERT_VAL("wrong id", st->id == 3); in process_stat_event() [all …]
|
H A D | event_update.c | 22 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_unit() 23 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__UNIT); in process_event_unit() 24 TEST_ASSERT_VAL("wrong unit", !strcmp(ev->unit, "KRAVA")); in process_event_unit() 35 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_scale() 36 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__SCALE); in process_event_scale() 37 TEST_ASSERT_VAL("wrong scale", ev->scale.scale == 0.123); in process_event_scale() 54 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_name() 55 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__NAME); in process_event_name() 56 TEST_ASSERT_VAL("wrong name", !strcmp(ev->name, tmp->name)); in process_event_name() 70 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_cpus() [all …]
|
H A D | cpumap.c | 26 TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__MASK); in process_event_mask() 30 TEST_ASSERT_VAL("wrong long_size", long_size == 4 || long_size == 8); in process_event_mask() 32 TEST_ASSERT_VAL("wrong nr", data->mask32_data.nr == 1); in process_event_mask() 34 TEST_ASSERT_VAL("wrong cpu", perf_record_cpu_map_data__test_bit(0, data)); in process_event_mask() 35 TEST_ASSERT_VAL("wrong cpu", !perf_record_cpu_map_data__test_bit(1, data)); in process_event_mask() 37 TEST_ASSERT_VAL("wrong cpu", perf_record_cpu_map_data__test_bit(i, data)); in process_event_mask() 40 TEST_ASSERT_VAL("wrong nr", perf_cpu_map__nr(map) == 20); in process_event_mask() 42 TEST_ASSERT_VAL("wrong cpu", perf_cpu_map__cpu(map, 0).cpu == 0); in process_event_mask() 44 TEST_ASSERT_VAL("wrong cpu", perf_cpu_map__cpu(map, i - 1).cpu == i); in process_event_mask() 61 TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__CPUS); in process_event_cpus() [all …]
|
H A D | thread-map.c | 36 TEST_ASSERT_VAL("wrong nr", map->nr == 1); in test__thread_map() 37 TEST_ASSERT_VAL("wrong pid", in test__thread_map() 39 TEST_ASSERT_VAL("wrong comm", in test__thread_map() 42 TEST_ASSERT_VAL("wrong refcnt", in test__thread_map() 52 TEST_ASSERT_VAL("wrong nr", map->nr == 1); in test__thread_map() 53 TEST_ASSERT_VAL("wrong pid", perf_thread_map__pid(map, 0) == -1); in test__thread_map() 54 TEST_ASSERT_VAL("wrong comm", in test__thread_map() 57 TEST_ASSERT_VAL("wrong refcnt", in test__thread_map() 71 TEST_ASSERT_VAL("wrong nr", map->nr == 1); in process_event() 72 TEST_ASSERT_VAL("wrong pid", map->entries[0].pid == (u64) getpid()); in process_event() [all …]
|
H A D | thread-maps-share.c | 46 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(maps)), 4); in test__thread_maps_share() 74 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(other_maps)), 2); in test__thread_maps_share() 81 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(maps)), 3); in test__thread_maps_share() 84 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(maps)), 2); in test__thread_maps_share() 87 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(maps)), 1); in test__thread_maps_share() 93 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(other_maps)), 1); in test__thread_maps_share()
|
H A D | parse-metric.c | 149 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc() 168 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend() 186 TEST_ASSERT_VAL("cache_miss_cycles failed, wrong ratio", in test_cache_miss_cycles() 229 TEST_ASSERT_VAL("DCache_L2_Hits failed, wrong ratio", in test_dcache_l2() 235 TEST_ASSERT_VAL("DCache_L2_Misses failed, wrong ratio", in test_dcache_l2() 268 TEST_ASSERT_VAL("L1D_Cache_Fill_BW, wrong ratio", in test_memory_bandwidth() 290 TEST_ASSERT_VAL("group IPC failed, wrong ratio", in test_metric_group() 293 TEST_ASSERT_VAL("group cache_miss_cycles failed, wrong ratio", in test_metric_group()
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | hybrid.c | 29 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->core.nr_entries); in test__hybrid_hw_event_with_pmu() 30 TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type); in test__hybrid_hw_event_with_pmu() 31 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_hw_event_with_pmu() 32 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_hw_event_with_pmu() 41 TEST_ASSERT_VAL("wrong number of entries", 2 == evlist->core.nr_entries); in test__hybrid_hw_group_event() 42 TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type); in test__hybrid_hw_group_event() 43 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_hw_group_event() 44 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_hw_group_event() 45 TEST_ASSERT_VAL("wrong leader", evsel__has_leader(evsel, leader)); in test__hybrid_hw_group_event() 48 TEST_ASSERT_VAL("wrong type", PERF_TYPE_HARDWARE == evsel->core.attr.type); in test__hybrid_hw_group_event() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | 0001-Adjust-test-expectations-for-ptest.patch | 17 @@ -3,14 +3,14 @@ wrong-import-order:14:0:14:10::"standard 18 …wrong-import-order:15:0:15:15::"standard import ""datetime"" should be placed before third party i… 19 …wrong-import-order:18:0:18:22::"third party import ""totally_missing"" should be placed before loc… 20 …wrong-import-order:20:0:20:14::"third party import ""astroid"" should be placed before local impor… 21 -wrong-import-order:22:0:22:22::"first party import ""pylint.checkers"" should be placed before loc… 22 -wrong-import-order:23:0:23:25::"first party import ""pylint.config"" should be placed before local… 23 -wrong-import-order:24:0:24:17::"first party import ""pylint.sys"" should be placed before local im… 24 -wrong-import-order:25:0:25:28::"first party import ""pylint.pyreverse"" should be placed before lo… 25 -wrong-import-order:30:0:30:40::"third party import ""six.moves.urllib.parse.quote"" should be plac… 26 -wrong-import-order:31:0:31:23::"first party import ""pylint.constants"" should be placed before lo… [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | nexthop.sh | 122 check_err $? "Wrong nexthop occupancy" 126 check_err $? "Wrong nexthop occupancy after delete" 143 check_err $? "Wrong nexthop occupancy" 163 check_err $? "Wrong nexthop occupancy" 167 check_err $? "Wrong nexthop occupancy after delete" 174 check_err $? "Wrong weighted nexthop occupancy" 178 check_err $? "Wrong nexthop occupancy after delete" 198 check_err $? "Wrong nexthop occupancy" 218 check_err $? "Wrong nexthop buckets count" 220 check_err $? "Wrong nexthop buckets count" [all …]
|
/openbmc/u-boot/include/ |
H A D | fsl_secboot_err.h | 73 "Wrong barker code in header" }, 75 "Wrong public key length in header" }, 77 "Wrong signature length in header" }, 103 "Unknown cmd/Wrong arguments. Core in infinite loop"}, 109 "Wrong key entry" }, 111 "Wrong key is selected" }, 113 "Wrong srk public key len in header" }, 117 "Wrong key entry in IE Table" }, 119 "Wrong IE key is selected" }, 121 "Wrong IE public key len in header" },
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower.sh | 53 check_fail $? "Matched on a wrong filter" 79 check_fail $? "Matched on a wrong filter" 105 check_fail $? "Matched on a wrong filter" 139 check_fail $? "Matched on a wrong filter" 175 check_fail $? "Matched on wrong frag filter (nofrag)" 178 check_fail $? "Matched on wrong firstfrag filter (nofrag)" 196 check_err $? "Matched on wrong nofirstfrag filter (1stfrag)" 199 check_err $? "Match on wrong nofrag filter (1stfrag)" 210 check_err $? "Matched on wrong firstfrag filter (no1stfrag)" 296 check_fail $? "Matched on a wrong filter (0x18)" [all …]
|
H A D | bridge_vlan_mcast.sh | 139 check_err $? "Wrong default mcast_snooping global option value" 230 check_err $? "Wrong default mcast_querier global vlan option value" 260 check_err $? "Wrong default mcast_igmp_version global vlan option value" 266 check_err $? "Wrong default mcast_mld_version global vlan option value" 304 check_err $? "Wrong default mcast_last_member_count global vlan option value" 311 check_err $? "Wrong default mcast_last_member_interval global vlan option value" 338 check_err $? "Wrong default mcast_startup_query_interval global vlan option value" 345 check_err $? "Wrong default mcast_startup_query_count global vlan option value" 352 check_err $? "Wrong number of tagged IGMPv2 general queries sent" 359 check_err $? "Wrong number of tagged IGMPv2 general queries sent" [all …]
|
H A D | tc_flower_cfm.sh | 74 check_err $? "Matched on the wrong opcode" 80 check_err $? "Matched on the wrong opcode" 114 check_err $? "Matched on the wrong level" 123 check_err $? "Matched on the wrong level" 129 check_err $? "Matched on the wrong level" 159 check_err $? "Matched on the wrong level and opcode" 165 check_err $? "Matched on the wrong level and opcode"
|
/openbmc/linux/tools/testing/selftests/capabilities/ |
H A D | validate_cap.c | 31 ksft_exit_fail_msg("wrong argv[%d]\n", i); in bool_arg() 46 ksft_exit_fail_msg("wrong argc\n"); in main() 58 ksft_print_msg("Wrong effective state%s\n", atsec); in main() 63 ksft_print_msg("Wrong permitted state%s\n", atsec); in main() 68 ksft_print_msg("Wrong inheritable state%s\n", atsec); in main() 73 ksft_print_msg("Wrong ambient state%s\n", atsec); in main()
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_vlan_mcast.sh | 139 check_err $? "Wrong default mcast_snooping global option value" 230 check_err $? "Wrong default mcast_querier global vlan option value" 260 check_err $? "Wrong default mcast_igmp_version global vlan option value" 266 check_err $? "Wrong default mcast_mld_version global vlan option value" 304 check_err $? "Wrong default mcast_last_member_count global vlan option value" 311 check_err $? "Wrong default mcast_last_member_interval global vlan option value" 338 check_err $? "Wrong default mcast_startup_query_interval global vlan option value" 345 check_err $? "Wrong default mcast_startup_query_count global vlan option value" 352 check_err $? "Wrong number of tagged IGMPv2 general queries sent" 359 check_err $? "Wrong number of tagged IGMPv2 general queries sent" [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | validate-regulators-config_tests.cpp | 437 // Invalid: Wrong data type for comments (should be array of string) in TEST() 444 // Invalid: Wrong data type for action type (such as "i2c_write_byte": true) in TEST() 458 // Invalid: Comments array has wrong element type (should be string) in TEST() 543 // Invalid: actions property value contains wrong element type in TEST() 586 // Invalid: test chassis with property comments wrong type. in TEST() 593 // Invalid: test chassis with property number wrong type. in TEST() 600 // Invalid: test chassis with property inventory_path wrong type. in TEST() 607 // Invalid: test chassis with property devices wrong type. in TEST() 762 // Invalid: property FRU wrong type. in TEST() 789 // Invalid: property value wrong type. in TEST() [all …]
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_devicepath_util.c | 79 efi_st_error("Wrong device path length %u, expected %u\n", in create_single_node_device_path() 109 efi_st_error("Wrong device path length %u, expected 0\n", in execute() 127 efi_st_error("Wrong device path length %u, expected 4\n", in execute() 156 efi_st_error("Wrong device path length %u, expected 42\n", in execute() 175 efi_st_error("Wrong device path length %u, expected 46\n", in execute() 199 efi_st_error("Wrong device path length %u, expected 88\n", in execute() 230 efi_st_error("Wrong device path length %u, expected 46\n", in execute() 236 efi_st_error("Wrong device path length %u, expected 42\n", in execute() 251 efi_st_error("Wrong device path length %u, expected 46\n", in execute()
|
H A D | efi_selftest_variables.c | 62 efi_st_error("QueryVariableInfo: wrong info\n"); in execute() 82 efi_st_error("GetVariable returned wrong value\n"); in execute() 105 efi_st_error("GetVariable returned wrong length %u\n", in execute() 110 efi_st_error("GetVariable returned wrong value\n"); in execute() 130 efi_st_todo("GetVariable returned wrong length %u\n", in execute() 133 efi_st_todo("GetVariable returned wrong value\n"); in execute()
|
/openbmc/linux/tools/testing/selftests/fchmodat2/ |
H A D | fchmodat2_test.c | 70 ksft_exit_fail_msg("%s: wrong file mode bits after fchmodat2\n", in test_regfile() 80 ksft_exit_fail_msg("%s: wrong file mode bits after fchmodat2 with nofollow\n", in test_regfile() 98 ksft_exit_fail_msg("%s: wrong file mode bits after fchmodat2\n", in test_symlink() 102 ksft_exit_fail_msg("%s: wrong symlink mode bits after fchmodat2\n", in test_symlink() 115 ksft_exit_fail_msg("%s: wrong symlink mode bits after fchmodat2 with nofollow\n", in test_symlink() 119 ksft_exit_fail_msg("%s: wrong file mode bits after fchmodat2 with nofollow\n", in test_symlink()
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | daemon.sh | 26 echo "FAILED: wrong name" 31 echo "FAILED: wrong base" 36 echo "FAILED: wrong output" 41 echo "FAILED: wrong lock" 46 echo "FAILED: wrong up" 78 echo "FAILED: wrong name" 83 echo "FAILED: wrong run" 88 echo "FAILED: wrong base" 93 echo "FAILED: wrong output" 98 echo "FAILED: wrong control" [all …]
|
/openbmc/qemu/include/hw/s390x/ |
H A D | ioinst.h | 29 QEMU_BUILD_BUG_MSG(sizeof(SCSW) != 12, "size of SCSW is wrong"); 99 QEMU_BUILD_BUG_MSG(sizeof(PMCW) != 28, "size of PMCW is wrong"); 143 QEMU_BUILD_BUG_MSG(sizeof(IRB) != 96, "size of IRB is wrong"); 153 QEMU_BUILD_BUG_MSG(sizeof(ORB) != 12, "size of ORB is wrong"); 183 QEMU_BUILD_BUG_MSG(sizeof(CCW0) != 8, "size of CCW0 is wrong"); 192 QEMU_BUILD_BUG_MSG(sizeof(CCW1) != 8, "size of CCW1 is wrong"); 212 QEMU_BUILD_BUG_MSG(sizeof(CRW) != 4, "size of CRW is wrong");
|
/openbmc/linux/Documentation/driver-api/mei/ |
H A D | mei.rst | 106 ENOTTY No such client (i.e. wrong GUID) or connection is not allowed. 107 EINVAL Wrong IOCTL Number 143 ENOTTY No such client (i.e. wrong GUID) or connection is not allowed. 144 EINVAL Wrong IOCTL Number or tag == 0 172 EINVAL Wrong IOCTL Number 197 EINVAL Wrong IOCTL Number
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | s2mps11_regulator.c | 77 pr_err("Value: %#x is wrong for BUCK%d", hex, buck); in s2mps11_buck_hex2volt() 112 pr_err("Value: %d uV is wrong for BUCK%d", uV, buck); in s2mps11_buck_volt2hex() 124 pr_err("Wrong buck number: %d\n", buck); in s2mps11_buck_val() 174 pr_err("Wrong buck number: %d\n", buck); in s2mps11_buck_mode() 213 pr_err("Wrong mode: %d for buck: %d\n", *opmode, buck); in s2mps11_buck_mode() 339 pr_err("Value: %#x is wrong for LDO%d", hex, ldo); in s2mps11_ldo_hex2volt() 383 pr_err("Value: %d uV is wrong for LDO%d", uV, ldo); in s2mps11_ldo_volt2hex() 397 pr_err("Wrong ldo number: %d\n", ldo); in s2mps11_ldo_val() 437 pr_err("Wrong ldo number: %d\n", ldo); in s2mps11_ldo_mode() 481 pr_err("Wrong mode: %d for ldo: %d\n", *opmode, ldo); in s2mps11_ldo_mode()
|
/openbmc/u-boot/drivers/misc/ |
H A D | stm32mp_fuse.c | 38 printf("stm32mp %s: wrong value for bank %i\n", __func__, bank); in fuse_read() 66 printf("stm32mp %s: wrong value for bank %i\n", __func__, bank); in fuse_prog() 93 printf("stm32mp %s: wrong value for bank %i\n", __func__, bank); in fuse_sense() 121 printf("stm32mp %s: wrong value for bank %i\n", in fuse_override()
|