1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-05-03 17:49:39 +03:00

Fixed issue with the three errant Glulx cases

This commit is contained in:
Graham Nelson 2022-03-07 00:02:20 +00:00
parent 65586db7d8
commit 09b857f77d
7 changed files with 4 additions and 22 deletions

View file

@ -1,6 +1,6 @@
# Inform 7
v10.1.0-alpha.1+6U50 'Krypton' (6 March 2022)
v10.1.0-alpha.1+6U51 'Krypton' (7 March 2022)
## About Inform 7

View file

@ -1,3 +1,3 @@
Prerelease: alpha.1
Build Date: 6 March 2022
Build Number: 6U50
Build Date: 7 March 2022
Build Number: 6U51

View file

@ -152,11 +152,6 @@ This test suite is a proper superset of the original, but please note:
cannot cope with the quantity of text in question, and would halt with a fatal
error. (But the test still checks the story file's md5.)
2. For reasons which are currently unclear, dumb-glulxe seems to have difficulty
with max_dynamic_strings_test_at63_mds_64-G, max_static_data_test_mqs_8001-G
and max_dynamic_strings_test_str64_mds_65-G. Execution of those is similarly
skipped.
3. The two -k debugfile tests of Advent and the module compilation tests are
2. The two -k debugfile tests of Advent and the module compilation tests are
currently omitted. These are, barring accidents, the only aspects of any test
not faithfully reproduced from the original.

View file

@ -1 +0,0 @@
Glulxe fatal error: This is neither a Glulx game file nor a Blorb file which contains one.

View file

@ -1 +0,0 @@
Glulxe fatal error: This is neither a Glulx game file nor a Blorb file which contains one.

View file

@ -1 +0,0 @@
Glulxe fatal error: This is neither a Glulx game file nor a Blorb file which contains one.

View file

@ -44,16 +44,6 @@
if: $CASE large_opcode_text_test
set: $EXECUTE = 0
endif
! similarly, glulxe does not like these: "This is neither a Glulx game file nor a Blorb file which contains one."
if: $CASE max_dynamic_strings_test_at63_mds_64-G
set: $EXECUTE = 0
endif
if: $CASE max_static_data_test_mqs_8001-G
set: $EXECUTE = 0
endif
if: $CASE max_dynamic_strings_test_str64_mds_65-G
set: $EXECUTE = 0
endif
mkdir: $PATH/_Story_File_Actual
mkdir: $PATH/_Console_Actual