From ba7645f7241fa843aef92ecdc8b9756c45f9400a Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 11 Jan 2016 13:04:02 -0800 Subject: Restrict a test to run on only arm64. Change-Id: Id188be6933455c768aa15fd369a125b63cdf073c --- tests/build/cortex-a53-835769/test_config.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/build/cortex-a53-835769/test_config.py diff --git a/tests/build/cortex-a53-835769/test_config.py b/tests/build/cortex-a53-835769/test_config.py new file mode 100644 index 000000000..163fa0c11 --- /dev/null +++ b/tests/build/cortex-a53-835769/test_config.py @@ -0,0 +1,4 @@ +def match_unsupported(abi, platform, toolchain, subtest=None): + if abi != 'arm64-v8a': + return abi + return None -- cgit v1.2.3