Skip to content

Commit 846d87c

Browse files
committed
tests/run-tests.py: Only run inlineasm tests on rp2 ARM targets.
Signed-off-by: Damien George <damien@micropython.org>
1 parent c7bf670 commit 846d87c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/run-tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,9 @@ def main():
10891089
elif args.target in ("renesas-ra"):
10901090
test_dirs += ("float", "inlineasm", "ports/renesas-ra")
10911091
elif args.target == "rp2":
1092-
test_dirs += ("float", "stress", "inlineasm", "thread", "ports/rp2")
1092+
test_dirs += ("float", "stress", "thread", "ports/rp2")
1093+
if "arm" in args.mpy_cross_flags:
1094+
test_dirs += ("inlineasm",)
10931095
elif args.target == "esp32":
10941096
test_dirs += ("float", "stress", "thread")
10951097
elif args.target in ("esp8266", "minimal", "nrf"):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy