Commit 1c051c61 authored by Marcin Stolarek's avatar Marcin Stolarek Committed by Danny Auble
Browse files

valid_feature_counts should not take care about XOR/XAND features

In case of features like cpu&fastio&[knl|westmere] additional bit_or
resulted in returning something like (cpu&fastio)|knl|westmere, which
is obviously wrong. XOR/XAND features are handled properly in
_get_req_features.

Bug 7378
parent 04756b78
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment