Skip to content

Commit d56c19f

Browse files
committed
Detect test skips with armc6
1 parent 41a6197 commit d56c19f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/toolchains/arm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ def __init__(self, target, *args, **kwargs):
320320
def parse_dependencies(self, dep_path):
321321
return mbedToolchain.parse_dependencies(self, dep_path)
322322

323+
def is_not_supported_error(self, output):
324+
return "#error [NOT_SUPPORTED]" in output
325+
323326
def parse_output(self, output):
324327
pass
325328

0 commit comments

Comments
 (0)