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

ChangeLog « Mozilla « Test « Microsoft.JScript « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d4fd9102a8c67d87d54966d24bc22b89797e0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
2005-12-21  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.tests: Enable js1_2/Array/tostring_1.js,
	js1_2/regexp/alphanumeric.js, js1_2/regexp/digit.js,
	js1_2/regexp/whitespace.js and js1_2/regexp/word_boundary.js.

	* mjs-most.tests: Enable ecma_2/Expressions/instanceof-002.js.

2005-12-20  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.tests:Enable ecma/Boolean/15.6.3.1-1.js,
	ecma/FunctionObjects/15.3.4.js, ecma/GlobalObject/15.1.2.5-2.js,
	ecma/Statements/12.6.2-8.js
	
2005-12-17  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.fail: Erase js1_3/inherit/proto_6.js,
	js1_3/inherit/proto_7.js, js1_3/inherit/proto_8.js,
	ecma/FunctionObjects/15.3.4-1.js, ecma_2/Exceptions/global-001.js,
	ecma_2/Statements/dowhile-006.js,
	ecma/ObjectObjects/15.2.3.1-2.js, js1_4/Regress/function-003.js as
	they fail no more.

2005-12-16  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most-tests: Enable ecma/Expressions/11.13.1.js and
	ecma/TypeConversion/9.3.1-3.js.

	* mjs-most-tests: Enable ecma_2/Statements/dowhile-003.js.

2005-12-15  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.tests: Enable js1_3/inherit/proto_11.js and
	js1_3/inherit/proto_12.js.

	* mjs-most.tests: Enable ecma/Date/15.9.1.1-2.js.

2005-12-10  Cesar Lopez Nataren  <cnataren@novell.com>

	* runner.cs: Make the current direcory the place where we create
	jstest.js, it's causing strange failures on my suse.10 using /tmp
	for this purpose and it's easier to develop and test with new
	configuration.

	* mjs-most.tests: Enable ecma/Boolean/15.6.1.js,
	ecma/Boolean/15.6.4.3-1.js, ecma/Boolean/15.6.4.3.js.

2005-12-08  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.tests: Disable  js1_4/Regress/function-001.js because
	it causes hangs.

2005-10-11  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.tests: Add js1_3/Script/in-001.js and js1_3/regress/in-001.js.

2005-10-01  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.tests: Add ecma/Date/15.9.1.1-1.js,
	ecma/Date/15.9.5.7.js, ecma/Expressions/11.2.1-3-n.js,
	ecma/Expressions/11.2.1-4-n.js, ecma/Math/15.8.1.8-3.js.

2005-09-24  Florian Gross  <flgr@ccan.de>

	* Changed Win32 options in runner.cs to match the reality again

2005-09-08  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.tests: enable more tests.

	* mjs-most.tests: Add ecma/String/15.5.3.1-3.js,
	ecma/String/15.5.4.4-1.js, ecma/String/15.5.4.5-1.js,
	ecma/String/15.5.4.5-4.js, ecma/String/15.5.4.5-5.js,
	ecma/String/15.5.4.5-5.js, ecma/String/15.5.4.8-2.js,
	ecma/Types/8.4.js, ecma_2/RegExp/hex-001.js,
	ecma_2/RegExp/multiline-001.js, ecma_2/RegExp/regress-001.js,
	ecma_2/Statements/dowhile-001.js,
	ecma_2/Statements/dowhile-005.js, ecma_2/Statements/label-001.js,
	ecma_2/String/match-001.js, ecma_2/String/match-002.js,
	ecma_2/String/match-003.js, ecma_2/String/match-004.js,
	ecma_2/String/split-001.js, ecma_2/String/split-003.js,
	js1_2/Array/general2.js, js1_2/regexp/control_characters.js,
	js1_2/statements/break.js, js1_3/inherit/proto_2.js,
	js1_3/inherit/proto_5.js, js1_4/Regress/function-003.js.

	* mjs-most.tests: Bug fixes let us run ecma/Array/15.4.4.2.js and
	ecma/Array/15.4.4.5-3.js now.

2005-09-03  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.fail:Added ecma/FunctionObjects/15.3.3.1-3.js,
	ecma/Number/15.7.3.3-2.js, ecma/Number/15.7.3.5-2.js,
	ecma/ObjectObjects/15.2.3.1-2.js, ecma/Number/15.7.3.5-2.js as
	they throw NotImplementedException at runtime when invoking
	LateBinding::Delete.
	* mjs-most.test:Enable ecma/FunctionObjects/15.3.3.1-3.js,
	ecma/Number/15.7.3.3-2.js, ecma/Number/15.7.3.5-2.jsc,
	ecma/ObjectObjects/15.2.3.1-2.js.


2005-09-02  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.fail: Added ecma/Array/15.4.3.1-2.js, Convert:ToForInObject throws NotImplementedException.
	* mjs-most.test: Enable ecma/Array/15.4.3.1-2.js

2005-08-30  Florian Gross  <flgr@ccan.de>

	* Cleaned up mjs-most.fail, added failure reasons
	* Uncoummented working tests in mjs-most.tests
	(Implemented Try:JScriptExceptionValue)

2005-08-19  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs-most.tests: Uncomment tests ecma/Array/15.4.2.3.js,
	ecma/Array/15.4.3.2.js, ecma/Boolean/15.6.3.1-5.js,
	ecma/Boolean/15.6.3.1.js, ecma/Boolean/15.6.3.js,
	ecma/Boolean/15.6.4-1.js, ecma/Boolean/15.6.4.1.js,
	ecma/Boolean/15.6.4.js, ecma/Date/15.9.5.1.js,
	ecma/Date/15.9.5.js, ecma/Expressions/11.4.6.js,
	ecma/Expressions/11.5.2.js, ecma/FunctionObjects/15.3.3.1-1.js,
	ecma/FunctionObjects/15.3.3.2.js, ecma/GlobalObject/15.1.2.2-2.js,
	ecma/Math/15.8.2.3.js, ecma/NativeObjects/15-1.js,
	ecma/Number/15.7.3.5-1.js, ecma/Number/15.7.3.js,
	ecma/Number/15.7.4-1.js, ecma/ObjectObjects/15.2.3-1.js,
	ecma/ObjectObjects/15.2.3.js, ecma/String/15.5.3.js,
	ecma/String/15.5.4.2.js, ecma/TypeConversion/9.3.1-1.js,
	ecma_2/RegExp/properties-001.js, ecma_2/RegExp/properties-002.js
	
	as they are no longer freezing.
	
	* mjs-most.tests: comment js1_2/regexp/regress-9141.js as the
	value/ref patch exposes bugs that make it freeze.

	* mjs-most.fail: added js1_2/regexp/octal.js and
	js1_2/regexp/special_characters.js waiting for a RE patch to the
	base class library.


2005-08-19  Florian Gross  <flgr@ccan.de>

	* mjs-most.fail, mjs-most.tests: Adjusted for run time fixes and
	additions
	* Everything: Set SVN end line style to native

2005-08-13  Florian Gross  <flgr@ccan.de>

	* mjs.preamble: Removed arguments declaration
	* mjs-most.fail, mjs-most.tests: Adjusted for run time fixes and
	additions
	* README: Adjusted O'Reilly attributions to suggested style