Detect test skips with armc6

pull/4949/head
Jimmy Brisson 2017-09-07 11:33:06 -05:00
parent 41a6197208
commit d56c19f253
1 changed files with 3 additions and 0 deletions

View File

@ -320,6 +320,9 @@ class ARMC6(ARM_STD):
def parse_dependencies(self, dep_path):
return mbedToolchain.parse_dependencies(self, dep_path)
def is_not_supported_error(self, output):
return "#error [NOT_SUPPORTED]" in output
def parse_output(self, output):
pass