Commit Graph

5 Commits

Author SHA1 Message Date
Julien Fischer
796fcd3eb8 Fix the failure of tests/hard_coded/write in the csharp grade.
tests/hard_coded/write.exp3:
    Conform to recent changes to the handling of character
    escapes.
2018-07-30 16:12:02 +10:00
Julien Fischer
84b3c5591a Update a test to cover 64-bit integers.
tests/hard_coded/write.m:
tests/hard_coded/write.exp*:
    As above.
2018-02-21 00:06:27 +11:00
Julien Fischer
d146f53864 Extend hard_coded/write to cover fixed size integers.
tests/hard_coded/write.m:
tests/hard_coded/write.exp*:
    As above.

    Also, update the expected outputs for the non-C grades for the chnage in
    commit 253378f.
2017-09-15 09:56:23 -04:00
Julien Fischer
a8e5406750 Fix a test case failure in the C# grade.
Avoid some warnings during runtests.

tests/hard_coded/write.exp3:
	Update this expected output.

tests/hard_coded/hash_bug.m:
	Do not call an obsolete function.

tests/hard_coded/Mercury.options:
	Do not warn about unresolved polymorphism in a test.
2014-07-04 10:47:34 +10:00
Peter Wang
0759ad01fb Minor fixes.
Branches: main

Minor fixes.

library/io.m:
	Add `may_not_duplicate' to some Erlang foreign_procs.

tests/general/test_string_to_int_overflow.exp:
tests/general/test_string_to_int_overflow.exp2:
tests/general/test_string_to_int_overflow.exp3:
tests/general/test_string_to_int_overflow.m:
	Make this test case work with arbitrary-precision integers, namely with
	the Erlang backend.

tests/hard_coded/trace_goal_4.m:
	Fix a format specifier in Erlang foreign_proc.

tests/hard_coded/expand.exp2:
tests/hard_coded/write.exp2:
tests/hard_coded/write_reg1.exp2:
	Delete leading zeros in exponents, not produced in any current grade.

tests/hard_coded/write.exp3:
	Add expected output for csharp grade.
2011-03-27 23:07:28 +00:00