Skip to content

Commit db14627

Browse files
committed
test: run-make: flag tests which won't work in no-std environments
1 parent 9b23df1 commit db14627

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/test/run-make/incr-prev-body-beyond-eof/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# ignore-none no-std is not supported
2+
13
include ../../run-make-fulldeps/tools.mk
24

35
# Tests that we don't ICE during incremental compilation after modifying a

src/test/run-make/issue-36710/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ignore-riscv64 $(call RUN,foo) expects to run the target executable natively
22
# so it won't work with remote-test-server
3+
# ignore-none no-std is not supported
34

45
include ../../run-make-fulldeps/tools.mk
56

0 commit comments

Comments
 (0)