We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37013fb commit ed04c1bCopy full SHA for ed04c1b
tools/test/toolchains/api_test.py
@@ -31,6 +31,13 @@ def test_arm_version_check(_run_cmd):
31
toolchain.version_check()
32
assert notifier.messages == []
33
_run_cmd.return_value = ("""
34
+ Product: MDK Professional 5.22
35
+ Component: ARM Compiler 5.06 update 5 (build 528)
36
+ Tool: armcc [4d3621]
37
+ """, "", 0)
38
+ toolchain.version_check()
39
+ assert notifier.messages == []
40
+ _run_cmd.return_value = ("""
41
Product: ARM Compiler
42
Component: ARM Compiler
43
Tool: armcc [4d3621]
0 commit comments