incr-comp: add ignore-32bit directive to incr-prev-body-beyond-eof test
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
parent
73351109f5
commit
dac57e67d6
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
-include ../../run-make-fulldeps/tools.mk
|
include ../../run-make-fulldeps/tools.mk
|
||||||
|
|
||||||
|
# FIXME https://github.com/rust-lang/rust/issues/78911
|
||||||
|
# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64)
|
||||||
|
|
||||||
# Tests that we don't ICE during incremental compilation after modifying a
|
# Tests that we don't ICE during incremental compilation after modifying a
|
||||||
# function span such that its previous end line exceeds the number of lines
|
# function span such that its previous end line exceeds the number of lines
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
include ../../run-make-fulldeps/tools.mk
|
include ../../run-make-fulldeps/tools.mk
|
||||||
|
|
||||||
|
# FIXME https://github.com/rust-lang/rust/issues/78911
|
||||||
# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64)
|
# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64)
|
||||||
|
|
||||||
all: foo
|
all: foo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue