Add unexpected to BAD_RESULT
parent
a82e766925
commit
76cb99ffe8
|
|
@ -101,7 +101,7 @@ $(shell cp adhoc.cpp.proto adhoc.cpp)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# For feature tests
|
# 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
|
# Hack to skip CPU feature tests for some recipes
|
||||||
DETECT_FEATURES ?= 1
|
DETECT_FEATURES ?= 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue