Lines Matching +full:- +full:- +full:add +full:- +full:architecture
69 if ((*iter) == "unprivileged-user" || (*iter) == "unprivileged_user") in check_required_configs()
82 /// Checks if the allowed architectures match the current architecture.
87 /// \return Empty if the current architecture is in the list or an error
94 const std::string architecture = in check_allowed_architectures() local
95 user_config.lookup< config::string_node >("architecture"); in check_allowed_architectures()
96 if (allowed_architectures.find(architecture) == in check_allowed_architectures()
98 return F("Current architecture '%s' not supported") % architecture; in check_allowed_architectures()
132 /// Checks if the allowed platforms match the current architecture.
173 "unprivileged-user configuration variable is not " in check_required_user()
270 /// Use register_reqs_checker() to add an entry to this global list.
346 reason = checker->exec(md, cfg, test_suite, work_directory); in check_reqs()