Skip to content

Commit dac57e6

Browse files
incr-comp: add ignore-32bit directive to incr-prev-body-beyond-eof test
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
1 parent 7335110 commit dac57e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
-include ../../run-make-fulldeps/tools.mk
1+
include ../../run-make-fulldeps/tools.mk
2+
3+
# FIXME https://github.com/rust-lang/rust/issues/78911
4+
# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64)
25

36
# Tests that we don't ICE during incremental compilation after modifying a
47
# function span such that its previous end line exceeds the number of lines

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

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

3+
# FIXME https://github.com/rust-lang/rust/issues/78911
34
# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64)
45

56
all: foo

0 commit comments

Comments
 (0)