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

mjs-most.fail « Mozilla « Test « Microsoft.JScript « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f6e310f8c483799c8ad0c6e1b6f0b7eb478e954 (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
#
# This file contains tests that are expected to fail. Having them
# listed here will tell the runner to not abort a test run if they
# fail.
#
# Tests should go here if they cause the run time or compiler to
# shutdown, but are not very frequent errors.
#

# System.Exception: error JS5040: 't' it's read only.
ecma/ExecutionContexts/10.1.3.js
ecma/ExecutionContexts/10.1.4-10.js

# System.InvalidCastException: Cannot cast from source type to destination type.
ecma/Expressions/11.2.2-1.js
ecma_2/Exceptions/date-001.js
ecma_2/Statements/try-003.js
ecma_2/Statements/try-004.js
ecma_2/Statements/try-012.js


# System.NotImplementedException: Should emit LateBinding.CallValue logic for unknown constructor Math
ecma/Expressions/11.2.2-10-n.js
ecma/Math/15.8-2-n.js
ecma_2/Exceptions/exception-002.js
ecma_2/Exceptions/expression-005.js

# System.Exception: must create expr stm with 
ecma/Expressions/11.2.3-2-n.js
ecma_2/Exceptions/statement-007.js

# Microsoft.JScript.JScriptException: Unexpected type: value is null or undefined (Convert:ToObject)
ecma/Expressions/11.2.3-3-n.js
ecma/Expressions/11.2.3-4-n.js
ecma_2/RegExp/exec-002.js
js1_4/Regress/function-001.js

# System.NullReferenceException: Object reference not set to an instance of an object
ecma/Statements/12.10.js
ecma/Date/15.9.5.23-15.js
ecma/Date/15.9.5.24-3.js
ecma/Date/15.9.5.25-1.js
ecma/Date/15.9.5.27-1.js
ecma/Date/15.9.5.29-1.js
ecma/Date/15.9.5.31-1.js
js1_2/function/Function_object.js
js1_2/function/definition-1.js
js1_3/Script/script-001.js
js1_4/Functions/function-001.js

# System.NotImplementedException: The requested feature is not implemented. (Convert:ToForInObject)
ecma/String/15.5.5.1.js

# System.Exception: error JS5002 A: function expected.
ecma_2/Exceptions/exception-001.js

# System.Exception: uknown type: Microsoft.JScript.Assign
# (fall_false, last_exp.GetType () == expression Assign object AccessField whileExpression)
ecma_2/Statements/while-002.js
ecma_2/Statements/while-003.js
# System.Exception: uknown type: Microsoft.JScript.Unary
# (fall_false, last_exp.GetType () == FirstOp done)
js1_2/statements/do_while.js

# System.Exception: A break statement can't be outside a switch or iteration stm
ecma_2/Statements/label-002.js
ecma_2/Statements/try-009.js

# System.ArgumentException: The label was already defined
js1_2/statements/switch2.js

# These two need the patch implementing back reference / octal escape logic applied to
# System.Text.RegularExpressions. It's available at http://flgr.dyndns.org/mono/RegEx2+3.patch
js1_2/regexp/octal.js
js1_2/regexp/special_characters.js

# Throw NotImplementedException when invoking Convert:ToForInObject
ecma/Array/15.4.3.1-2.js

# Throw NotImplementedException when invoking LateBinding::Delete
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/Number/15.7.3.5-2.js