| /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/qemu/target/hexagon/idef-parser/ |
| H A D | parser-helpers.h | 108 #define FE_1(c, locp, WHAT, X) WHAT(c, locp, X) argument 109 #define FE_2(c, locp, WHAT, X, ...) \ argument 110 WHAT(c, locp, X)FE_1(c, locp, WHAT, __VA_ARGS__) 111 #define FE_3(c, locp, WHAT, X, ...) \ argument 112 WHAT(c, locp, X)FE_2(c, locp, WHAT, __VA_ARGS__) 113 #define FE_4(c, locp, WHAT, X, ...) \ argument 114 WHAT(c, locp, X)FE_3(c, locp, WHAT, __VA_ARGS__) 115 #define FE_5(c, locp, WHAT, X, ...) \ argument 116 WHAT(c, locp, X)FE_4(c, locp, WHAT, __VA_ARGS__) 117 #define FE_6(c, locp, WHAT, X, ...) \ argument [all …]
|
| /openbmc/docs/designs/ |
| H A D | design-template.md | 61 (1 paragraph) What are we doing and why? What problem are you trying to solve? 62 What are the goals and NON-goals? Please make the objective understandable for 69 (1-2 paragraphs) What background context is necessary? You should mention 70 related work inside and outside of OpenBMC. What other Open Source projects are 79 (2-5 paragraphs) What are the constraints for the problem you are trying to 80 solve? Who are the users of this solution? What is required to be produced? What 83 implementation. Roughly estimate relevant details. How big is the data? What are 84 the transaction rates? Bandwidth? How will the feature be configured, and what 93 succinct manner. Which technologies will you use? What new components will you 94 write? What technologies will you use to write them?
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | config_file_parser_tests.cpp | 149 // Expected exception; what() message will vary in TEST() 174 // Expected exception; what() message will vary in TEST() 191 // Expected exception; what() message will vary in TEST() 208 // Expected exception; what() message will vary in TEST() 230 EXPECT_STREQ(e.what(), "Required property missing: format"); in TEST() 522 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST() 538 EXPECT_STREQ(e.what(), "Required action type property missing"); in TEST() 555 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST() 574 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST() 606 EXPECT_STREQ(e.what(), "Element is not an array"); in TEST() [all …]
|
| H A D | config_file_parser_error_tests.cpp | 29 EXPECT_STREQ(error.what(), in TEST() 41 TEST(ConfigFileParserErrorTests, What) in TEST() argument 45 EXPECT_STREQ(error.what(), in TEST()
|
| H A D | pmbus_error_tests.cpp | 30 EXPECT_STREQ(error.what(), in TEST() 51 TEST(PMBusErrorTests, What) in TEST() argument 56 EXPECT_STREQ(error.what(), in TEST()
|
| H A D | write_verification_error_tests.cpp | 31 EXPECT_STREQ(error.what(), in TEST() 55 TEST(WriteVerificationErrorTests, What) in TEST() argument 61 EXPECT_STREQ(error.what(), in TEST()
|
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | config_file_parser_tests.cpp | 343 EXPECT_STREQ(e.what(), "Required property missing: name"); in TEST() 372 EXPECT_STREQ(e.what(), "Element is not a boolean"); in TEST() 412 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST() 428 EXPECT_STREQ(e.what(), "Required property missing: line"); in TEST() 445 EXPECT_STREQ(e.what(), "Element is not an unsigned integer"); in TEST() 462 EXPECT_STREQ(e.what(), "Element is not a boolean"); in TEST() 479 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST() 539 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST() 555 EXPECT_STREQ(e.what(), "Required property missing: name"); in TEST() 572 EXPECT_STREQ(e.what(), "Element is not a string"); in TEST() [all …]
|
| H A D | config_file_parser_error_tests.cpp | 31 error.what(), in TEST() 44 TEST(ConfigFileParserErrorTests, What) in TEST() argument 50 error.what(), in TEST()
|
| /openbmc/bmcweb/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 31 description: Tell us what issues you ran into. 33 Include information about what you tried, what you expected to 34 happen, and what actually happened. The more details, the better! 54 …bugging information manually and attached below; Was this machine QEMU? What machine was this fo…
|
| /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/docs/ |
| H A D | meta-layer-guidelines.md | 25 **What should I do instead?** 45 **What should I do instead?** 69 **What should I do instead?** 82 **What should I do instead?** 98 **What should I do instead?** 111 **What defines an OpenBMC specific repository?** 133 **What should I do instead?** 147 In addition, having an accounting of exactly what is in your build prevents 151 **What should I do instead?** 175 **What should I do instead?**
|
| /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() 41 TEST(ActionErrorTests, What) in TEST() argument 45 EXPECT_STREQ(error.what(), in TEST()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | WTFPL | 1 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 8 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 11 0. You just DO WHAT THE FUCK YOU WANT TO.
|
| /openbmc/openbmc/meta-openembedded/meta-python/licenses/ |
| H A D | WTFPL | 1 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 10 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 13 0. You just DO WHAT THE FUCK YOU WANT TO.
|
| /openbmc/u-boot/doc/ |
| H A D | feature-removal-schedule.txt | 2 removed from the U-Boot source tree. Every entry should contain what 10 What: Remove unused CONFIG_SYS_MEMTEST_START/END 22 What: Users of the legacy miiphy_* code 33 What: GPL cleanup
|
| /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/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/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/ |
| H A D | default-relay | 4 # What servers should the DHCP relay forward requests to? 8 # On what interfaces should the DHCP relay (dhrelay) serve DHCP requests?
|
| /openbmc/openbmc-tools/ |
| H A D | README.md | 11 - _Always_ inspect what you will be executing 30 ## What we will do once we have your patches 36 ## What you must have in your patches
|
| /openbmc/webui-vue/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 10 concise description of what the problem is. Ex. I'm always frustrated when [...] 12 **Describe the solution you'd like** A clear and concise description of what you
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | gen.py | 238 what: str, 242 self._what = what 256 what: str, 262 self._what = what 296 def _module_basename(self, what: str, name: str) -> str: 300 ret += what 305 ret += re.sub(r'-', '-' + name[2:] + '-', what) 308 def _module_filename(self, what: str, name: str) -> str: 310 self._module_basename(what, name))
|
| /openbmc/sdeventplus/test/ |
| H A D | exception.cpp | 21 EXPECT_EQ(std::string{expected.what()}, err.what()); in TEST()
|
| /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/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()
|