Searched refs:allowed_architectures (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/usr.bin/lastcomm/tests/
H A DMakefile5 TEST_METADATA.legacy_test+= allowed_architectures="amd64 i386"
/freebsd-current/contrib/kyua/engine/
H A Drequirements.cpp83 /// \param allowed_architectures Set of allowed architectures.
89 check_allowed_architectures(const model::strings_set& allowed_architectures, argument
92 if (!allowed_architectures.empty()) {
95 if (allowed_architectures.find(architecture) ==
96 allowed_architectures.end())
262 reason = check_allowed_architectures(md.allowed_architectures(), cfg);
/freebsd-current/usr.sbin/sa/tests/
H A DMakefile5 TEST_METADATA.legacy_test+= allowed_architectures="amd64 i386"
/freebsd-current/contrib/kyua/model/
H A Dmetadata_test.cpp50 ATF_REQUIRE(md.allowed_architectures().empty());
109 ATF_REQUIRE(architectures == md.allowed_architectures());
130 ATF_REQUIRE_EQ(1, md1.allowed_architectures().size());
131 ATF_REQUIRE_EQ(2, md2.allowed_architectures().size());
218 ATF_REQUIRE(architectures == md.allowed_architectures());
271 .set_string("allowed_architectures", "a1 a2")
286 ATF_REQUIRE(architectures == md.allowed_architectures());
314 props["allowed_architectures"] = "abc";
408 ATF_REQUIRE_EQ("metadata{allowed_architectures='', allowed_platforms='', "
430 "metadata{allowed_architectures
[all...]
H A Dmetadata.hpp66 const strings_set& allowed_architectures(void) const;
H A Dmetadata.cpp246 tree.define< config::strings_set_node >("allowed_architectures");
268 tree.set< config::strings_set_node >("allowed_architectures",
415 model::metadata::allowed_architectures(void) const function in class:model::metadata
417 if (_pimpl->props.is_set("allowed_architectures")) {
419 "allowed_architectures");
422 "allowed_architectures");
715 if (!_pimpl->props.is_set("allowed_architectures")) {
717 "allowed_architectures",
719 "allowed_architectures"));
722 _pimpl->props, "allowed_architectures")
[all...]
/freebsd-current/contrib/kyua/integration/
H A Dcmd_report_junit_test.sh97 allowed_architectures is empty
135 allowed_architectures is empty
211 allowed_architectures is empty
249 allowed_architectures is empty
H A Dcmd_report_test.sh251 allowed_architectures is empty
H A Dcmd_list_test.sh417 allowed_architectures = some-architecture
/freebsd-current/contrib/kyua/store/
H A Dmigrate_v1_v2.sql173 INSERT INTO tmp_default_metadata VALUES ('allowed_architectures', '');
255 WHERE test_case_id IS NOT NULL AND property_name = 'allowed_architectures'

Completed in 93 milliseconds