File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 05a3c5c0f3967f676778f477c7f823af6bec6c2f
2
+ refs/heads/master: cb254f35589c11d27fb95fbbe64b4272ef3954b8
Original file line number Diff line number Diff line change @@ -500,7 +500,6 @@ TEST_XFAILS_SELF := $(filter-out \
500
500
$(addprefix test/run-pass/, \
501
501
bool-not.rs \
502
502
char.rs \
503
- div-mod.rs \
504
503
hello.rs \
505
504
int.rs \
506
505
item-name-overload.rs \
@@ -704,15 +703,16 @@ test/run-pass/%.out.tmp: test/run-pass/%$(CFG_EXE_SUFFIX) $(CFG_RUNTIME)
704
703
@$(call CFG_ECHO, run: $< )
705
704
$(CFG_QUIET )$(call CFG_RUN_TARG, $< ) > $@
706
705
707
- test/run-fail/% -boot.out.tmp : test/run-fail/% $(CFG_EXE_SUFFIX ) $(CFG_RUNTIME )
706
+ test/run-fail/% -boot.x86.out.tmp : test/run-fail/% -boot.x86$(CFG_EXE_SUFFIX ) \
707
+ $(CFG_RUNTIME)
708
708
$(CFG_QUIET)rm -f $<.tmp
709
709
@$(call CFG_ECHO, run: $<)
710
710
$(CFG_QUIET)rm -f $@
711
711
$(CFG_QUIET)$(call CFG_RUN_TARG, $<) >$@ 2>&1 ; X=$$? ; \
712
712
if [ $$X -eq 0 ] ; then exit 1 ; else exit 0 ; fi
713
713
$(CFG_QUIET)grep --text --quiet \
714
714
"`awk -F : '/error-pattern/ { print $$2 }' \
715
- $(basename $(basename $(basename $@ -boot.out.tmp))) .rs \
715
+ $(subst -boot.x86. out.tmp, .rs,$@) \
716
716
| tr -d '\n\r'`" $@
717
717
718
718
test/compile-fail/% -boot.x86.out.tmp : test/compile-fail/% .rs $(BREQ )
You can’t perform that action at this time.
0 commit comments