Add unexpected to BAD_RESULT

pull/748/head
Jeffrey Walton 2018-11-18 19:40:34 -05:00
parent a82e766925
commit 76cb99ffe8
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ $(shell cp adhoc.cpp.proto adhoc.cpp)
endif
# For feature tests
BAD_RESULT="fatal|error|unknown|unrecognized|illegal|ignored|incorrect|not found|not exist|cannot find|not supported|not compatible|no such instruction|invalid mnemonic"
BAD_RESULT="fatal|error|unknown|unrecognized|unexpected|illegal|ignored|incorrect|not found|not exist|cannot find|not supported|not compatible|no such instruction|invalid mnemonic"
# Hack to skip CPU feature tests for some recipes
DETECT_FEATURES ?= 1