Home
last modified time | relevance | path

Searched refs:assertions (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp163 auto assertions = ThresholdIntf::asserted(); in checkThreshold() local
166 if (!assertions.contains(threshold)) in checkThreshold()
168 assertions.insert(threshold); in checkThreshold()
169 ThresholdIntf::asserted(assertions); in checkThreshold()
182 else if (assertions.contains(threshold)) in checkThreshold()
184 assertions.erase(threshold); in checkThreshold()
185 ThresholdIntf::asserted(assertions); in checkThreshold()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/
H A D0001-Cargo.toml-do-not-abort-on-panic.patch22 debug-assertions = true
28 debug-assertions = false
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js72 function Test(settings){var i,l;++Test.count;extend(this,settings);this.assertions=[];this.semaphor…
79 …resolvePromise(promise);}catch(e){this.pushFailure("Died on test #"+(this.assertions.length+1)+" "+
84 "not called.",this.stack);}else if(this.expected!==null&&this.expected!==this.assertions.length){th…
85 this.assertions.length+" were run",this.stack);}else if(this.expected===null&&!this.assertions.leng…
87 …tats.all+=this.assertions.length;config.moduleStats.all+=this.assertions.length;for(i=0;i<this.ass…
88 …kip,failed:bad,passed:this.assertions.length-bad,total:this.assertions.length,runtime:this.runtime…
91 runLoggingCallbacks("log",details);this.assertions.push({result:!!result,message:message});},pushFa…
94 runLoggingCallbacks("log",details);this.assertions.push({result:false,message:message});},resolvePr…
151 …it.jsDump=QUnit.dump;if(typeof window!=="undefined"){(function(){var i,assertions=Assert.prototype…
152 for(i in assertions){QUnit[i]=applyCurrent(assertions[i]);}})();(function(){var i,l,keys=["test","m…
[all …]
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp551 std::bitset<16>& assertions) in getVrEventStatus() argument
584 assertions.set(index); in getVrEventStatus()
1619 std::bitset<16> assertions; in ipmiSenGetSensorEventStatus() local
1638 assertions |= response.discreteReadingSensorStates << 8; in ipmiSenGetSensorEventStatus()
1639 assertions |= response.thresholdLevelsStates; in ipmiSenGetSensorEventStatus()
1640 return ipmi::responseSuccess(sensorEventStatus, assertions, in ipmiSenGetSensorEventStatus()
1656 std::bitset<16> assertions = 0; in ipmiSenGetSensorEventStatus() local
1733 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus()
1739 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus()
1763 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_git.bb2 DESCRIPTION = "Application to monitor gpio assertions"
/openbmc/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst108 KUnit tests verify state using expectations/assertions.
109 All expectations/assertions are formatted as:
118 - Failing assertions, on the other hand, result in the test case being
H A Dusage.rst46 In the above example, ``add_test_basic`` makes a number of assertions about the
56 otherwise terminated. This is as opposed to *assertions* which are discussed
125 Warning: There is an exception to the above rule. You shouldn't use assertions
493 detailed error and make the assertions clearer within the helper macros.
/openbmc/linux/Documentation/scsi/
H A Dadvansys.rst69 1. ADVANSYS_ASSERT - Enable driver assertions (Def: Enabled)
74 assertions encountered should be reported to the person
77 problems. Enabling assertions will add a small overhead to the
H A DChangeLog.megaraid256 maybe it's not advised to make such assertions,
/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp1098 std::bitset<16> assertions = 0; in ipmiSenGetSensorEventStatus() local
1145 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus()
1151 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus()
1175 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus()
1181 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus()
1187 return ipmi::responseSuccess(sensorEventStatus, assertions, deassertions); in ipmiSenGetSensorEventStatus()
/openbmc/bmcweb/
H A DCLIENTS.md28 Status: 100% of assertions passing. No CI integration.
/openbmc/openbmc/meta-arm/documentation/
H A Doeqa-fvp.md36 To support firmware and baremetal testing, OEFVPTarget also allows test cases to make assertions ag…
/openbmc/linux/fs/btrfs/
H A DKconfig98 any of the assertions trip. This is meant for btrfs developers only.
/openbmc/linux/arch/x86/kvm/
H A DKconfig147 Enables runtime assertions in KVM's MMU that are too costly to enable
/openbmc/linux/security/apparmor/
H A DKconfig33 Enable code assertions made with AA_BUG. These are primarily
/openbmc/linux/lib/
H A DKconfig.kcsan25 also provides assertions to check data access constraints.
26 These assertions can expose bugs that do not manifest as
H A DKconfig.debug2969 bool "Debug assertions"
2972 Enables rustc's `-Cdebug-assertions` codegen option.
2999 bool "Allow unoptimized build-time assertions"
/openbmc/linux/fs/jffs2/
H A DKconfig23 enable a few assertions and will print debugging messages at the
/openbmc/linux/Documentation/locking/
H A Dseqlock.rst103 stored in struct seqcount and lockdep's "lock is held" assertions are
/openbmc/libpldm/
H A DCHANGELOG.md472 which ensure assertions won't fail or otherwise invoke UB:
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md400 Don't test other people's code. Make sure to limit the test assertions to the
/openbmc/linux/tools/memory-model/Documentation/
H A Daccess-marking.txt7 document these accesses, both with comments and with special assertions
/openbmc/linux/
H A DMakefile829 KBUILD_RUSTFLAGS += -Cdebug-assertions=$(if $(CONFIG_RUST_DEBUG_ASSERTIONS),y,n)
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq1394 * Don't ignore persistent REQ assertions just because
1856 * assertions in fast-160 mode). This will only happen if
/openbmc/linux/Documentation/dev-tools/
H A Dcheckpatch.rst462 assertions based on spin_is_locked()

12