Skip to content

Commit 793708d

Browse files
committed
---
yaml --- r: 843 b: refs/heads/master c: cb254f3 h: refs/heads/master i: 841: 1aaa7da 839: 190cd3b v: v3
1 parent 07331d0 commit 793708d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 05a3c5c0f3967f676778f477c7f823af6bec6c2f
2+
refs/heads/master: cb254f35589c11d27fb95fbbe64b4272ef3954b8

trunk/src/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ TEST_XFAILS_SELF := $(filter-out \
500500
$(addprefix test/run-pass/, \
501501
bool-not.rs \
502502
char.rs \
503-
div-mod.rs \
504503
hello.rs \
505504
int.rs \
506505
item-name-overload.rs \
@@ -704,15 +703,16 @@ test/run-pass/%.out.tmp: test/run-pass/%$(CFG_EXE_SUFFIX) $(CFG_RUNTIME)
704703
@$(call CFG_ECHO, run: $<)
705704
$(CFG_QUIET)$(call CFG_RUN_TARG, $<) > $@
706705

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)
708708
$(CFG_QUIET)rm -f $<.tmp
709709
@$(call CFG_ECHO, run: $<)
710710
$(CFG_QUIET)rm -f $@
711711
$(CFG_QUIET)$(call CFG_RUN_TARG, $<) >$@ 2>&1 ; X=$$? ; \
712712
if [ $$X -eq 0 ] ; then exit 1 ; else exit 0 ; fi
713713
$(CFG_QUIET)grep --text --quiet \
714714
"`awk -F: '/error-pattern/ { print $$2 }' \
715-
$(basename $(basename $(basename $@ -boot.out.tmp))).rs \
715+
$(subst -boot.x86.out.tmp,.rs,$@) \
716716
| tr -d '\n\r'`" $@
717717

718718
test/compile-fail/%-boot.x86.out.tmp: test/compile-fail/%.rs $(BREQ)

0 commit comments

Comments
 (0)