Files
mercury/tests/invalid/errors1.err_exp
Zoltan Somogyi c30efafc56 It seems that when I added the runtests files for all the subdirectories
Estimated hours taken: 3

It seems that when I added the runtests files for all the subdirectories
in tests, I did not do a "cvs add" for invalid/runtests (even though the
log message says I did). As a consequence, our test runs since then
have not exercised the test cases in this directory. This checkin
fixes that oversight.

runtests:
	Shell script to exercise the test cases in this directory.

qual_basic_test2.*:
	A test case that was removed from hard_coded a while ago because
	it was really a test of the error message.

*.err_exp:
	Updated the expected error message outputs for several test cases
	according to the changes of the last few months. Added two missing
	.err_exp files.

Mmake:
	Disabled the tests prog_io_erroneous and qualified_cons_id2
	since we do not pass them, and I don't know what the expected output
	ought to be (it should not be what we output now).
1997-04-27 05:28:58 +00:00

21 lines
1.6 KiB
Plaintext

errors1.m:051: In definition of type `errors1:du_type_which_references_undefined_type'/0:
errors1.m:051: error: undefined type `undefined_type'/0.
errors1.m:053: In definition of type `errors1:eqv_type_which_references_undefined_type'/0:
errors1.m:053: error: undefined type `undefined_type'/0.
errors1.m:055: Error: circular equivalence type `errors1:circular_eqv_type'/0.
errors1.m:057: Error: circular equivalence type `errors1:indirectly_circular_eqv_type_1'/0.
errors1.m:058: Error: circular equivalence type `errors1:indirectly_circular_eqv_type_2'/0.
errors1.m:028: Error: mode declaration for predicate `errors1:mode_declaration_without_pred_declaration/0'
errors1.m:028: without preceding `pred' declaration.
errors1.m:032: Error: mode declaration for predicate `errors1:missing_pred_declaration/0'
errors1.m:032: without preceding `pred' declaration.
errors1.m:049: Error: constructor `errors1:a/0' for type `errors1:type_with_multiply_defined_ctors/0' multiply defined.
errors1.m:049: Error: constructor `errors1:f/1' for type `errors1:type_with_multiply_defined_ctors/0' multiply defined.
errors1.m:038: Error: clause for predicate `errors1:clause_without_pred_or_mode_declaration/0'
errors1.m:038: without preceding `pred' declaration.
errors1.m:072: In clause for predicate `errors1:pred_with_unresolved_polymorphism/0':
errors1.m:072: warning: variable `Arg' occurs only once in this scope.
errors1.m:088: In clause for predicate `errors1:pred_with_singleton_vars/1':
errors1.m:088: warning: variable `X' occurs only once in this scope.
For more information, try recompiling with `-E'.