Close out oldcompare.
At this revision all test logs either pass checkfile comparison against advent439 or have a NOCOMPARE comment explaining why they don't pass, turning into a TAP skip. 100% coverage.
This commit is contained in:
parent
59a5afb72e
commit
e49fb5f367
15 changed files with 19 additions and 9 deletions
|
@ -163,6 +163,10 @@ oldcompare: $(SGAMES)
|
|||
fi; \
|
||||
done; \
|
||||
echo 1..$(words $(shell ls *.log))) | $(TAPFILTER)
|
||||
@rm *.ochk rm *-new advent430 adventure.data
|
||||
@rm *.ochk *-new advent430 adventure.data
|
||||
|
||||
# List all NOMPARE tests.
|
||||
residuals:
|
||||
@grep -n NOCOMPARE *.log
|
||||
|
||||
# end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
## Get to dragon, refuse to use bare hands
|
||||
#NOCOMPARE Fails due uninteresting difference in whitespace process.
|
||||
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
|
||||
n
|
||||
seed 1635997320
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Resume from absurd save file with numdie = -900
|
||||
#NOCOMPARE Can't compare to asvent430 die to version skew
|
||||
#NOCOMPARE Can't compare to asvent430 due to version skew
|
||||
n
|
||||
resume
|
||||
cheat_numdie.adv
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Resume from absurd save file with numdie = -1000
|
||||
# generating "off my scale" score threshold message
|
||||
#NOCOMPARE Can't compare to asvent430 die to version skew
|
||||
#NOCOMPARE Can't compare to asvent430 due to version skew
|
||||
n
|
||||
resume
|
||||
cheat_numdie1000.adv
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
## Qualify for ogre hint but fail due to dwarves dead (fuzzed)
|
||||
#NOCOMPARE Fails due uninteresting difference in whitespace process.
|
||||
n
|
||||
seed 1838473132
|
||||
in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Test fix for issue #51: rug flying is broken
|
||||
## Test fix for issue 51: rug flying is broken
|
||||
#NOCOMPARE Behavior differs due to a bug fix.
|
||||
n
|
||||
seed 1838473132
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
## Test many nonlethal failure conditions
|
||||
# This variant elicits the prompt to go back for batteries
|
||||
# See comments in this log
|
||||
#NOCOMPARE Relies on "waste"
|
||||
n
|
||||
seed 1838473132
|
||||
in
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Simple quit
|
||||
#options: -o
|
||||
#NOCOMPARE Comment not interpreted by advent430
|
||||
n
|
||||
i
|
||||
l
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Demonstrate fix of buggy response to unlocking oyster while carrying it.
|
||||
#NOCOMPARE This fixes a bug in advent430
|
||||
#NOCOMPARE This fails due to a known bug in advent430
|
||||
n
|
||||
seed 1838473132
|
||||
in
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Save right after starting
|
||||
#NOCOMPARE Can't compare to asvent430 die to version skew
|
||||
#NOCOMPARE Can't compare to asvent430 due to version skew
|
||||
n
|
||||
seed 1240742801
|
||||
save
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Resume and then quit
|
||||
#NOCOMPARE Can't compate to asvent430 die to version skew
|
||||
#NOCOMPARE Can't compate to asvent430 due to version skew
|
||||
n
|
||||
in
|
||||
resume
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Almost win, then save
|
||||
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
|
||||
#NOCOMPARE seems to reveal a bug in advent430
|
||||
#NOCOMPARE Seems to reveal a bug in advent430's save function.
|
||||
n
|
||||
seed 1838473132
|
||||
in
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Resume from artificial "corrupted" save
|
||||
#NOCOMPARE Can't compare to asvent430 die to version skew
|
||||
#NOCOMPARE Can't compare to asvent430 due to version skew
|
||||
n
|
||||
resume
|
||||
cheat_savetamper.adv
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
## Check that pour correctly switches among plant states (fuzzed)
|
||||
#NOCOMPARE Behavior differs due to a parser bug fix.
|
||||
n
|
||||
seed 183847312
|
||||
in
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
## Test hinting logic - elicit forest hint
|
||||
#NOCOMPARE Behavior differs due to a parser bug fix.
|
||||
# Also some tests of intransitive-verb cases
|
||||
n
|
||||
seed 2099333241
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue