/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | 0001-Adjust-test-expectations-for-ptest.patch | 19 @@ -3,14 +3,14 @@ wrong-import-order:14:0:14:10::"standard import ""sys"" should be placed before 20 …wrong-import-order:15:0:15:15::"standard import ""datetime"" should be placed before third party i… 21 …wrong-import-order:18:0:18:22::"third party import ""totally_missing"" should be placed before loc… 22 …wrong-import-order:20:0:20:14::"third party import ""astroid"" should be placed before local impor… 23 -wrong-import-order:22:0:22:22::"first party import ""pylint.checkers"" should be placed before loc… 24 -wrong-import-order:23:0:23:25::"first party import ""pylint.config"" should be placed before local… 25 -wrong-import-order:24:0:24:17::"first party import ""pylint.sys"" should be placed before local im… 26 -wrong-import-order:25:0:25:28::"first party import ""pylint.pyreverse"" should be placed before lo… 34 +wrong-import-order:22:0:22:22::"third party import ""pylint.checkers"" should be placed before loc… 35 +wrong-import-order:23:0:23:25::"third party import ""pylint.config"" should be placed before local… [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | enum-wrong-data.err | 1 enum-wrong-data.json: In enum 'MyEnum': 2 enum-wrong-data.json:2: 'data' must be an array
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 207.out | 43 …0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong", "mode": "hash", … 45 Job failed: remote host key fingerprint 'md5:HASH' does not match host_key_check 'md5:wrong' 60 …0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong", "mode": "hash", … 62 Job failed: remote host key fingerprint 'sha1:HASH' does not match host_key_check 'sha1:wrong' 77 …0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong", "mode": "hash", … 79 Job failed: remote host key fingerprint 'sha256:HASH' does not match host_key_check 'sha256:wrong'
|
H A D | 174.out | 4 == reading wrong format should fail ==
|
/openbmc/linux/Documentation/networking/ |
H A D | xfrm_proc.rst | 33 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong 37 e.g. SA key is wrong 58 e.g. Inbound SAs are correct but SP rule is wrong
|
/openbmc/linux/lib/ |
H A D | test_uuid.c | 45 static void __init test_uuid_failed(const char *prefix, bool wrong, bool be, in test_uuid_failed() argument 51 wrong ? "passed on wrong" : "failed on", in test_uuid_failed()
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | noexec.c.inc | 63 printf("[ FAILED ] wrong si_addr (%p != %p)\n", 71 printf("[ FAILED ] wrong pc (%p != %p)\n", pc, expected_pc); 77 printf("[ FAILED ] wrong arg (%d != %d)\n", arg, test->expected_arg);
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
H A D | 0001-locktest-Makefile.am-Do-not-use-build-flags.patch | 6 Using CFLAGS_FOR_BUILD etc. here means it is using wrong flags 8 is common when cross-building. It can pass wrong paths to linker
|
/openbmc/qemu/tests/tcg/cris/bare/ |
H A D | check_neg.s | 18 ;; FIXME: this was wrong. 88 ;; FIXME: was wrong.
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | trivial_32bit_program.c | 8 # error wrong architecture
|
H A D | trivial_64bit_program.c | 8 # error wrong architecture
|
/openbmc/linux/arch/xtensa/ |
H A D | Kconfig.debug | 8 This check can spot missing TLB invalidation/wrong PTE permissions/ 31 It is easy to make wrong hardware configuration, this test should catch it early.
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | dove-cubox-es.dts | 10 /* sdio0 card detect is connected to wrong pin on CuBox ES */
|
/openbmc/phosphor-dbus-interfaces/gen/ |
H A D | meson.build | 9 warning('Generated meson files from wrong version of sdbus++-gen-meson.')
|
/openbmc/phosphor-logging/gen/ |
H A D | meson.build | 9 warning('Generated meson files from wrong version of sdbus++-gen-meson.')
|
/openbmc/phosphor-networkd/gen/ |
H A D | meson.build | 9 warning('Generated meson files from wrong version of sdbus++-gen-meson.')
|
/openbmc/sdbusplus/example/gen/ |
H A D | meson.build | 9 warning('Generated meson files from wrong version of sdbus++-gen-meson.')
|
/openbmc/sdbusplus/test/gen/ |
H A D | meson.build | 9 warning('Generated meson files from wrong version of sdbus++-gen-meson.')
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-x86_64.txt | 3 wrong ELF class
|
H A D | parselogs-ignores-x86.txt | 3 wrong ELF class
|
/openbmc/linux/Documentation/process/ |
H A D | management-style.rst | 51 Namely that you are in the wrong job, and that **they** should be managing 62 can be made small by just always making sure that if you were wrong (and 63 you **will** be wrong), you can always undo the damage later by 65 **two** inconsequential decisions - the wrong one **and** the right one. 91 wrong is sometimes very hard indeed. 103 might be the wrong thing. You should always reserve the right to change 130 something wrong with both projects, and the reason the people involved 131 couldn't decide was that they were both wrong. You end up coming up 219 Things will go wrong, and people want somebody to blame. Tag, you're it. 252 somebody else puts on airs, it **really** rubs us the wrong way. You may
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
H A D | disable-outside-tests.patch | 82 - TEST(hostname_mismatch) { handshake_error_test_impl(U("wss://wrong.host.badssl.com/")); } 83 + //TEST(hostname_mismatch) { handshake_error_test_impl(U("wss://wrong.host.badssl.com/")); }
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
H A D | use-native-pkg-config.patch | 7 to the default value which obviously is wrong.
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/ |
H A D | phosphor-wait-power-off@.service | 13 # This is wrong, but at least gives us something since we're not using
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/ |
H A D | phosphor-wait-power-off@.service | 13 # This is wrong, but at least gives us something since we're not using
|