| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | config_file_parser_tests.cpp | 501 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST() 517 EXPECT_STREQ(e.what(), "Required action type property missing"); in TEST() 534 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST() 553 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST() 585 EXPECT_STREQ(e.what(), "Element is not an array"); in TEST() 616 EXPECT_STREQ(e.what(), "Array must contain two or more actions"); in TEST() 632 EXPECT_STREQ(e.what(), "Element is not an array"); in TEST() 696 EXPECT_STREQ(e.what(), "Element is not an integer"); in TEST() 713 EXPECT_STREQ(e.what(), "Element is not a string"); in TEST() 730 EXPECT_STREQ(e.what(), "Element contains an empty string"); in TEST() [all …]
|
| H A D | id_map_tests.cpp | 82 EXPECT_STREQ(error.what(), in TEST() 125 EXPECT_STREQ(error.what(), "Unable to add rail: Duplicate ID \"vio0\""); in TEST() 168 EXPECT_STREQ(error.what(), in TEST() 209 EXPECT_STREQ(ia_error.what(), in TEST() 247 EXPECT_STREQ(ia_error.what(), "Unable to find rail with ID \"vcs0\""); in TEST() 284 EXPECT_STREQ(ia_error.what(), in TEST()
|
| H A D | exception_utils_tests.cpp | 73 EXPECT_STREQ(e.what(), "JSON element is not an array"); in TEST() 88 EXPECT_STREQ(e.what(), "Unable to parse config file"); in TEST() 156 EXPECT_STREQ(e.what(), "JSON element is not an array"); in TEST() 221 EXPECT_STREQ(e.what(), "JSON element is not an array"); in TEST() 236 EXPECT_STREQ(e.what(), "Unable to parse config file"); in TEST()
|
| H A D | pmbus_error_tests.cpp | 30 EXPECT_STREQ(error.what(), in TEST() 56 EXPECT_STREQ(error.what(), in TEST()
|
| H A D | write_verification_error_tests.cpp | 31 EXPECT_STREQ(error.what(), in TEST() 61 EXPECT_STREQ(error.what(), in TEST()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0025-gcc-testsuite-tweaks-for-mips-OE.patch | 76 # Set up the compiler flags, based on what we're going to do. 77 + global do-what-limit 81 + if [info exists do-what-limit] then { 82 + # Demote run tests to $do-what-limit if set 85 + set do_what ${do-what-limit} 86 + set dg-do-what ${do-what-limit} 148 global dg-do-what-default 149 + global do-what-limit 156 set dg-do-what-default compile 157 + set do-what-limit link [all …]
|
| /openbmc/phosphor-power/test/ |
| H A D | json_parser_utils_tests.cpp | 50 EXPECT_STREQ(e.what(), "Required property missing: format"); in TEST() 87 EXPECT_STREQ(e.what(), "Element is not an integer"); in TEST() 99 EXPECT_STREQ(e.what(), "Element is not a bit position"); in TEST() 111 EXPECT_STREQ(e.what(), "Element is not a bit position"); in TEST() 124 EXPECT_STREQ(e.what(), "Element is not a bit position"); in TEST() 161 EXPECT_STREQ(e.what(), "Element is not an integer"); in TEST() 173 EXPECT_STREQ(e.what(), "Element is not a bit value"); in TEST() 185 EXPECT_STREQ(e.what(), "Element is not a bit value"); in TEST() 198 EXPECT_STREQ(e.what(), "Element is not an integer"); in TEST() 243 EXPECT_STREQ(e.what(), "Element is not a boolean"); in TEST() [all …]
|
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | config_file_parser_tests.cpp | 453 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST() 471 EXPECT_STREQ(e.what(), "Element is not an integer"); in TEST() 488 EXPECT_STREQ(e.what(), in TEST() 507 EXPECT_STREQ(e.what(), "Element is not a string"); in TEST() 525 EXPECT_STREQ(e.what(), "Invalid chassis template id: does_not_exist"); in TEST() 543 EXPECT_STREQ(e.what(), "Element is not a string"); in TEST() 561 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST() 578 EXPECT_STREQ(e.what(), "Invalid chassis number: Must be > 0"); in TEST() 678 EXPECT_STREQ(e.what(), "Element is not an array"); in TEST() 698 EXPECT_STREQ(e.what(), "Element is not an integer"); in TEST() [all …]
|
| H A D | gpios_only_device_tests.cpp | 65 EXPECT_STREQ(e.what(), "getGPIOValues() is not supported"); in TEST() 84 EXPECT_STREQ(e.what(), "getStatusWord() is not supported"); in TEST() 103 EXPECT_STREQ(e.what(), "getStatusVout() is not supported"); in TEST() 122 EXPECT_STREQ(e.what(), "getReadVout() is not supported"); in TEST() 141 EXPECT_STREQ(e.what(), "getVoutUVFaultLimit() is not supported"); in TEST() 163 EXPECT_STREQ(e.what(), "Device not open: gpios_only_device"); in TEST()
|
| /openbmc/sdbusplus/test/exception/ |
| H A D | sdbus_error.cpp | 48 EXPECT_EQ(prefix + ": " + error.name + ": " + error.message, stdErr.what()); in TEST() 83 const std::string what = prefix + ": " + error.name + ": " + error.message; in TEST() local 94 EXPECT_EQ(what, err.what()); in TEST() 112 EXPECT_EQ(what, errNew.what()); in TEST() 131 EXPECT_EQ(what, errFinal.what()); in TEST() 160 EXPECT_EQ(prefix + ": " + name + ": " + description, err.what()); in TEST()
|
| /openbmc/phosphor-power/phosphor-regulators/test/actions/ |
| H A D | action_error_tests.cpp | 29 EXPECT_STREQ(error.what(), "ActionError: run_rule: set_voltage_rule"); in TEST() 36 EXPECT_STREQ(error.what(), in TEST() 45 EXPECT_STREQ(error.what(), in TEST()
|
| H A D | i2c_write_bit_action_tests.cpp | 65 EXPECT_STREQ(e.what(), "Invalid bit position: 8"); in TEST() 80 EXPECT_STREQ(e.what(), "Invalid bit value: 2"); in TEST() 174 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 210 EXPECT_STREQ(e.what(), "ActionError: i2c_write_bit: { register: " in TEST() 221 ie.what(), in TEST() 270 EXPECT_STREQ(e.what(), "ActionError: i2c_write_bit: { register: " in TEST() 280 EXPECT_STREQ(ie.what(), "I2CException: Failed to write byte: bus " in TEST()
|
| H A D | i2c_compare_bit_action_tests.cpp | 64 EXPECT_STREQ(e.what(), "Invalid bit position: 8"); in TEST() 79 EXPECT_STREQ(e.what(), "Invalid bit value: 2"); in TEST() 164 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 199 EXPECT_STREQ(e.what(), "ActionError: i2c_compare_bit: { register: " in TEST() 210 ie.what(), in TEST()
|
| H A D | pmbus_write_vout_command_action_tests.cpp | 98 EXPECT_STREQ(e.what(), "Unsupported data format specified"); in TEST() 216 e.what(), in TEST() 244 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 287 EXPECT_STREQ(e.what(), in TEST() 299 ie.what(), in TEST() 347 EXPECT_STREQ(e.what(), in TEST() 359 pe.what(), in TEST() 413 EXPECT_STREQ(e.what(), in TEST() 424 EXPECT_STREQ(ie.what(), "I2CException: Failed to write word data: " in TEST() 478 EXPECT_STREQ(e.what(), in TEST() [all …]
|
| /openbmc/phosphor-pid-control/errors/ |
| H A D | exception.hpp | 12 const char* what() const noexcept override in what() function in SensorBuildException 28 const char* what() const noexcept override in what() function in ControllerBuildException 44 const char* what() const noexcept override in what() function in ConfigurationException
|
| /openbmc/phosphor-power/tools/power-utils/ |
| H A D | aei_updater.cpp | 214 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspKey() 224 {"EXCEPTION", e.what()}}; in writeIspKey() 270 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspMode() 286 {"EXCEPTION", e.what()}}; in writeIspMode() 331 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspStatusReset() 346 {"EXCEPTION", e.what()}}; in writeIspStatusReset() 387 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspStatusReset() 401 {"EXCEPTION", e.what()}}; in writeIspStatusReset() 594 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in performI2cWriteReadWithRetries() 597 "ERROR", e.what()); in performI2cWriteReadWithRetries() [all …]
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | event_logger_utility.hpp | 85 {"ErrorMsg", i_exception.what()}}; in getExceptionData() 95 std::string("Data Exception. Reason: ") + i_exception.what(); in getExceptionData() 103 std::string("Ecc Exception. Reason: ") + i_exception.what(); in getExceptionData() 111 std::string("Json Exception. Reason: ") + i_exception.what(); in getExceptionData() 119 std::string("Gpio Exception. Reason: ") + i_exception.what(); in getExceptionData() 127 std::string("Dbus Exception. Reason: ") + i_exception.what(); in getExceptionData() 136 i_exception.what(); in getExceptionData() 144 std::string("Eeprom Exception. Reason: ") + i_exception.what(); in getExceptionData() 153 i_exception.what(); in getExceptionData() 159 "Failed to get error info, reason: " + std::string(l_ex.what())); in getExceptionData() [all …]
|
| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | exception.hpp | 73 const char* what() const noexcept override in what() function 120 const char* what() const noexcept override; 153 const char* what() const noexcept override; 175 const char* what() const noexcept override; 198 const char* what() const noexcept override;
|
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | pmbus_driver_device.cpp | 52 name, label, e.what())}; in getGPIOValues() 70 name, e.what())}; in getStatusWord() 88 name, e.what())}; in getStatusVout() 110 name, e.what())}; in getReadVout() 132 page, name, e.what())}; in getVoutUVFaultLimit() 193 name, e.what())}; in buildPageToFileNumberMap()
|
| /openbmc/u-boot/examples/standalone/ |
| H A D | smc91111_eeprom.c | 36 int c, i, j, done, line, reg, value, start, what; in smc91111_eeprom() local 60 what = UNKNOWN; in smc91111_eeprom() 149 what = EEPROM; in smc91111_eeprom() 152 what = MAC; in smc91111_eeprom() 155 what = UNKNOWN; in smc91111_eeprom() 182 what = UNKNOWN; in smc91111_eeprom() 195 switch (what) { in smc91111_eeprom()
|
| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | net_config.cpp | 103 iface_name_, ex.what()); in get_mac_addr() 152 mac_value, ex.what()); in set_mac_addr() 173 e.what()); in set_mac_addr() 199 mac_value, e.what()); in set_mac_addr() 206 stdplus::println(stderr, "Error creating socket: {}", e.what()); in set_mac_addr() 257 ex.what()); in set_nic_hostless()
|
| /openbmc/bmcweb/src/ |
| H A D | boost_asio.cpp | 14 BMCWEB_LOG_CRITICAL("Boost exception thrown {}", e.what()); in throw_exception() 20 BMCWEB_LOG_CRITICAL("Boost exception thrown {} from {}:{}", e.what(), in throw_exception()
|
| /openbmc/openbmc/meta-security/recipes-security/opendnssec/files/ |
| H A D | libdns_conf_fix.patch | 40 - AC_MSG_CHECKING(what are the ldns includes) 44 - AC_MSG_CHECKING(what are the ldns libs) 48 - AC_MSG_CHECKING(what are the ldns includes) 52 - AC_MSG_CHECKING(what are the ldns libs) 109 - AC_MSG_CHECKING(what are the ldns includes) 113 - AC_MSG_CHECKING(what are the ldns libs) 117 - AC_MSG_CHECKING(what are the ldns includes) 121 - AC_MSG_CHECKING(what are the ldns libs)
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | handler.hpp | 82 HandlerException(Cc cc, const char* what) : in HandlerException() argument 83 HandlerCompletion(cc), std::runtime_error(what) in HandlerException() 85 HandlerException(Cc cc, const std::string& what) : in HandlerException() argument 86 HandlerException(cc, what.c_str()) in HandlerException() 290 const char* what = currentExceptionType(); in executeCallback() local 294 request->ctx->cmd, "ERROR", what); in executeCallback() 387 const char* what = currentExceptionType(); in executeCallback() local 391 request->ctx->cmd, "ERROR", what); in executeCallback() 473 const char* what = currentExceptionType(); in executeCallback() local 477 request->ctx->cmd, "ERROR", what); in executeCallback()
|
| /openbmc/sdeventplus/test/ |
| H A D | exception.cpp | 21 EXPECT_EQ(std::string{expected.what()}, err.what()); in TEST()
|