/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | libtest-warnings-perl_0.038.bb | 1 SUMMARY = "Test::Warnings - Test for warnings and the lack of them" 3 warnings generated by your tests, combined with the convenience of \ 6 be calculated *before* the warnings test is run, resulting in a TAP error. \ 9 HOMEPAGE = "https://github.com/karenetheridge/Test-Warnings" 10 BUGTRACKER = "https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Warnings" 16 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" 20 S = "${WORKDIR}/Test-Warnings-${PV}"
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | perl-rdepends.txt | 24 RDEPENDS:perl-module-anydbm-file += "perl-module-warnings" 38 RDEPENDS:perl-module-app-cpan += "perl-module-warnings" 47 RDEPENDS:perl-module-app-prove += "perl-module-warnings" 55 RDEPENDS:perl-module-app-prove-state += "perl-module-warnings" 59 RDEPENDS:perl-module-app-prove-state-result += "perl-module-warnings" 61 RDEPENDS:perl-module-app-prove-state-result-test += "perl-module-warnings" 68 RDEPENDS:perl-module-archive-tar-constant += "perl-module-warnings" 86 RDEPENDS:perl-module-attribute-handlers += "perl-module-warnings" 89 RDEPENDS:perl-module-attributes += "perl-module-warnings" 96 RDEPENDS:perl-module-autodie-exception += "perl-module-warnings" [all …]
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | logging.yml | 1 # Python logging configuration to write all warnings to a separate file 5 warnings: 8 filename: warnings.log 13 handlers: [warnings]
|
/openbmc/u-boot/tools/patman/ |
H A D | checkpatch.py | 51 warnings: Number of warnings 56 fields = ['ok', 'problems', 'errors', 'warnings', 'checks', 'lines', 70 # total: 0 errors, 0 warnings, 159 lines checked 72 # total: 0 errors, 2 warnings, 7 checks, 473 lines checked 73 re_stats = re.compile('total: (\\d+) errors, (\d+) warnings, (\d+)') 74 re_stats_full = re.compile('total: (\\d+) errors, (\d+) warnings, (\d+)' 96 result.warnings = int(match.group(2)) 151 warning_count += result.warnings 153 print('%d errors, %d warnings, %d checks for %s:' % (result.errors, 154 result.warnings, result.checks, col.Color(col.BLUE, fname))) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/ |
H A D | libtest-nowarnings-perl_1.04.bb | 1 SUMMARY = "Make sure you didn't emit any warnings while testing" 2 DESCRIPTION = "In general, your tests shouldn't produce warnings. This \ 3 modules causes any warnings to be captured and stored. It automatically \ 5 were no warnings. If there were any warings, the test will give a \\"not ok\\" \ 9 If some of your tests are supposed to produce warnings then you should \
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/ |
H A D | libstrictures-perl_2.000006.bb | 1 SUMMARY = "strictures - turn on strict and make all warnings fatal" 6 warnings on but don't make them fatal -- which from my point of view is \ 7 useless because I want an exception to tell me my code isn't warnings-clean. \ 42 perl-module-warnings \
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | builddashboard.html | 25 {% if build.warnings.count or build.errors.count %} 32 {% if build.warnings.count %} 34 …<a href="#warnings" class="show-warnings"> {{build.warnings.count}} warning{{build.warnings.count|… 281 {% if build.warnings.count %} 282 <div class="panel panel-default" id="warnings"> 286 …le" href="#warning-info" data-toggle="collapse">{{build.warnings.count}} warning{{build.warnings.c… 307 //show warnings section when requested from the previous page 308 if (location.href.search('#warnings') > -1) { 312 //show warnings section when requested from the build outcome 313 $(".show-warnings").click(function() {
|
H A D | projectbuilds.html | 104 …warnings.count">{% if build.warnings.count %}<a class="warnings.count warning" href="{% url "buil…
|
/openbmc/openbmc-test-automation/lib/ |
H A D | disable_warning_urllib.py | 3 import warnings 10 warnings.filterwarnings("ignore")
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | __init__.py | 30 import warnings 63 # Define some custom warnings. 177 warnings.warn( 184 warnings.warn( 191 warnings.warn( 198 warnings.warn( 205 warnings.warn( 213 warnings.warn( 228 …warnings.warn("You provided Unicode markup but also provided a value for from_encoding. Your from_… 271 # This code adapted from warnings.py so that we get the same line [all …]
|
/openbmc/phosphor-networkd/src/ |
H A D | config_parser.cpp | 153 std::vector<std::string> warnings; member 165 warnings.emplace_back(std::format("{}:{}: Section missing ]", in pumpSection() 174 warnings.emplace_back( in pumpSection() 210 warnings.insert(warnings.end(), in pumpKV() 270 parse.warnings.emplace_back( in setFile() 277 this->warnings = std::move(parse.warnings); in setFile()
|
/openbmc/qemu/include/ |
H A D | glib-compat.h | 19 /* Ask for warnings for anything that was marked deprecated in 24 /* Ask for warnings if code tries to use function that did not 49 * trickery to prevent warnings being emitted. 75 * without generating warnings.
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-server | 10 import warnings 11 warnings.simplefilter("default") 12 warnings.filterwarnings("ignore", category=DeprecationWarning, message=".*use.of.fork.*may.lead.to.…
|
H A D | bitbake | 15 import warnings 16 warnings.simplefilter("default")
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-test/pacbti/ |
H A D | test-pacbti.bb | 11 # Compile with -zforce-bti with fatal warnings, so the link fails if PAC/BTI 13 ${CC} ${CFLAGS} ${LDFLAGS} -z force-bti -Werror -Wl,--fatal-warnings ${S}/pacbti.c
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap3-transition.css | 201 /* Errors and warnings accordions */ 204 #warnings .panel-heading { 209 a.toggle-warnings:hover, 215 a.toggle-warnings:focus {
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/ |
H A D | libfile-slurper-perl_0.014.bb | 24 perl-module-warnings \ 27 RDEPENDS:${PN}-ptest += "libtest-warnings-perl \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | openhpi-fix-host-gcc.patch | 1 fix host gcc warnings 3 Remove gcc warnings when gcc is v3.2
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | helper.h | 19 /* Avoids compiler warnings when casting a pointer to a u32 */ 26 /* Avoids compiler warnings when casting a u32 to a pointer */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/ |
H A D | libdev-checklib-perl_1.16.bb | 23 # '-w' with 'use warnings;' 25 -e "/use strict;/ause warnings;" ${D}${bindir}/use-devel-checklib
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | target-sdk-provides-dummy.bb | 43 perl-module-warnings \ 44 perl-module-warnings-register \
|
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/ |
H A D | 0001-Do-not-treat-warnings-as-errors.patch | 4 Subject: [PATCH] Do not treat warnings as errors 6 There are additional warnings found with musl which are
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0002-configure-Disable-selected-warnings.patch | 4 Subject: [PATCH 2/2] configure: Disable selected warnings 6 These warnings are emitted when compiling with gcc 11 and gcc 12
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/files/ |
H A D | 0001-Ignore-Compiler-Warnings.patch | 23 +option(ENABLE_WERROR "Enable warnings as errors" ON) 42 # Enable more warnings if not doing a release build.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libconfig/libconfig/ |
H A D | 0001-Fix-declarations-to-allow-build-with-gcc-15.patch | 20 /* These declarations are provided to suppress compiler warnings. */ 32 +/* These declarations are provided to suppress compiler warnings. */
|