MERCURY_OPTIONS= --deep-random-write=25 --deep-std-name --mdb-disable-progress gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/tests/hard_coded' { echo MCFLAGS += '--grade csharp --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --use-subdirs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/stage2/runtime/mer_rt.init '; echo MLLIBS += ' '; echo MLOBJS += ' '; echo LDFLAGS += ' '; echo LD_LIBFLAGS += ' '; echo EXTRA_LIBRARIES += ''; echo EXTRA_LIB_DIRS += ''; echo LIBGRADES = 'hlc.gc '; echo INSTALL_PREFIX = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/stage2/scripts/mmc --make --options-file - string_code_point.depend gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/tests/hard_coded' gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/tests/hard_coded' { echo MCFLAGS += '--grade csharp --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --use-subdirs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/stage2/runtime/mer_rt.init '; echo MLLIBS += ' '; echo MLOBJS += ' '; echo LDFLAGS += ' '; echo LD_LIBFLAGS += ' '; echo EXTRA_LIBRARIES += ''; echo EXTRA_LIB_DIRS += ''; echo LIBGRADES = 'hlc.gc '; echo INSTALL_PREFIX = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/stage2/scripts/mmc --make --options-file - string_code_point Making Mercury/int3s/string_code_point.int3 Making Mercury/ints/string_code_point.int Making Mercury/css/string_code_point.cs Making string_code_point.exe { test -f string_code_point.inp && cat string_code_point.inp; } | ./string_code_point > string_code_point.out 2>&1 || \ { grep . string_code_point.out /dev/null; exit 1; } Comparing string_code_point.out with string_code_point.exp*, results in string_code_point.res ** string_code_point.out did not match the expected output ** (closest match was string_code_point.res1) --- string_code_point.exp 2025-02-21 21:54:40.000000000 +1100 +++ string_code_point.out 2025-03-28 23:22:36.763987130 +1100 @@ -1,5 +1,5 @@ count_code_units: -13 +7 count_code_points: 6 @@ -9,20 +9,20 @@ string.code_point_offset(Str, 0, 1, 1) string.index(Str, 0, 'a') string.code_point_offset(Str, 1, 1) -string.code_point_offset(Str, 1, 1, 3) +string.code_point_offset(Str, 1, 1, 2) string.index(Str, 1, 'ß') -string.code_point_offset(Str, 2, 3) -string.code_point_offset(Str, 3, 1, 5) -string.index(Str, 3, 'ΞΎ') -string.code_point_offset(Str, 3, 5) -string.code_point_offset(Str, 5, 1, 8) -string.index(Str, 5, 'ε••') -string.code_point_offset(Str, 4, 8) -string.code_point_offset(Str, 8, 1, 12) -string.index(Str, 8, '𐀀') -string.code_point_offset(Str, 5, 12) -string.code_point_offset(Str, 12, 1, _) failed -string.index(Str, 12, '.') +string.code_point_offset(Str, 2, 2) +string.code_point_offset(Str, 2, 1, 3) +string.index(Str, 2, 'ΞΎ') +string.code_point_offset(Str, 3, 3) +string.code_point_offset(Str, 3, 1, 4) +string.index(Str, 3, 'ε••') +string.code_point_offset(Str, 4, 4) +string.code_point_offset(Str, 4, 1, 6) +string.index(Str, 4, '𐀀') +string.code_point_offset(Str, 5, 6) +string.code_point_offset(Str, 6, 1, _) failed +string.index(Str, 6, '.') string.code_point_offset(Str, 6, _) failed to_char_list: @@ -35,18 +35,18 @@ .π€€ε••ΞΎΓŸa to_code_unit_list: -[97, 195, 159, 206, 190, 229, 149, 149, 240, 144, 128, 128, 46] +[97, 223, 958, 21845, 55296, 56320, 46] from_code_unit_list: aΓŸΞΎε••π€€. index_next: index_next(Str, 0, 1, 'a') -index_next(Str, 1, 3, 'ß') -index_next(Str, 3, 5, 'ΞΎ') -index_next(Str, 5, 8, 'ε••') -index_next(Str, 8, 12, '𐀀') -index_next(Str, 12, 13, '.') +index_next(Str, 1, 2, 'ß') +index_next(Str, 2, 3, 'ΞΎ') +index_next(Str, 3, 4, 'ε••') +index_next(Str, 4, 6, '𐀀') +index_next(Str, 6, 7, '.') end index_next(-1): @@ -54,19 +54,19 @@ unsafe_index_next: unsafe_index_next(Str, 0, 1, 'a') -unsafe_index_next(Str, 1, 3, 'ß') -unsafe_index_next(Str, 3, 5, 'ΞΎ') -unsafe_index_next(Str, 5, 8, 'ε••') -unsafe_index_next(Str, 8, 12, '𐀀') -unsafe_index_next(Str, 12, 13, '.') +unsafe_index_next(Str, 1, 2, 'ß') +unsafe_index_next(Str, 2, 3, 'ΞΎ') +unsafe_index_next(Str, 3, 4, 'ε••') +unsafe_index_next(Str, 4, 6, '𐀀') +unsafe_index_next(Str, 6, 7, '.') end unsafe_prev_index: -unsafe_prev_index(Str, 13, 12, '.') -unsafe_prev_index(Str, 12, 8, '𐀀') -unsafe_prev_index(Str, 8, 5, 'ε••') -unsafe_prev_index(Str, 5, 3, 'ΞΎ') -unsafe_prev_index(Str, 3, 1, 'ß') +unsafe_prev_index(Str, 7, 6, '.') +unsafe_prev_index(Str, 6, 4, '𐀀') +unsafe_prev_index(Str, 4, 3, 'ε••') +unsafe_prev_index(Str, 3, 2, 'ΞΎ') +unsafe_prev_index(Str, 2, 1, 'ß') unsafe_prev_index(Str, 1, 0, 'a') end gmake[3]: *** [../Mmake.common:132: string_code_point.res] Error 1 gmake[3]: Target 'string_code_point.runtest' not remade because of errors. gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-27/tests/hard_coded'