Commit Graph

5 Commits

Author SHA1 Message Date
Fergus Henderson
cf96bf4ccd Add a new test `liveness.m' (which at the moment we do not yet
Estimated hours taken: 0.5

tests/general:
	Add a new test `liveness.m' (which at the moment we do not yet
	pass, so the test is not enabled in the Mmake file yet).

	Fix the `float_test.m' test so that it uses `%6.3g' rather
	than `%6.3f', so that it doesn't complain if the value of
	float__max is different in the 16th significant figure.
	Also comment out the bits which test math__pi and math__e,
	since they are not implemented for NU-Prolog.
1996-11-24 14:30:23 +00:00
Fergus Henderson
d31e229dd0 Use string__format to print only the first three digits of
float_test.m:
	Use string__format to print only the first three digits of
	floating point constants, so that rounding errors don't
	cause problems when comparing the output from the Mercury
	version and the NU-Prolog version.

	Also, comment out the parts of the test that don't yet work
	because math_rt.mod has no NU-Prolog equivalent.
1995-10-03 16:50:36 +00:00
Andrew Bromage
e69f30603f Added some more float tests to test out math.m 1995-09-04 05:11:36 +00:00
Fergus Henderson
bc07fec168 Add some brief comments describing what each test case tests.
tests/general/*.m:
	Add some brief comments describing what each test case tests.
1995-08-17 05:32:34 +00:00
Fergus Henderson
18a7e00ad7 Rename *.nl to *.m.
tests/general:
	Rename *.nl to *.m.
	Add new test `string_test_2.m'.
1995-04-22 16:59:55 +00:00