Skip to content

Commit e7505fb

Browse files
committed
test: run-make: flag tests which won't work in no-std environments
1 parent 980961e commit e7505fb

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

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

+2
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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ignore-riscv64 $(call RUN,foo) expects to run the target executable natively
22
# so it won't work with remote-test-server
33
# ignore-arm Another build using remote-test-server
4+
# ignore-none no-std is not supported
45

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

src/test/run-make/issue-83112-incr-test-moved-file/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
include ../../run-make-fulldeps/tools.mk
22

3+
# ignore-none no-std is not supported
4+
35
# Regression test for issue #83112
46
# The generated test harness code contains spans with a dummy location,
57
# but a non-dummy SyntaxContext. Previously, the incremental cache was encoding

0 commit comments

Comments
 (0)