Sami Vaarala
|
97b96453e6
|
while statement tests
|
11 years ago |
Sami Vaarala
|
9ef8c5169a
|
test case for function statement semantics
|
11 years ago |
Sami Vaarala
|
d48b226100
|
fix testcase to reflect new function statement semantics
|
11 years ago |
Sami Vaarala
|
45a5cdf4a9
|
fix base64 dec testcase
|
11 years ago |
Sami Vaarala
|
055faee21f
|
fix testcases to match jxEnc,jxDec,jcEnc,jcDec -> enc, dec
|
11 years ago |
Sami Vaarala
|
1babf8c724
|
setFin->fin in test case
|
11 years ago |
Sami Vaarala
|
98495275ea
|
testcase fixes for setFin+getFin -> fin, add finalizer getting test
|
11 years ago |
Sami Vaarala
|
b0274fa070
|
fix testcase expect string
|
11 years ago |
Sami Vaarala
|
fbfe4da30c
|
rename setFinalizer -> setFin in testcases
|
11 years ago |
Sami Vaarala
|
b073ede59d
|
fix testcase refs to jsonxEnc -> jxEnc (etc)
|
11 years ago |
Sami Vaarala
|
c10228c83d
|
rename 'knownbug' to 'knownissue' in metadata
|
11 years ago |
Sami Vaarala
|
56977336f7
|
fix testcase expect string to match correct behavior: bound functions should have a 'caller' and 'arguments' property
|
11 years ago |
Sami Vaarala
|
2d1d956e72
|
bug test for regexp containing only a backslash
|
11 years ago |
Sami Vaarala
|
be7dd8608a
|
bug test for missing 'caller' and 'arguments' in bound functions
|
11 years ago |
Sami Vaarala
|
e86c04f219
|
testcase for eval strict inheritance
|
11 years ago |
Sami Vaarala
|
2454ae341c
|
labelled break dev test
|
11 years ago |
Sami Vaarala
|
170823c9b5
|
bug case for Object.defineProperty(), Object.defineProperties(), and Object.create() ensuring that each descriptor is an object (otherwise TypeError)
|
11 years ago |
Sami Vaarala
|
3c94c76fed
|
bug testcase for reading back an accessor property desc, when only set or get was present when defining the property
|
11 years ago |
Sami Vaarala
|
00aa4fd2e3
|
bug test for 'with' statement in strict mode
|
11 years ago |
Sami Vaarala
|
f58993dea7
|
bug test case for eval order of comparison operators
|
11 years ago |
Sami Vaarala
|
94db7c65d6
|
fix array inherited + array initializer test case comments; add an equivalent case for object initializers
|
11 years ago |
Sami Vaarala
|
ffedc132e7
|
test case demonstrating that a lexer token limit bails us out of a very deep function nesting case with a RangeError
|
11 years ago |
Sami Vaarala
|
792775b896
|
add a bug testcase to illustrate current misbehavior in array initializers when Array.prototype contains numeric index properties which are non-writable but configurable (this is a pretty obscure case)
|
11 years ago |
Sami Vaarala
|
b1951a8a4f
|
a few fizzbuzzes
|
11 years ago |
Sami Vaarala
|
b4ac79643c
|
testcase for U+2028 and U+2029 handling bug found with test262
|
11 years ago |
Sami Vaarala
|
0bbed014c5
|
upgrade bug test case to an actual one because it has more coverage now
|
11 years ago |
Sami Vaarala
|
57d6128024
|
test case improvement for for+continue case
|
11 years ago |
Sami Vaarala
|
086bb44215
|
test case for a for-statement + continue control flow bug
|
11 years ago |
Sami Vaarala
|
920a38431b
|
test case comment fix
|
11 years ago |
Sami Vaarala
|
e22ab306fb
|
test case for built-in constructability (not comprehensive)
|
11 years ago |
Sami Vaarala
|
e572ba6017
|
bug test for some trivial error number inaccuracies
|
11 years ago |
Sami Vaarala
|
78ac6536e8
|
bug test for pc2line encoding error when line diff is roughly more than 8 bits; triggered by some ecma262 tests
|
11 years ago |
Sami Vaarala
|
31429f8f80
|
bug test for this binding of strict global code
|
11 years ago |
Sami Vaarala
|
a0cba21490
|
rename test-builtin-xxx.js -> test-bi-xxx.js refs
|
11 years ago |
Sami Vaarala
|
41189564c4
|
rename test-builtin-xxx.js -> test-bi-xxx.js
|
11 years ago |
Sami Vaarala
|
d3f5070ad5
|
rename test-dev-bug-xxx.js -> test-bug-xxx.js
|
11 years ago |
Sami Vaarala
|
54a4eec54f
|
fix testcase expect
|
11 years ago |
Sami Vaarala
|
5264803ef6
|
testcase for switch-case bug: code is accepted before first case
|
11 years ago |
Sami Vaarala
|
20238cddce
|
refine case fallthrough testcase
|
11 years ago |
Sami Vaarala
|
f8566ec2d3
|
testcase for case fallthrough bug
|
11 years ago |
Sami Vaarala
|
91dc663898
|
testcase for using 'set' and 'get' in a variety of awkard places
|
11 years ago |
Sami Vaarala
|
13781b8560
|
test case for variable declaration identifiers (esp. reserved words)
|
11 years ago |
Sami Vaarala
|
67e4a02c3c
|
a testcase which stresses object property set with random inserts and deletes
|
11 years ago |
Sami Vaarala
|
3cd89f91f6
|
testcase for SyntaxError line number
|
11 years ago |
Sami Vaarala
|
3f5d551ada
|
mark some testcases as 'known bugs' as they won't be fixed in the near future
|
11 years ago |
Sami Vaarala
|
b2f41cc4ec
|
fix toUpperCase() expect string, for undefined and null it throws TypeError
|
11 years ago |
Sami Vaarala
|
11c592288e
|
improve toLowerCase() testcase for greek final sigma, compare results against rhino
|
11 years ago |
Sami Vaarala
|
6f76c23959
|
mark a few failing testcases as known bugs
|
11 years ago |
Sami Vaarala
|
0e3003179d
|
rename __duk__ to Duktape in testcases
|
11 years ago |
Sami Vaarala
|
d3e731175a
|
fixme notes to test cases
|
11 years ago |