Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « errors « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76e281ed4576816cc306a6abe0daaa7fc6b03fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2006-02-10  Ankit Jain  <jankit@novell.com>

	* err-global.il, err-global2.il: New. Tests for refs to non-existant
	global method/field.

2006-02-02  Ankit Jain  <jankit@novell.com>

	* err-invalid-array-bounds.il: New. Test for 'lower bound <= upper bound'

2006-01-23  Ankit Jain  <jankit@novell.com>

	* err-*.il, test-perm_fail*.il: Move negative tests from tests/ to here.

2004-06-10  Jackson Harper  <jackson@ximian.com>

	* errors: This directory will contain assembly files that should
	not compile.
	* bad_bytearray.il: A bad bytearray in a .data line. Should give a
	syntax error.